Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v5.0.x: configure: Add --with-mpi-moduledir configure CLI option #12659

Merged

Commits on Jul 11, 2024

  1. configure: Add --with-mpi-moduledir configure CLI option

    Parameterize the install location of Fortran MPI bindings modulefiles
    via the configure --with-mpi-moduledir CLI option (default to $libdir,
    per all prior versions of Open MPI).
    
    Signed-off-by: Jeff Squyres <[email protected]>
    (cherry picked from commit 7338594)
    jsquyres committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    3095d2d View commit details
    Browse the repository at this point in the history
  2. docs: Add explicit docs about --with-mpi-moduledir

    As a follow on to 7338594, add some additional information about
    the --with-mpi-moduledir configure CLI option, especially as it
    pertains to making relocatable Open MPI installations.
    
    Also, remove an errant space that crept into the mpifort wrapper
    compiler flags in 7338594.
    
    Signed-off-by: Jeff Squyres <[email protected]>
    (cherry picked from commit 1050509)
    jsquyres committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    479c1c3 View commit details
    Browse the repository at this point in the history