Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
steps:
- label: "Run all benchmarks (NVMe)"
key: "test-nvme"
command: |
# Sets the data directory to local NVMe scratch disk
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How does the cloning of the git repo work? Does it know to clone and also recurse the submodules (to pull in the Parcels local install)?

export PARCELS_DATADIR="/scratch/buildkite"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
export PARCELS_DATADIR="/scratch/buildkite"
export PARCELS_BENCHMARKS_DATA_FOLDER="/scratch/buildkite"

pixi install
pixi update
pixi run benchmark-setup download-all --data-home $PARCELS_DATADIR
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
pixi run benchmark-setup download-all --data-home $PARCELS_DATADIR
pixi run setup-data

pixi run asv run

env:
slurm_partition: "main"
slurm_time: "01:00:00"
slurm_nodes: 1
slurm_nodelist: "noether"
slurm_ntasks_per_node: 1
slurm_cpus_per_task: 16
agents:
queue: "galapagos"