Skip to content

Commit

Permalink
Update default value of processes_per_node in workspace config
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasjacobsen committed Sep 3, 2024
1 parent e44a0ad commit 00acbac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ramble/ramble/workspace/workspace.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def default_config_yaml():
variables:
mpi_command: mpirun -n {n_ranks}
batch_submit: '{execute_experiment}'
processes_per_node: -1
processes_per_node: 1
applications: {}
software:
packages: {}
Expand Down

0 comments on commit 00acbac

Please sign in to comment.