This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
howto:start [2026/02/20 09:42] ccrosby |
howto:start [2026/02/24 10:42] (current) ccrosby [Using the Intel compilers] |
||
|---|---|---|---|
| Line 10: | Line 10: | ||
| ===== Tips and Tricks ===== | ===== Tips and Tricks ===== | ||
| [[howto: | [[howto: | ||
| + | |||
| + | |||
| + | ===== If you need more memory ===== | ||
| + | As of May 2025, 41 compute nodes have had more memory added, cannibalizing memory modules from nodes that have failed permanently. | ||
| + | |||
| + | < | ||
| + | #PBS -l select=1: | ||
| + | </ | ||
| + | |||
| + | Only use these nodes if you need more than 128 GB of RAM, but less than the 1TB available on the "fat nodes" | ||
| + | |||
| ===== Using the Intel compilers ===== | ===== Using the Intel compilers ===== | ||
| Line 56: | Line 67: | ||
| export MPIF77=mpiifx | export MPIF77=mpiifx | ||
| export MPIF90=mpiifx | export MPIF90=mpiifx | ||
| + | export I_MPI_HYDRA_BOOTSTRAP=ssh | ||
| </ | </ | ||
| - | It is not necessary to use a machinefile for multi-node MPI runs. However, the default bootstrap method using pbsdsh does not work. It is necessary | + | It is not necessary to use a machinefile for multi-node MPI runs. However, the default bootstrap method using pbsdsh does not work, hence the need to set '' |
| < | < | ||
| - | mpirun -np 96 -bootstrap ssh myMPIprogram.exe | + | mpirun -np 96 myMPIprogram.exe |
| </ | </ | ||
| - | ===== If you need more memory ===== | ||
| - | As of May 2025, 41 compute nodes have had more memory added, cannibalizing memory modules from nodes that have failed permanently. | ||
| - | < | ||
| - | #PBS -l select=1: | ||
| - | </ | ||
| - | Only use these nodes if you need more than 128 GB of RAM, but less than the 1TB available on the "fat nodes" | + | |
| ===== Transferring data to DIRISA ===== | ===== Transferring data to DIRISA ===== | ||
| Long-term data storage through [[howto: | Long-term data storage through [[howto: | ||