mpif77.conf.in
来自「MPICH是MPI的重要研究,提供了一系列的接口函数,为并行计算的实现提供了编程」· IN 代码 · 共 42 行
IN
42 行
#! /bin/sh# Default compiler configuration## Directory locations: Fixed for any MPI implementationprefix=@prefix@exec_prefix=@exec_prefix@sysconfdir=@sysconfdir@includedir=@includedir@libdir=@libdir@## Directory locations: Can change for each Fortran versionf77includedir=@f77includedir@f77libdir=@f77libdir@#F77BASE="@F77@"FLINKERBASE="@F77LINKER@"LDFLAGSBASE="@LDFLAGS@"BASE_FFLAGS="@BASE_FFLAGS@ @F77_GETARG_FFLAGS@"FINC="@F77_INCDIR@"USER_FFLAGS="@FFLAGS@"## Linker flagsF77_LDFLAGS="@F77_LDFLAGS@"BASE_LIB_LIST="@BASE_LIB_LIST@"FLIB_LIST="@F77_GETARG_LDFLAGS@"FLIB_PATH_LEADER="@F77_LIBDIR_LEADER@"FLIB_PATH="${libdir}"LIB_PATH="@LIB_PATH@"FLIBNAME="@FLIBNAME@"MPILIBNAME="@MPILIBNAME@"# set to yes if the PMPI routines are in the same library with the MPI routines# (for example, they are built with weak symbols).MPI_WITH_PMPI="@MPI_WITH_PMPI@"#hasMPE="@hasMPE@"# Shared library supportSHAREDKIND=@SHAREDKIND@SHARED_LIB_SEARCH_PATH_LEADER=@SHARED_LIB_SEARCH_PATH_LEADER@SHARED_LIB_LOCALDIR=@SHARED_LIB_LOCALDIR@sharedlibdir=@sharedlibbuild_dir@#
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?