Skip to content

Commit

Permalink
[src][array] fix a typo and add --mem
Browse files Browse the repository at this point in the history
  • Loading branch information
smokhov committed Nov 23, 2023
1 parent 6548802 commit ff2a27c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/array.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@
#SBATCH -N 1
#SBATCH -t 0-2:00
#SBATCH --array=1-30
#SBATCH --mem=1G
#SBATCH -o myprogram%A_%a.out
# %A" is replaced by the job ID and "%a" with the array index
#SBATCH -e myprogram%A_%a.err

echo "Would be input shard: input$SLURM_ARRAY_TASK_ID.dat"
#/myprogram input$SLURM_ARRAY_TASK_ID.dat
#./myprogram input$SLURM_ARRAY_TASK_ID.dat

sleep 10

Expand Down

0 comments on commit ff2a27c

Please sign in to comment.