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
doku:vsc1quickstart [2014/08/22 09:27] – [The job script] jzdoku:vsc1quickstart [Unknown date] (current) – external edit (Unknown date) 127.0.0.1
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 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> Please always check for the correct options with<code>mpirun -help</code>
                                
-"<executable>" is substituted by the path of the MPI-enabled application.+
  
  
Line 50: 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.1408699620.txt.gz
  • Last modified: 2014/08/22 09:27
  • by jz