Skip to content

Commit b830fb2

Browse files
committed
Try MPICH on Linux too, see if that fixes hang in c_dist_impl
1 parent a64ae85 commit b830fb2

1 file changed

Lines changed: 1 addition & 17 deletions

File tree

.github/workflows/test-framework.yml

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -37,23 +37,7 @@ jobs:
3737
conda info
3838
conda list
3939
40-
- name: Install dependencies (Linux)
41-
if: ${{ startsWith(matrix.os, 'ubuntu') }}
42-
run: |
43-
conda install c-compiler cxx-compiler fortran-compiler 'gfortran<14' python-gil pkgconfig coreutils patch curl tar unzip gzip bzip2 xz perl bison make cmake openmpi gsl fftw gmp mpfr hdf5 netcdf4 libopenblas liblapack zlib pip wheel 'docutils>=0.6' 'mpi4py>=1.1.0' 'numpy>=1.2.2' 'h5py>=1.1.0' pytest
44-
45-
# - name: Configure OpenMPI
46-
# run: |
47-
# mkdir -p "$HOME/.openmpi"
48-
# echo "rmaps_base_oversubscribe = true" >>"$HOME/.openmpi/mca-params.conf"
49-
# echo "mpi_yield_when_idle = true" >>"$HOME/.openmpi/mca-params.conf"
50-
# echo "btl_tcp_if_include = lo,eth0" >>"$HOME/.openmpi/mca-params.conf"
51-
# mkdir -p "$HOME/.prte"
52-
# echo "rmaps_default_mapping_policy = :oversubscribe" >>"$HOME/.prte/mca-params.conf"
53-
# echo "prte_if_include = lo,eth0" >>"$HOME/.prte/mca-params.conf"
54-
55-
- name: Install dependencies (macOS)
56-
if: ${{ startsWith(matrix.os, 'macos') }}
40+
- name: Install dependencies
5741
run: |
5842
conda install c-compiler cxx-compiler fortran-compiler 'gfortran<14' python-gil pkgconfig coreutils patch curl tar unzip gzip bzip2 xz perl bison make cmake mpich gsl fftw gmp mpfr hdf5 netcdf4 libopenblas liblapack zlib pip wheel 'docutils>=0.6' 'mpi4py>=1.1.0' 'numpy>=1.2.2' 'h5py>=1.1.0' pytest
5943

0 commit comments

Comments
 (0)