Skip to content

Commit

Permalink
updated sbatch
Browse files Browse the repository at this point in the history
  • Loading branch information
Qixin He committed Feb 27, 2022
1 parent 0d7d35c commit 7d6df1c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions batchRuns/submitODE.sbatch
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
#SBATCH --time=2:00:00
#SBATCH --output=oneLoucs_%A_%a.out
#SBATCH --error=oneLoucs_%A_%a.err
#SBATCH --array=1-20
#SBATCH --array=2-16
#SBATCH --tasks=1
#SBATCH --cpus-per-task=1
#SBATCH --mem-per-cpu=30000
#SBATCH --partition=broadwl
#SBATCH --mem-per-cpu=10000
#SBATCH --account=heqixin
#SBATCH --mail-type=ALL
#SBATCH --mail-user=YOUREMAIL
#SBATCH --mail-user=YOUR_EMAIL

# Print this sub-job's task ID
echo "My SLURM_ARRAY_TASK_ID: " $SLURM_ARRAY_TASK_ID
Expand Down

0 comments on commit 7d6df1c

Please sign in to comment.