File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -523,6 +523,8 @@ jobs:
523
523
include :
524
524
- container : ghcr.io/juliaparallel/github-actions-buildcache:mvapich2-jq
525
525
name : " MVAPICH 2.3.7"
526
+ - container : ghcr.io/juliaparallel/github-actions-buildcache:mvapich3-jq
527
+ name : " MVAPICH 3.0"
526
528
527
529
fail-fast : false
528
530
@@ -534,6 +536,9 @@ jobs:
534
536
JULIA_MPI_TEST_BINARY : system
535
537
JULIA_MPI_TEST_EXCLUDE : test_spawn.jl
536
538
MV2_SMP_USE_CMA : 0
539
+ # Work around issue with affinity not set. Ref:
540
+ # https://github.com/JuliaParallel/MPI.jl/pull/810#issuecomment-1920255386
541
+ MVP_ENABLE_AFFINITY : 0
537
542
538
543
steps :
539
544
- name : Checkout
Original file line number Diff line number Diff line change @@ -297,7 +297,7 @@ function identify_implementation_version_abi(version_string::AbstractString)
297
297
end
298
298
end
299
299
300
- elseif startswith (version_string, " MVAPICH2 " )
300
+ elseif startswith (version_string, " MVAPICH " )
301
301
impl = " MVAPICH"
302
302
# "MVAPICH2 Version :\t%s\n")
303
303
if (m = match (r" ^MVAPICH2? Version\s *:\t (\S *)\n " , version_string)) != = nothing
You can’t perform that action at this time.
0 commit comments