Skip to content

MPI extension using use-mpi-f08 build fails with "Can't open module" error #3605

Closed
@t-kurita

Description

@t-kurita

Thank you for taking the time to submit an issue!

Background information

What version of Open MPI are you using? (e.g., v1.10.3, v2.1.0, git branch name and hash, etc.)

master branch

Describe how Open MPI was installed (e.g., from a source/distribution tarball, from a git clone, from an operating system distribution package, etc.)

from a source

Please describe the system on which you are running

  • Complier
    GCC(gfortran) 5.3.0

Details of the problem

I'm making an MPI extension using use-mpi-f08 referring to the example ("ompi/mpiext/example" directory).

When I try to build, the build fails with

Fatal Error: Can't open module file 'mpi_f08_types.mod' for reading at (1): No such file or directory

Even if I use the MPI extension example(ompi/mpiext/example) on master branch, the build fails with the same error.

../../../../../../../src/ompi/mpiext/example/use-mpi-f08/mpiext_example_progress_f08.F90:18:8:

   use :: mpi_f08_types, only : MPI_Comm
        1
Fatal Error: Can't open module file 'mpi_f08_types.mod' for reading at (1): No such file or directory

When I built the MPI extension example, I removed the ompi/mpiext/example/.opal_ignore file.

Is there any counter-measure?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions