Compare commits

...

2 Commits

Author SHA1 Message Date
chn
a2702a8690 localPackages.vasp: fix 2024-03-24 14:39:07 +08:00
chn
72541d6f77 localPackages.vasp: fix 2024-03-24 14:01:51 +08:00

View File

@ -76,11 +76,8 @@ let
export I_MPI_PIN_DOMAIN=''${I_MPI_PIN_DOMAIN-omp}
export I_MPI_DEBUG=''${I_MPI_DEBUG-4}
# do not respect slurm allocation
export I_MPI_JOB_RESPECT_PROCESS_PLACEMENT=no
# fork to bootstrap, do not use srun, causing it could not find proper ld
I_MPI_HYDRA_BOOTSTRAP=fork
export I_MPI_HYDRA_BOOTSTRAP=''${I_MPI_HYDRA_BOOTSTRAP-fork}
${additionalCommands}