Skip to content

Commit 9e158e1

Browse files
committed
re-enable mpifort FCFLAGS_PREFIX
At some point in the distant past (likely when we moved from mpif77 and mpif90 wrappers to mpifort), the mpifort data file lost the compiler_flags_prefix option, meaning that customers could not use the --with-wrapper-fcflags-prefix configure option. Signed-off-by: Brian Barrett <bbarrett@amazon.com>
1 parent 00dd745 commit 9e158e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ompi/tools/wrappers/mpifort-wrapper-data.txt.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ compiler_env=FC
1313
compiler_flags_env=FCFLAGS
1414
compiler=@FC@
1515
preprocessor_flags=
16+
compiler_flags_prefix=@OMPI_WRAPPER_EXTRA_FCFLAGS_PREFIX@
1617
compiler_flags=@OMPI_WRAPPER_EXTRA_FCFLAGS@
1718
linker_flags=@OMPI_WRAPPER_EXTRA_FC_LDFLAGS@
1819
# Note that per https://svn.open-mpi.org/trac/ompi/ticket/3422, we

0 commit comments

Comments
 (0)