Skip to content

Commit

Permalink
Try skylake
Browse files Browse the repository at this point in the history
  • Loading branch information
sriharshakandala committed Jan 28, 2025
1 parent 4cff9f7 commit 9f9ba6c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .buildkite/cpu_scaling_pipeline/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ steps:

agents:
slurm_cpus_per_task: 8
slurm_gpus: 1
env:
JULIA_NUM_PRECOMPILE_TASKS: 8
JULIA_MAX_NUM_PRECOMPILE_FILES: 50
Expand All @@ -45,13 +44,13 @@ steps:

- label: ":computer: 1 process"
command: >
julia --color=yes --project=examples examples/hybrid/driver.jl
srun julia --color=yes --project=examples examples/hybrid/driver.jl
--config_file $MBW_SCALING_CONFIG_PATH/moist_baroclinic_wave_helem_30_0M_ss.yml
--job_id moist_baroclinic_wave_helem_30_0M_ss_1process
artifact_paths: "moist_baroclinic_wave_helem_30_0M_ss_1process/output_active/*"
agents:
slurm_constraint: icelake
slurm_constraint: skylake
slurm_nodes: 1
slurm_tasks_per_node: 1
slurm_cpus_per_task: 1
Expand Down

0 comments on commit 9f9ba6c

Please sign in to comment.