Skip to content

Commit

Permalink
reduced slurm memory pool
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeHollingsworth committed Jul 16, 2024
1 parent ccb394e commit 94b8ac8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/agent_examples/whittington_slurm.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/bin/bash
# Set the job name variable
#SBATCH --job-name=TEM_new_states
#SBATCH --job-name=TEM2_new_states
#SBATCH --mem=20000 # memory pool for all cores
#SBATCH --time=72:00:00 # time
#SBATCH -o TEM_logs/TEM_new_states.%N.%j.out # STDOUT
#SBATCH -e TEM_logs/TEM_new_states.%N.%j.err # STDERR
#SBATCH -o TEM_logs/TEM2_new_states.%N.%j.out # STDOUT
#SBATCH -e TEM_logs/TEM2_new_states.%N.%j.err # STDERR
#SBATCH -p gpu
#SBATCH --gres=gpu:1
#SBATCH --ntasks=1
Expand Down

0 comments on commit 94b8ac8

Please sign in to comment.