Skip to content

Commit

Permalink
New Results
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack Chaillet committed Apr 12, 2022
1 parent 0c6b3c3 commit abd4b7a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions batchRuns/submitODE.sbatch
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
#!/bin/bash
#SBATCH --job-name=oneLoucs
#SBATCH --time=2:00:00
#SBATCH --output=oneLoucs_%A_%a.out
#SBATCH --error=oneLoucs_%A_%a.err
#SBATCH --array=3-30
#SBATCH --output=errMsg/oneLoucs_%A_%a.out
#SBATCH --error=errMsg/oneLoucs_%A_%a.err
#SBATCH --array=1-42
#SBATCH --tasks=1
#SBATCH --cpus-per-task=1
#SBATCH --mem-per-cpu=10000
#SBATCH --account=heqixin
#SBATCH --mail-type=ALL
#SBATCH --mail-user=YOUR_EMAIL
#SBATCH --mail-user=chaillet@purdue.edu

# Print this sub-job's task ID
echo "My SLURM_ARRAY_TASK_ID: " $SLURM_ARRAY_TASK_ID
module load R

Rscript ODESImmunity_hqx.R paraList.csv $SLURM_ARRAY_TASK_ID ./
module load r/4.1.2

Rscript ODESGeneralizedImmunity.R ParamListGen.csv $SLURM_ARRAY_TASK_ID ./
$SLURM_JOB_ID

0 comments on commit abd4b7a

Please sign in to comment.