Skip to content

Commit

Permalink
MNT: increase max run and cache rate
Browse files Browse the repository at this point in the history
  • Loading branch information
tacaswell committed Jan 22, 2025
1 parent b1de3b1 commit 214ce63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sims/run/batch.job
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
#SBATCH --ntasks=1
#SBATCH --cpus-per-task=1
#SBATCH --mem=2G
#SBATCH --time=10:00:00
#SBATCH --time=15:00:00
#SBATCH --output=output/%x_%A_%a.out
#SBATCH --error=output/%x_%A_%a.err
#SBATCH --array=0-3

mkdir -p output

pixi run python ../hello_world/runner.py configs/config_$SLURM_ARRAY_TASK_ID.toml /nsls2/data3/projects/next_iiia_hrd/xrt_output/$(date '+%Y%m%d')/${SLURM_ARRAY_JOB_ID}-$SLURM_ARRAY_TASK_ID.h5 --cache-rate=1000
pixi run python ../hello_world/runner.py configs/config_$SLURM_ARRAY_TASK_ID.toml /nsls2/data3/projects/next_iiia_hrd/xrt_output/$(date '+%Y%m%d')/${SLURM_ARRAY_JOB_ID}-$SLURM_ARRAY_TASK_ID.h5 --cache-rate=200

0 comments on commit 214ce63

Please sign in to comment.