Skip to content

Commit

Permalink
Fix: Andes template typo
Browse files Browse the repository at this point in the history
  • Loading branch information
b-butler authored Oct 18, 2023
1 parent f203970 commit 4edfa0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flow/templates/andes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
{% endif %}
{% endif %}
#SBATCH -N {{ resources.num_nodes }}
#SBATCH --ntasks={{ resources.ncpus_tasks }}
#SBATCH --ntasks={{ resources.ncpu_tasks }}
{% if partition == 'gpu' %}
#SBATCH --gpus={{ resources.ngpu_tasks }}
{% endif %}
Expand Down

0 comments on commit 4edfa0c

Please sign in to comment.