Skip to content

Commit

Permalink
Set Frontier to 56 cores per node.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaander committed Sep 15, 2023
1 parent 3652e68 commit 0385cce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flow/environments/incite.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 0385cce

Please sign in to comment.