#################### # # Example 14 # Submit an MPI job to the Parallel universe (requires the # 'openmpiscript' script, distributed with Condor (may need # to be customised with the local installation: # /usr/share/doc/condor-X.Y.Z/examples/openmpiscript or # /usr/share/doc/condor/etc/examples/openmpiscript ) # Note: this script must come from the SAME condor version and # distribution as /usr/libexec/condor/sshd.sh and # /usr/libexec/condor/condor_ssh # #################### Universe = Parallel Executable = openmpiscript Getenv = True Machine_Count = 4 Transfer_Executable = True Transfer_Input_Files = wave_mpi Transfer_Output_Files = Should_Transfer_Files = Always Arguments = wave_mpi 20000 Log = tutorial_jobs.log Output = wave_mpi_paruniv.stdout Error = wave_mpi_paruniv.stderr Queue