Skip to content

configure not propagating info about lustre to ROMIO #11491

@cniethammer

Description

@cniethammer

configure does not propagate requested lustre support to the 3rd party ROMIO:

To reproduce with main or mpi 4.1.5. check the (ROMIO) configure output for 'checking configured file systems' on a system with lustre:

./configure --prefix$HOME/openmpi/main --with-lustre
...
*** Configuring ROMIO distribution
configure: OPAL configuring in 3rd-party/romio341
...
checking configured file systems... testfs ufs nfs
...
OMPIO File Systems
-----------------------
..
Lustre: yes (default search paths)
...

Note: Checking around in the build system, the ROMIO configure requires file systems to be included to be provided via the --with-file-system option. So far, one can pass this via the --with-io-romio-flags manually. However, I would assume, that providing lustre to openmpi configure will propagate/request automatically the right things.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions