rsnt_translations
56,430
edits
(--cpus-per-task=$OMP_NUM_THREADS is a requirement for Slurm 22.05) |
No edit summary |
||
Line 26: | Line 26: | ||
<!--T:4--> | <!--T:4--> | ||
First, log into one of | First, log into one of our clusters and download the needed files with the following commands: | ||
</translate> | </translate> | ||
Line 80: | Line 80: | ||
<!--T:14--> | <!--T:14--> | ||
Below is an example OpenMP/MPI job submission file for the Beluga cluster. To use on other clusters, the number of tasks would have to be adjusted to match the number of cores available on the nodes of that cluster. The performance | Below is an example OpenMP/MPI job submission file for the Beluga cluster. To use on other clusters, the number of tasks would have to be adjusted to match the number of cores available on the nodes of that cluster. The performance changes when threads are used is highly problem dependent, and running the cp2k.psmp executable may actually be slower for some cases, so you must benchmark your code and choose the right option for your particular case. | ||
<!--T:15--> | <!--T:15--> |