Skip to content

Commit

Permalink
up mem (4-->8GB) and workers (16-->32), in order to post process the …
Browse files Browse the repository at this point in the history
…9ka bisect runs
  • Loading branch information
andrewdnolan committed Jul 12, 2023
1 parent d4e98a6 commit 5febe0f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions expr/03_PeriodicSurge/run/crmpt12/postprocess.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
#SBATCH --job-name=dask_gridding
#SBATCH --time=02:00:00
#SBATCH --ntasks=1
#SBATCH --cpus-per-task=16
#SBATCH --mem-per-cpu=4000M
#SBATCH --cpus-per-task=32
#SBATCH --mem-per-cpu=8000M
#SBATCH --mail-type=ALL # send all mail (way to much)
#SBATCH [email protected] # email to spend updates too
#SBATCH --output=dask_%A_%a.out # standard output
#SBATCH --error=dask_%A_%a.err # standard error

# numbers of cores each job in the array will have
export NUM_WORKERS=16
export NUM_WORKERS=32
# use a single thread per cpu core
export THREADS_PER_WORKER=1

Expand Down

0 comments on commit 5febe0f

Please sign in to comment.