Skip to content

Commit

Permalink
Update hardware configuration in submission scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
alec-glisman committed Mar 7, 2024
1 parent 5d58024 commit 64078ca
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion submission/1eqbm_7.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

# Slurm: Node configuration
#SBATCH --partition=all --qos=dow --account=dow
#SBATCH --nodes=1 --ntasks-per-node=16 --mem=4G
#SBATCH --nodes=1 --ntasks-per-node=8 --mem=4G
#SBATCH --gres=gpu:1 --gpu-bind=closest

# Slurm: Runtime I/O
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@

# Hardware ####################################################################

export CPU_THREADS='4' # number of CPU threads to use (-1 = all available)
export PIN_OFFSET='0' # offset for CPU thread pinning (-1 = no offset)
export GPU_IDS='0' # GPU device(s) to use (0 = first GPU, 01 = first two GPUs)
export CPU_THREADS='-1' # number of CPU threads to use (-1 = all available)
export PIN_OFFSET='-1' # offset for CPU thread pinning (-1 = no offset)
export GPU_IDS='-1' # GPU device(s) to use (0 = first GPU, 01 = first two GPUs)

# System components ###########################################################

Expand Down
6 changes: 3 additions & 3 deletions submission/input/7-vacuum-systems/4.0_16paa_0Ca_9nmcrystal.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@

# Hardware ####################################################################

export CPU_THREADS='4' # number of CPU threads to use (-1 = all available)
export PIN_OFFSET='4' # offset for CPU thread pinning (-1 = no offset)
export GPU_IDS='2' # GPU device(s) to use (0 = first GPU, 01 = first two GPUs)
export CPU_THREADS='1' # number of CPU threads to use (-1 = all available)
export PIN_OFFSET='1' # offset for CPU thread pinning (-1 = no offset)
export GPU_IDS='1' # GPU device(s) to use (0 = first GPU, 01 = first two GPUs)

# System components ###########################################################

Expand Down

0 comments on commit 64078ca

Please sign in to comment.