Open MPI MPI_File_* API functions, constants, handles ROMIO plugin All the other MPI_* API functions, constants, handles How it normally looks (v1.6)
Open MPI MPI_File_* API functions, constants, handles ROMIO plugin OMPIO plugin All the other MPI_* API functions, constants, handles How it normally looks (v1.7)
Open MPI MPI_File_* API functions, constants, handles ROMIO plugin All the other MPI_* API functions, constants, handles --disable-mpi-io (v1.6) Compile/link time error if you call MPI_File_open() because that symbol doesn’t exist in mpi.h or libmpi.
Open MPI MPI_File_* API functions, constants, handles ROMIO plugin All the other MPI_* API functions, constants, handles --disable-mpi-io (v1.7) OMPIO plugin
Open MPI MPI_File_* API functions, constants, handles ROMIO plugin All the other MPI_* API functions, constants, handles --disable-io-romio (v1.6) Run-time error if you call MPI_File_open() because OMPI has no plugin to do the MPI I/O functionality.
Open MPI MPI_File_* API functions, constants, handles ROMIO plugin All the other MPI_* API functions, constants, handles --disable-io-romio (v1.7) OMPIO plugin No run-time error if you call MPI_File_open() because OMPI will use the OMPIO plugin