From 305ba9bdaad9db36814e2dae5db47e771f35ef65 Mon Sep 17 00:00:00 2001 From: edoapra Date: Wed, 26 Oct 2022 17:31:04 -0700 Subject: [PATCH] fix SLURM options [ci skip] --- contrib/git.nwchem/github_actions_tahoma.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/git.nwchem/github_actions_tahoma.txt b/contrib/git.nwchem/github_actions_tahoma.txt index 3896a08d58..5c273ccc24 100644 --- a/contrib/git.nwchem/github_actions_tahoma.txt +++ b/contrib/git.nwchem/github_actions_tahoma.txt @@ -65,7 +65,7 @@ jobs: module load openmpi/4.1.4 export https_proxy=http://proxy.emsl.pnl.gov:3128 export MPIRUN_PATH=`which srun` - MYNN=$(( $SLURM_NNODES*$SLURM_CPUS_ON_NODE )) + MYNN=$(( $SLURM_NNODES*$SLURM_NTASKS_PER_NODE )) echo MYNN is $MYNN ./doqmtests.mpi $MYNN flaky | tee >(ts "%d%b%Y %H:%M:%S" > ../../../../doqmtests.mpi.log.` date +%b%d%Y_%H:%M`) shell: bash