Skip to content

romio: remove it #13119

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
5 changes: 1 addition & 4 deletions .github/workflows/compile-ze.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,5 @@ jobs:
- name: Build Open MPI
run: |
./autogen.pl
#
# we have to disable romio as its old ze stuff doesn't compile with supported ZE API
#
./configure --prefix=${PWD}/install --disable-mpi-fortran --disable-io-romio --disable-oshmem --with-ze --disable-silent-rules
./configure --prefix=${PWD}/install --disable-mpi-fortran --disable-oshmem --with-ze --disable-silent-rules
make -j
7 changes: 0 additions & 7 deletions .github/workflows/hdf5-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,3 @@ jobs:
HDF5TestExpress=0 mpirun --mca io ompio -np 4 ./hdf5/testpar/t_shapesame
mpirun --mca io ompio -np 4 ./hdf5/testpar/t_filters_parallel
mpirun --mca io ompio -np 4 ./hdf5/testpar/testphdf5
- name: Run testsuite (romio)
run: |
export PATH=/opt/openmpi/bin:${PATH}
export LD_LIBRARY_PATH=/opt/openmpi/lib:${LD_LIBRARY_PATH}
HDF5TestExpress=0 mpirun --mca io ^ompio -np 4 ./hdf5/testpar/t_shapesame
mpirun --mca io ^ompio -np 4 ./hdf5/testpar/t_filters_parallel
mpirun --mca io ^ompio -np 4 ./hdf5/testpar/testphdf5
19 changes: 0 additions & 19 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -102,25 +102,6 @@ ltoptions.m4
!3rd-party/hwloc-*.tar.*
3rd-party/treematch/config.h

3rd-party/romio341/adio/include/romioconf.h
3rd-party/romio341/adio/include/romioconf.h.in
3rd-party/romio341/include/mpio.h
3rd-party/romio341/localdefs
3rd-party/romio341/mpl/confdb/test-driver
3rd-party/romio341/mpl/include/config.h
3rd-party/romio341/mpl/include/config.h.in
3rd-party/romio341/mpl/include/mplconfig.h
3rd-party/romio341/mpl/include/mpl_timer.h
3rd-party/romio341/mpl/localdefs
3rd-party/romio341/test/runtests
3rd-party/romio341/test/fcoll_test.f
3rd-party/romio341/test/fmisc.f
3rd-party/romio341/test/fperf.f
3rd-party/romio341/test/large_file.c
3rd-party/romio341/test/misc.c
3rd-party/romio341/test/pfcoll_test.f
3rd-party/romio341/util/romioinstall

config/project_list.m4
config/autogen_found_items.m4
config/opal_get_version.sh
Expand Down
1 change: 0 additions & 1 deletion 3rd-party/autogen.subdirs
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
romio341
54 changes: 0 additions & 54 deletions 3rd-party/romio341/.codingcheck

This file was deleted.

39 changes: 0 additions & 39 deletions 3rd-party/romio341/.config_params

This file was deleted.

213 changes: 0 additions & 213 deletions 3rd-party/romio341/Makefile.am

This file was deleted.

36 changes: 0 additions & 36 deletions 3rd-party/romio341/Makefile.options

This file was deleted.

Loading