mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-29 06:35:39 -04:00
fix SLURM options [ci skip]
This commit is contained in:
parent
0d33e22049
commit
305ba9bdaa
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue