Skip to content

Commit

Permalink
new runs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack Chaillet committed Apr 29, 2022
1 parent c0673dd commit 0894a36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions batchRuns/submitODE.sbatch
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#SBATCH --time=2:00:00
#SBATCH --output=errMsg/oneLoucs_%A_%a.out
#SBATCH --error=errMsg/oneLoucs_%A_%a.err
#SBATCH --array=1-42
#SBATCH --array=11-336
#SBATCH --tasks=1
#SBATCH --cpus-per-task=1
#SBATCH --mem-per-cpu=10000
Expand All @@ -15,5 +15,5 @@
echo "My SLURM_ARRAY_TASK_ID: " $SLURM_ARRAY_TASK_ID
module load r/4.1.2

Rscript ODESGeneralizedImmunity.R ParamListGen.csv $SLURM_ARRAY_TASK_ID ./
Rscript GeneralizedImmunityExp1.R ParamListGen-1.csv $SLURM_ARRAY_TASK_ID ./
$SLURM_JOB_ID

0 comments on commit 0894a36

Please sign in to comment.