1
1
openmpi/ompi/tools/wrappers/mpif90-wrapper-data.txt.in
Dan Lacher ba0389723e Ticket: #346
remove requirements on .la files on wrapper scripts

Ticket: #374
  extend compilers to support 32 bit and 64 bit in one version of the wrapper

Submitted by: Dan Lacher
Reviewed by: Rolf Vandevaart

This commit was SVN r11908.
2006-09-29 23:58:58 +00:00

19 строки
564 B
Plaintext

project=Open MPI
project_short=OMPI
version=@OMPI_VERSION@
language=Fortran 90
compiler_env=FC
compiler_flags_env=FCFLAGS
compiler=@FC@
module_option=@OMPI_FC_MODULE_FLAG@
extra_includes=
preprocessor_flags=
compiler_flags=@OMPI_WRAPPER_EXTRA_FFLAGS@
linker_flags=@OMPI_WRAPPER_EXTRA_LDFLAGS@
libs=-lmpi_f90 -lmpi_f77 -lmpi -lorte -lopal @OMPI_WRAPPER_EXTRA_LIBS@
required_file=@OMPI_WRAPPER_F90_REQUIRED_FILE@
libdir32=@OMPI_WRAPPER_32_BIT_LIBDIR@
incdir32=@OMPI_WRAPPER_32_BIT_INCDIR@
libdir64=@OMPI_WRAPPER_64_BIT_LIBDIR@
incdir64=@OMPI_WRAPPER_64_BIT_INCDIR@