Skip to content

Commit

Permalink
unify pipeline w ccore
Browse files Browse the repository at this point in the history
  • Loading branch information
juliasloan25 committed Jan 3, 2024
1 parent 61ddddd commit ae25c72
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,13 @@ agents:

env:
JULIA_LOAD_PATH: "${JULIA_LOAD_PATH}:${BUILDKITE_BUILD_CHECKOUT_PATH}/.buildkite"
OPENBLAS_NUM_THREADS: 1
JULIA_NVTX_CALLBACKS: gc
OMPI_MCA_opal_warn_on_missing_libcuda: 0
JULIA_MAX_NUM_PRECOMPILE_FILES: 100
GKSwstype: 100
SLURM_KILL_BAD_EXIT: 1
JULIA_NVTX_CALLBACKS: gc
JULIA_CUDA_MEMORY_POOL: none
JULIA_MPI_HAS_CUDA: "true"
OPENBLAS_NUM_THREADS: 1
OMPI_MCA_opal_warn_on_missing_libcuda: 0
GKSwstype: 100
MPITRAMPOLINE_LIB: "/groups/esm/software/MPIwrapper/ompi4.1.5_cuda-12.2/lib64/libmpiwrapper.so"
MPITRAMPOLINE_MPIEXEC: "/groups/esm/software/MPIwrapper/ompi4.1.5_cuda-12.2/bin/mpiwrapperexec"

Expand Down Expand Up @@ -74,11 +72,11 @@ steps:
- "julia --project=artifacts artifacts/download_artifacts.jl"

agents:
slurm_mem: 80G
slurm_cpus_per_task: 8
slurm_gpus: 1
env:
JULIA_NUM_PRECOMPILE_TASKS: 8
JULIA_MAX_NUM_PRECOMPILE_FILES: 50

- wait

Expand Down

0 comments on commit ae25c72

Please sign in to comment.