Slurm and MPICH configuration
3 Jan
2022
3 Jan
'22
5:16 p.m.
Hi, The MPICH docs say the following about running under Slurm. Is "sbatch" one of the launchers for which special configuration is necessary? Thanks, Kurt Q: How do I use MPICH with slurm? A: MPICH's default process manager, Hydra, internally detects and functions correctly with SLURM. No special configuration is needed. However, if you want to use SLURM's launchers (such as srun), you will need to configure MPICH with: ./configure --with-pmi=slurm --with-pm=no In addition, if your slurm installation is not in the default location, you will need to pass the actual installation location using: ./configure --with-pmi=slurm --with-pm=no --with-slurm=[path_to_slurm_install]
1660
Age (days ago)
1660
Last active (days ago)
0 comments
1 participants
participants (1)
-
Mccall, Kurt E. (MSFC-EV41)