Skip to content

Commit 0529c25

Browse files
committed
Move imported romio 3.2.1 source code to 3rd-party code
This commit moves the ompi/mca/io/romio321/romio directory to 3rd-party/romio321. The code is imported into Open MPI from MPICH and is periodically updated. Open MPI does not ever intend to work with a pre-installed version. All the configury has been updated to point to the new location and hooks have been added to process the subdir during autogen. Signed-off-by: Nathan Hjelm <[email protected]>
1 parent 9e43f31 commit 0529c25

File tree

568 files changed

+17
-20
lines changed

Some content is hidden

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

568 files changed

+17
-20
lines changed

3rd-party/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
SUBDIRS = $(OPAL_3RDPARTY_SUBDIRS)
1818
DIST_SUBDIRS = $(OPAL_3RDPARTY_DIST_SUBDIRS)
19-
EXTRA_DIST = $(OPAL_3RDPARTY_EXTRA_DIST)
19+
EXTRA_DIST = $(OPAL_3RDPARTY_EXTRA_DIST) autogen.subdirs
2020

2121
distclean-local:
2222
rm -rf $(OPAL_3RDPARTY_DISTCLEAN_DIRS)

3rd-party/autogen.subdirs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
romio321
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)