Hello, I am trying to utilize pmi instead of orte, but I come across the following problem. I do configure using --with-slurm=[slurm installation path] and --with-pmi=[slurm installation path].
After compiling, I run the executable using: $srun -n 2 --mpi=pmi2 ./executable However, this still goes through orte component, not the pmi. Am I missing something when I configure? Peace, Hadi