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

📄 base_variables.in

📁 CCSM Research Tools: Community Atmosphere Model (CAM)
💻 IN
字号:
# $Id: base_variables.in,v 1.1.8.1 2002/04/27 15:39:02 erik Exp $#     See the file build/base_variables.defs for a complete explanation of all these fields#AR               = @AR@AR_FLAGS         = @AR_FLAGS@RM               = rm -fOMAKE            = makeRANLIB           = @RANLIB@SHELL            = /bin/sh#PARCH            = @ESMF_ARCH@# ######################### C and Fortran compiler #########################C_CC       = @CC@ -DPARCH_@ESMF_ARCH@ @CC_SHARED_OPT@C_FC       = @FC@ @FC_SHARED_OPT@# SLFLAG=? (-R on solaris)# For now, assume that this is the linker dir flagC_CLINKER_SLFLAG   = -LC_FLINKER_SLFLAG   = -LC_CLINKER  = @CC@C_FLINKER  = @FC@# What is CCV? Solaris base is cc -V -c | head -1C_CCV      = @CC@ -cC_FCV	   = @FC@C_SYS_LIB  = @LIBS@ @FC_LIB@# ########################## FIXES FOR BROKEN DEFINITIONS IN COMMON_x ####### The definitions of CLINKER and FLINKER in the Alice build/common_xxx # contain an explicit : character for an option that we are not using nor# need.  This causes the configure-based builds to fail.# The following was an attempt to override the bogus definitions.###CLINKER	       = ${C_CLINKER} ${COPTFLAGS} ###FLINKER	       = ${C_FLINKER} ${FOPTFLAGS} # Regrettably, this file loses in the war of battling definitions.# Fixing this requires changing common_xxx.# I belive that these should in fact be#CLINKER = ${C_CLINKER} ${COPTFLAGS} ${C_CLINKER_SL_PATH}#FLINKER = ${C_FLINKER} ${FOPTFLAGS} ${C_FLINKER_SL_PATH}# where C_CLINKER_SL_PATH is defined in the architecture-specific base files.# A typical definition might be# C_CLINKER_SL_PATH = ${CLINKER_SLFLAG}${LDIR}:${DYLIBPATH}# but might also be# C_CLINKER_SL_PATH = # ---------------------------- BOPT=g options ----------------------------G_COPTFLAGS      = -gG_FOPTFLAGS      = -g# ----------------------------- BOPT=O options -----------------------------O_COPTFLAGS      = -OO_FOPTFLAGS      = -O# ########################## C++ compiler ###################################CXX_CC           = @CCC@CXX_FC           = @FC@   -xpp=cppCXX_CLINKER_SLFLAG =CXX_FLINKER_SLFLAG =CXX_CLINKER      = @CCC@CXX_FLINKER      = @CCC@# What is CXX_CCV?CXX_CCV          = @CCC@  -cCXX_SYS_LIB      = @LIBS@ @FC_LIB@# ------------------------- BOPT=g_c++ options ------------------------------GCXX_COPTFLAGS   = -gGCXX_FOPTFLAGS   = -g# ------------------------- BOPT=O_c++ options ------------------------------OCXX_COPTFLAGS   = -OOCXX_FOPTFLAGS   = -O# -------------------------- BOPT=g_complex options ------------------------GCOMP_COPTFLAGS  = -gGCOMP_FOPTFLAGS  = -g# --------------------------- BOPT=O_complex options -------------------------OCOMP_COPTFLAGS  = -OOCOMP_FOPTFLAGS  = -O# ########################### Alice install options ###########################G_ALICEFLAGS     = -DESMC_DEBUG  -DESMC_USE_LOG -DESMC_USE_BOPT_g \                   -DESMC_USE_STACK O_ALICEFLAGS     = -DESMC_DEBUG  -DESMC_USE_BOPT_O -DESMC_USE_LOGGCXX_ALICEFLAGS  = -DESMC_DEBUG  -DESMC_USE_LOG -DESMC_USE_BOPT_g \                   -DESMC_USE_STACKOCXX_ALICEFLAGS  =  -DESMC_DEBUG  -DESMC_USE_LOG -DESMC_USE_BOPT_OGCOMP_ALICEFLAGS = -DESMC_DEBUG  -DESMC_USE_LOG -DESMC_USE_BOPT_g \                   -DESMC_USE_COMPLEX  -DUSE_FORTRAN_KERNELS -DESMC_USE_STACKOCOMP_ALICEFLAGS = -DESMC_DEBUG  -DESMC_USE_LOG -DESMC_USE_BOPT_O \                   -DESMC_USE_COMPLEX  -DUSE_FORTRAN_KERNELS# ############################ Notes ##############################################  1) use the Solaris command fpversion to get detailed compiler optimization#     flags regarding the cache, e.g.#fire>fpversion#Use "-xtarget=ultra2 -xcache=16/32/1:2048/64/1" code-generation option.#####################################################################################   Alice installers should very rarely ever need to edit anything below this ###################################################################################include ${ESMF_DIR}/build/common_variables

⌨️ 快捷键说明

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