ba0389723e
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.
19 строки
564 B
Plaintext
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@
|