Skip to content

Commit

Permalink
[src][array] add srun
Browse files Browse the repository at this point in the history
  • Loading branch information
smokhov authored Feb 2, 2024
1 parent 0a30bcb commit a656a71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/array.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#SBATCH -e myprogram%A_%a.err

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

sleep 10

Expand Down

0 comments on commit a656a71

Please sign in to comment.