diff --git a/flow/environments/incite.py b/flow/environments/incite.py index ac1c5fe0b..8225b18b7 100644 --- a/flow/environments/incite.py +++ b/flow/environments/incite.py @@ -267,7 +267,7 @@ class FrontierEnvironment(DefaultSlurmEnvironment): hostname_pattern = r".*\.frontier\.olcf\.ornl\.gov" template = "frontier.sh" - cores_per_node = 64 + cores_per_node = 56 gpus_per_node = 8 mpi_cmd = "srun"