Skip to content

Commit

Permalink
MNT: remove unsued date printing
Browse files Browse the repository at this point in the history
  • Loading branch information
tacaswell committed Jan 22, 2025
1 parent 1aacf27 commit b1de3b1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sims/run/batch.job
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@
#SBATCH --array=0-3

mkdir -p output
printf -v date '%(%Y%m%d)T\n' -1

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

0 comments on commit b1de3b1

Please sign in to comment.