ucdavis / HPCCF-HPC2

Configs and information for HPC2.
1 stars 0 forks source link

Test pmix/openmpi #11

Open camillescott opened 2 years ago

camillescott commented 2 years ago

Some test commands:

camillescott commented 2 years ago

Test commands for PMIx v3.2.3: https://github.com/openpmix/openpmix/blob/ad8d1f3ac4d5ed6d0509d7c6129f20b59cc02d17/test/cmd_examples

camillescott commented 2 years ago

pmix_test -n 4 --ns-dist 3:1 --fence "[db | 0:0-2;1:3]" fails. This might be expected to fail, as 0:0-2;1:3 tries to use 3 ranks on the second fence, but it is only specified with 1 rank via --ns-dist 3:1. Need to investigate further.

camillescott commented 2 years ago

See also: https://slurm.schedmd.com/mpi_guide.html