Skip to content

Commit

Permalink
Updating Perlmutter config to use GCE (#1544)
Browse files Browse the repository at this point in the history
  • Loading branch information
yadudoc authored Apr 24, 2024
1 parent 319905e commit f43e024
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions docs/configs/perlmutter.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
display_name: Permutter@NERSC
engine:
type: HighThroughputEngine
type: GlobusComputeEngine
worker_debug: False

strategy:
type: SimpleStrategy
max_idletime: 300

address:
type: address_by_interface
ifname: hsn0

provider:
type: SlurmProvider
partition: debug

# We request all hyperthreads on a node.
# GPU nodes have 128 threads, CPU nodes have 256 threads
Expand All @@ -21,8 +19,9 @@ engine:

# string to prepend to #SBATCH blocks in the submit
# script to the scheduler
# For GPUs in the debug qos eg: "#SBATCH --constraint=gpu -q debug"
# For GPUs in the debug qos eg: "#SBATCH --constraint=gpu"
scheduler_options: {{ OPTIONS }}

# Your NERSC account, eg: "m0000"
account: {{ NERSC_ACCOUNT }}

Expand Down

0 comments on commit f43e024

Please sign in to comment.