Skip to content

Commit 9e00186

Browse files
Merge branch 'open-mpi:main' into acoll_psplit_alltoall
2 parents d25450f + 45258b6 commit 9e00186

File tree

831 files changed

+4539
-123010
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

831 files changed

+4539
-123010
lines changed

.github/workflows/compile-ze.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,5 @@ jobs:
2424
- name: Build Open MPI
2525
run: |
2626
./autogen.pl
27-
#
28-
# we have to disable romio as its old ze stuff doesn't compile with supported ZE API
29-
#
30-
./configure --prefix=${PWD}/install --disable-mpi-fortran --disable-io-romio --disable-oshmem --with-ze --disable-silent-rules
27+
./configure --prefix=${PWD}/install --disable-mpi-fortran --disable-oshmem --with-ze --disable-silent-rules
3128
make -j

.github/workflows/hdf5-tests.yaml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
make -j 8 && make install
2121
- name: Install HDF5
2222
run: |
23-
wget https://github.com/HDFGroup/hdf5/releases/latest/download/hdf5.tar.gz
23+
wget --progress=dot:giga https://github.com/HDFGroup/hdf5/releases/latest/download/hdf5.tar.gz
2424
tar -xzf hdf5.tar.gz
2525
mv hdf5-1* hdf5
2626
cd hdf5
@@ -43,10 +43,3 @@ jobs:
4343
HDF5TestExpress=0 mpirun --mca io ompio -np 4 ./hdf5/testpar/t_shapesame
4444
mpirun --mca io ompio -np 4 ./hdf5/testpar/t_filters_parallel
4545
mpirun --mca io ompio -np 4 ./hdf5/testpar/testphdf5
46-
- name: Run testsuite (romio)
47-
run: |
48-
export PATH=/opt/openmpi/bin:${PATH}
49-
export LD_LIBRARY_PATH=/opt/openmpi/lib:${LD_LIBRARY_PATH}
50-
HDF5TestExpress=0 mpirun --mca io ^ompio -np 4 ./hdf5/testpar/t_shapesame
51-
mpirun --mca io ^ompio -np 4 ./hdf5/testpar/t_filters_parallel
52-
mpirun --mca io ^ompio -np 4 ./hdf5/testpar/testphdf5

.gitignore

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -102,25 +102,6 @@ ltoptions.m4
102102
!3rd-party/hwloc-*.tar.*
103103
3rd-party/treematch/config.h
104104

105-
3rd-party/romio341/adio/include/romioconf.h
106-
3rd-party/romio341/adio/include/romioconf.h.in
107-
3rd-party/romio341/include/mpio.h
108-
3rd-party/romio341/localdefs
109-
3rd-party/romio341/mpl/confdb/test-driver
110-
3rd-party/romio341/mpl/include/config.h
111-
3rd-party/romio341/mpl/include/config.h.in
112-
3rd-party/romio341/mpl/include/mplconfig.h
113-
3rd-party/romio341/mpl/include/mpl_timer.h
114-
3rd-party/romio341/mpl/localdefs
115-
3rd-party/romio341/test/runtests
116-
3rd-party/romio341/test/fcoll_test.f
117-
3rd-party/romio341/test/fmisc.f
118-
3rd-party/romio341/test/fperf.f
119-
3rd-party/romio341/test/large_file.c
120-
3rd-party/romio341/test/misc.c
121-
3rd-party/romio341/test/pfcoll_test.f
122-
3rd-party/romio341/util/romioinstall
123-
124105
config/project_list.m4
125106
config/autogen_found_items.m4
126107
config/opal_get_version.sh
@@ -154,6 +135,7 @@ examples/hello_cxx
154135
examples/hello_mpifh
155136
examples/hello_usempi
156137
examples/hello_usempif08
138+
examples/hello_sessions_c
157139
examples/ring_c
158140
examples/ring_cxx
159141
examples/ring_mpifh

3rd-party/autogen.subdirs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
romio341

3rd-party/romio341/.codingcheck

Lines changed: 0 additions & 54 deletions
This file was deleted.

3rd-party/romio341/.config_params

Lines changed: 0 additions & 39 deletions
This file was deleted.

3rd-party/romio341/Makefile.am

Lines changed: 0 additions & 213 deletions
This file was deleted.

0 commit comments

Comments
 (0)