Skip to content

Commit

Permalink
Set Frontier to 56 cores per node. (#764)
Browse files Browse the repository at this point in the history
* Set Frontier to 56 cores per node.

* Update change log.
  • Loading branch information
joaander authored Sep 15, 2023
1 parent 3652e68 commit bec76bb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ The numbers in brackets denote the related GitHub issue and/or pull request.
Version 0.26
============

[0.26.1] -- not yet released
----------------------------

Fixed
+++++

- Schedule 56 cores per node on OLCF Frontier (#764).

[0.26.0] -- 2023-09-06
----------------------

Expand Down
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 bec76bb

Please sign in to comment.