base.site

来自「CCSM Research Tools: Community Atmospher」· SITE 代码 · 共 30 行

SITE
30
字号
# $Id: base.site,v 1.3.2.2 2002/04/27 15:39:00 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 MPI (Message Passing Interface) software  ## We recommend using SGI's MPI implementation over MPICH on the Origin and # Powerchallenge.## If you are using the MPICH implementation of MPI with version BELOW 1.1,# you should remove the -DESMC_HAVE_INT_MPI_COMM. If you are using MPICH Version 1.1# or SGI's version of MPI you MUST retain it.##ESMC_MPIRUN      = mpirun #MPI_LIB        = -lmpi#MPI_INCLUDE     = -DESMC_HAVE_INT_MPI_COMM#MPIRUN          = ${ESMC_MPIRUN}# The following is for mpiuniMPI_HOME        = ${ESMF_DIR}/src/Infrastructure/mpiuniMPI_LIB         = -lmpiuniMPI_INCLUDE     = -I${MPI_HOME}MPIRUN          = ${MPI_HOME}/mpirun#PCL_INCLUDE      = -I/home/mouache/rosinski/include#PCL_LIB          = -L/home/mouache/rosinski/lib -lpcl

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?