⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mpif77.conf.in

📁 MPICH是MPI的重要研究,提供了一系列的接口函数,为并行计算的实现提供了编程环境.
💻 IN
字号:
#! /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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -