Skip to content

Commit

Permalink
print MPI versioninfo
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbyrne committed Oct 10, 2023
1 parent cd3138f commit 0dd519b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .buildkite/distributed/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ env:
JULIA_NVTX_CALLBACKS: gc
OMPI_MCA_opal_warn_on_missing_libcuda: 0
JULIA_CPU_TARGET: 'broadwell;skylake'
JULIA_CUDA_MEMORY_POOL: none

steps:
- label: "initialize"
Expand All @@ -18,6 +19,7 @@ steps:
- "julia --project -e 'using Pkg; Pkg.instantiate(;verbose=true); Pkg.precompile(;strict=true)'"
# force the initialization of the CUDA runtime as it is lazily loaded by default
- "julia --project -e 'using CUDA; CUDA.precompile_runtime(); CUDA.versioninfo()'"
- "julia --project -e 'using MPI; MPI.versioninfo()'"
# Download artifacts by running an empty testgroup and thereby executing /test/runtests.jl
- "julia -O0 --color=yes --project -e 'using Pkg; Pkg.test()'"

Expand Down
2 changes: 2 additions & 0 deletions test/dependencies_for_runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,5 @@ archs = test_architectures()

group = get(ENV, "TEST_GROUP", :all) |> Symbol
test_file = get(ENV, "TEST_FILE", :none) |> Symbol

MPI.versioninfo()

0 comments on commit 0dd519b

Please sign in to comment.