-
Notifications
You must be signed in to change notification settings - Fork 936
Open
Description
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.