rsnt_translations
57,772
edits
(Marked this version for translation) |
No edit summary |
||
Line 215: | Line 215: | ||
=== Multiple node computing === <!--T:20832--> | === Multiple node computing === <!--T:20832--> | ||
Users with large memory or compute needs (and correspondingly large licenses) can use the following script to perform mpi-based computing over an arbitrary range of nodes ideally left to the scheduler to automatically determine. A companion template script to perform restart multi-node jobs is not currently provided due to additional limitations when they can be used. | Users with large memory or compute needs (and correspondingly large licenses) can use the following script to perform mpi-based computing over an arbitrary range of nodes ideally left to the scheduler to automatically determine. A companion template script to perform restart multi-node jobs is not currently provided due to additional limitations when they can be used. | ||
{{File | {{File | ||
Line 315: | Line 315: | ||
mp_mode=threads memory="$((${SLURM_MEM_PER_NODE}-3072))MB" | mp_mode=threads memory="$((${SLURM_MEM_PER_NODE}-3072))MB" | ||
}} | }} | ||
<!--T:20836--> | <!--T:20836--> | ||
No input file modifications are required to restart the analysis. | No input file modifications are required to restart the analysis. |