Skip to content

Disabling io-ompio builds broken on master #9919

@awlauria

Description

@awlauria

There seems to be a new dependency in fcoll on ompio.

Configuring with ---enable-mca-no-build=io-ompio,common-ompio,sharedfp,sharedfp,fbtl,fbtl,fcoll,fcoll,fs will fail to build with:

undefined reference to `mca_common_ompio_set_aggregator_props'
../../../ompi/.libs/libmpi_ftw.so: undefined reference to `mca_common_ompio_decode_datatype'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1484: ompi_info] Error 1
make[1]: *** [Makefile:2658: all-recursive] Error 1
make: *** [Makefile:1477: all-recursive] Error 1

I tracked it back to this commit: 1846e73

Looking at the code I am not sure what the best spot is to move them to, or how to properly refactor them out.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions