Merge pull request #1668 from stanmoore1/kk_hpe

Add support for HPE MPI to Kokkos package
This commit is contained in:
Axel Kohlmeyer
2019-09-11 14:00:24 -04:00
committed by GitHub
3 changed files with 21 additions and 1 deletions

View File

@ -126,9 +126,10 @@ are intended for computational work like running LAMMPS. By default
Ng = 1 and Ns is not set.
Depending on which flavor of MPI you are running, LAMMPS will look for
one of these 3 environment variables
one of these 4 environment variables
SLURM_LOCALID (various MPI variants compiled with SLURM support)
MPT_LRANK (HPE MPI)
MV2_COMM_WORLD_LOCAL_RANK (Mvapich)
OMPI_COMM_WORLD_LOCAL_RANK (OpenMPI) :pre