?? base.site.in
字號:
# $Id: base.site.in,v 1.1.8.1 2002/04/27 15:39:02 erik Exp $# This file contains site-specific information. The definitions below# should be changed to match the locations of libraries at your site.# The following naming convention is used:# XXX_LIB - location of library XXX# XXX_INCLUDE - directory for include files needed for library XXX## Location of BLAS and LAPACK. These libraries are available via Netlib,# or see $(ESMF_DIR)/readme for information on retrieving a subset.## If your machine has the file /usr/lang/SC3.0.1/lib/libsunperf.a then# you can use -lsunperf or /usr/lang/SC3.0.1/lib/libsunperf.a below as the # BLAS and LAPACK library#BLAS_LIB = @BLAS_LIB@LAPACK_LIB = @LAPACK_LIB@## Location of X-windows software#X11_INCLUDE = @CPP_X_INCLUDE@X11_LIB = @X_LIBRARIES@## Location of MPI (Message Passing Interface) software # Note that version 1.1 of MPICH now requires linking pmpi when using mpe;# make sure to remove the -lmpe and -lpmpi below if you are not using mpe or any # MPI profiling libraries. And remove the -DESMC_HAVE_MPE from the bottom of the file.#MPI_LIB = @MPI_LIB@MPI_INCLUDE = @MPI_INCLUDE@ MPIRUN = @MPIRUN@## -------------------------------------------------------------------------- ## Optional location of MPE#MPE_LIB = @MPE_LIB@MPE_INCLUDE = @MPE_INCLUDE@## Optional location of BlockSolve (MPI version)#BS_INCLUDE = @BS_INCLUDE@BS_LIB = @BS_LIB@## Optional Matlab location#CMEX = @CMEX@MCC = @MCC@MATLABCOMMAND = @MATLABCOMMAND@## Option location where adiC is installed#ADIC_INCLUDE = @ADIC_INCLUDE@ADIC_LIB = @ADIC_LIB@ADIC_CC = @ADIC_CC@## Optional location of PVODE; Alan Hindmarsh's parallel ODE solver# PVODE_INCLUDE = @PVODE_INCLUDE@PVODE_LIB = @PVODE_LIB@### Optional location of ParMetis#PARMETIS_INCLUDE = PARMETIS_LIB = ## Optional location for ALICE Memory Snooper#AMS_DIR = AMS_INCLUDE = AMS_LIB = ## Optional location of SPAI;#SPAI_INCLUDE = SPAI_LIB = # ---------------------------------------------------------------------------------------## PCONF - indicates which OPTIONAL external packages are available at your site## If you have a package then make sure -DESMC_HAVE_packagename is indicated below and # the locations are appropriately indicated above. If you do not have the package then# comment out the locations indicated for that package.#PCONF = @PCONF@EXTERNAL_LIB = ${BS_LIB} ${PVODE_LIB} ${MPE_LIB} ${ADIC_LIB}## ---------------------------------------------------------------------------------------## If you are using shared version of any external libraries you must make this# point to the directories where all your shared libraries are stored.#DYLIBPATH =
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -