Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
doku:vsc1quickstart [2014/08/12 13:54] irdoku:vsc1quickstart [2014/11/04 13:11] – [Login] ir
Line 1: Line 1:
 ===== Quick Start ===== ===== Quick Start =====
 +
 +[[doku:win2vsc|How to connect from Windows?]]
 ==== Login ==== ==== Login ====
  
Line 14: Line 16:
     </code>       </code>  
   - (Re-)Compile your application. Please use the latest "Intel" MPI-Environment as described in [[doku:mpi|MPI Environment]].   - (Re-)Compile your application. Please use the latest "Intel" MPI-Environment as described in [[doku:mpi|MPI Environment]].
 +
  
 ==== The job script ==== ==== The job script ====
Line 34: Line 37:
   - as parallel single core job (no MPI) on parallel cores (see also [[doku:sequential-codes|Sequential code]])   - as parallel single core job (no MPI) on parallel cores (see also [[doku:sequential-codes|Sequential code]])
   - as MPI-enabled application <code>   - as MPI-enabled application <code>
-mpirun  -m $TMPDIR/machines -np $NSLOTS <executable></code> +mpirun  -m $TMPDIR/machines -np $NSLOTS <executable></code>"<executable>" is substituted by the path of the MPI-enabled application. 
 +Please note that the particular options to mpirun depend on the MPI version that you use. Current IntelMPI versions, for example, require the option ''-machinefile'' instead of ''-m'':<code>mpirun  -machinefile $TMPDIR/machines -np $NSLOTS <executable></code> 
 +Please always check for the correct options with<code>mpirun -help</code>
                                
-"<executable>" is substituted by the path of the MPI-enabled application.+
  
  
Line 48: Line 53:
 #$ -l h_rt=03:00:00 #$ -l h_rt=03:00:00
  
-mpirun  -$TMPDIR/machines -np $NSLOTS ./myjob</code>+mpirun -machinefile $TMPDIR/machines -np $NSLOTS ./myjob</code>
  
  
  • doku/vsc1quickstart.txt
  • Last modified: 2014/11/04 13:11
  • by ir