This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
strutture:cnaf:clusterhpc:using_the_cnaf_hpc_cluster [2021/02/16 14:20] dcesini@infn.it [Alternative MPI multinode submission] |
strutture:cnaf:clusterhpc:using_the_cnaf_hpc_cluster [2021/03/05 14:54] (current) dcesini@infn.it [Alternative MPI multinode submission] |
||
---|---|---|---|
Line 126: | Line 126: | ||
</ | </ | ||
- | ==== Submitting MPI Jobs ==== | + | ==== Submitting MPI Jobs via mpirun.lsf (obsolete)==== |
Currently only **OpenMPI** jobs have been tested on the HPC cluster. \\ | Currently only **OpenMPI** jobs have been tested on the HPC cluster. \\ | ||
Line 197: | Line 197: | ||
2) Use this command to launch mpirun: | 2) Use this command to launch mpirun: | ||
- | mpirun --machinefile / | + | mpirun --machinefile / |
A possible bsub submission is: | A possible bsub submission is: | ||
Line 211: | Line 211: | ||
echo $LSB_HOSTS | awk ' | echo $LSB_HOSTS | awk ' | ||
- | mpirun --machinefile / | + | mpirun --machinefile / |
==== Submitting GPU Jobs ==== | ==== Submitting GPU Jobs ==== | ||