Skip to content

Commit

Permalink
Update parm/wflow/plot.yaml to have nnodes=1
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Lueken <63728921+MichaelLueken@users.noreply.github.com>
  • Loading branch information
2 people authored and Natalie Perlin committed Sep 6, 2024
1 parent fca4e09 commit d532777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parm/wflow/plot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ default_task_plot: &default_task
nprocs: '{{ parent.nnodes * parent.ppn }}'
join: !cycstr '&LOGDIR;/{{ jobname }}_@Y@m@d@H&LOGEXT;'
native: '{{ platform.SCHED_NATIVE_CMD }}'
nnodes: 2
nnodes: 1
nodes: '{{ nnodes }}:ppn={{ ppn }}'
partition: '{% if platform.get("PARTITION_DEFAULT") %}&PARTITION_DEFAULT;{% else %}None{% endif %}'
ppn: 24
Expand Down

0 comments on commit d532777

Please sign in to comment.