Skip to content

Commit

Permalink
Merge branch 'main' into fix/package-scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
b-butler committed Sep 15, 2023
2 parents 4fa2856 + bec76bb commit 573b1ac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@ Version 0.26
Fixed
+++++

<<<<<<< HEAD
- Packaging of files in ``flow.scripts`` used in CLI (#765).
=======
- Schedule 56 cores per node on OLCF Frontier (#764).
>>>>>>> main

[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 573b1ac

Please sign in to comment.