Skip to content

Commit 8a64826

Browse files
authored
Merge pull request #13119 from hppritcha/remove_romio
romio: remove it
2 parents 3f12346 + 4684a13 commit 8a64826

File tree

678 files changed

+10
-117931
lines changed

Some content is hidden

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

678 files changed

+10
-117931
lines changed

.github/workflows/compile-ze.yaml

+1-4
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

-7
Original file line numberDiff line numberDiff line change
@@ -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

-19
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

3rd-party/autogen.subdirs

-1
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
romio341

3rd-party/romio341/.codingcheck

-54
This file was deleted.

3rd-party/romio341/.config_params

-39
This file was deleted.

3rd-party/romio341/Makefile.am

-213
This file was deleted.

3rd-party/romio341/Makefile.options

-36
This file was deleted.

0 commit comments

Comments
 (0)