-
Notifications
You must be signed in to change notification settings - Fork 936
Closed
Description
Fortran test program ompi/mca/io/romio321/romio/test/fmisc.f.in
fails when calling MPI function MPI_FILE_GET_POSITION.
I tested it with the master branch and 4.0.1 release, both built with romio and without romio.
Note the Fortran file is created after running configure and available in BUILD_DIR/ompi/mca/io/romio321/romio/test/fmisc.f
The same test program passes when compiled with MPICH.
I checked MPI standard about the function MPI_FILE_GET_POSITION and
the value returned by MPICH is correct.