Skip to content

Commit

Permalink
Update forces submission scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
shuds13 committed Sep 25, 2023
1 parent bd214e1 commit 7607d2c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@

export MPICH_GPU_SUPPORT_ENABLED=1
cd $PBS_O_WORKDIR
python run_libe_forces.py --comms local --nworkers 4
python run_libe_forces.py --comms local --nworkers 5
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@

export MPICH_GPU_SUPPORT_ENABLED=1
cd $PBS_O_WORKDIR
python run_libe_forces.py --comms local --nworkers 4
python run_libe_forces.py --comms local --nworkers 5
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
export SLURM_EXACT=1
export SLURM_MEM_PER_NODE=0

python run_libe_forces.py --comms local --nworkers 8
python run_libe_forces.py --comms local --nworkers 9
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export EXE=run_libe_forces.py
export COMMS="--comms local"

# Number of workers.
export NWORKERS="--nworkers 4"
export NWORKERS="--nworkers 5"

# Wallclock for libE. Slightly smaller than job wallclock
#export LIBE_WALLCLOCK=15 # Optional if pass to script
Expand Down

0 comments on commit 7607d2c

Please sign in to comment.