1
0
ml_measurement_error_public/multiple_iv_simulations/skx_1.sbatch
Nathan TeBlunthuis e0fdb05d4c don't be nice.
2025-06-06 07:12:13 -07:00

12 lines
267 B
Bash

#!/bin/bash
#SBATCH --account=ECS24013
#SBATCH --partition=skx
#SBATCH --nodes=1
#SBATCH --chdir=/scratch/10114/nathante/critical_mass
#SBATCH --error="sbatch_log/%x_%A_%a.err"
#SBATCH --output="sbatch_log/%x_%A_%a.out"
#SBATCH --time=48:00:00
source ~/.bashrc
"$@"