Skip to content

Commit

Permalink
update description for Derecho
Browse files Browse the repository at this point in the history
  • Loading branch information
sjsprecious committed Aug 7, 2023
1 parent 2341850 commit de5476a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CIME/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ def __init__(self):
self._set_attribute(
"gpus_use_set_device_rank",
True,
desc="If set to `True` and NGPUS_PER_NODE > 0 then `$RUNDIR/set_device_rank.sh` or `get_local_rank` (a global script on Gust) is appended when the MPI run command is generated.",
desc="If set to `True` and NGPUS_PER_NODE > 0 then `$RUNDIR/set_device_rank.sh` or `get_local_rank` (a global script on Derecho/Gust) is appended when the MPI run command is generated.",
)
self._set_attribute(
"test_custom_project_machine",
Expand Down
2 changes: 1 addition & 1 deletion doc/source/users_guide/cime-customize.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ default_short_term_archiving True bool If set to `Tr
driver_choices ('mct', 'nuopc') tuple Sets the available driver choices for the model.
driver_default nuopc str Sets the default driver for the model.
enable_smp True bool If set to `True` then `SMP=` is added to model compile command.
gpus_use_set_device_rank True bool If set to `True` and NGPUS_PER_NODE > 0 then `$RUNDIR/set_device_rank.sh` or `get_local_rank` (a global script on Gust) is appended when the MPI run command is generated.
gpus_use_set_device_rank True bool If set to `True` and NGPUS_PER_NODE > 0 then `$RUNDIR/set_device_rank.sh` or `get_local_rank` (a global script on Derecho/Gust) is appended when the MPI run command is generated.
make_case_run_batch_script False bool If set to `True` and case is not a test then `case.run.sh` is created in case directory from `$MACHDIR/template.case.run.sh`.
mct_path {srcroot}/libraries/mct str Sets the path to the mct library.
serialize_sharedlib_builds True bool If set to `True` then the TestScheduler will use `proc_pool + 1` processors to build shared libraries otherwise a single processor is used.
Expand Down

0 comments on commit de5476a

Please sign in to comment.