Skip to content

Commit

Permalink
Merge pull request #1393 from Libensemble/bugfix/add_missing_platform…
Browse files Browse the repository at this point in the history
…_specs

Add missing PerlmutterGPU specs
  • Loading branch information
shuds13 authored Aug 6, 2024
2 parents c4f1851 + eefb0af commit 97900f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libensemble/resources/platforms.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,8 @@ class PerlmutterCPU(Perlmutter):


class PerlmutterGPU(Perlmutter):
cores_per_node: int = 64
logical_cores_per_node: int = 128
gpus_per_node: int = 4
gpu_setting_type: str = "runner_default"
gpu_env_fallback: str = "CUDA_VISIBLE_DEVICES"
Expand Down

0 comments on commit 97900f7

Please sign in to comment.