Skip to content

Commit

Permalink
Merge pull request #3127 from CliMA/gb/fix_gpulongrun
Browse files Browse the repository at this point in the history
Fix GPU sharing on GPU-longruns
  • Loading branch information
Sbozzolo authored Jun 22, 2024
2 parents 4a363a7 + 81cee72 commit bfabc07
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .buildkite/longruns_gpu/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,13 @@ agents:
modules: julia/1.10.0 cuda/julia-pref openmpi/4.1.5-mpitrampoline nsight-systems/2024.2.1

env:
JULIA_CUDA_MEMORY_POOL: none
JULIA_MPI_HAS_CUDA: "true"
JULIA_NVTX_CALLBACKS: gc
JULIA_MAX_NUM_PRECOMPILE_FILES: 100
OPENBLAS_NUM_THREADS: 1
OMPI_MCA_opal_warn_on_missing_libcuda: 0
SLURM_KILL_BAD_EXIT: 1
SLURM_GPU_BIND: none # https://github.com/open-mpi/ompi/issues/11949#issuecomment-1737712291
SLURM_GRES_FLAGS: "allow-task-sharing"
CONFIG_PATH: "config/longrun_configs"
CLIMAATMOS_GC_NSTEPS: 10

Expand Down

0 comments on commit bfabc07

Please sign in to comment.