?? base_variables
字號:
# $Id: base_variables,v 1.1.6.1 2002/04/24 03:25:18 erik Exp $ ## See the file build/base_variables.defs for a complete explanation of all these fields#AR = /usr/ccs/bin/arAR_FLAGS = crRM = rm -fOMAKE = ${MAKE}RANLIB = /usr/ccs/bin/ranlibSHELL = /bin/shSED = /bin/sedSH_LD = /opt/SUNWhpc/bin/mpCC # ######################### C and Fortran compiler #########################C_CC = /opt/SUNWhpc/bin/mpcc -KPIC -dalign -xtarget=nativeC_FC = /opt/SUNWhpc/bin/mpf90 -openmp -xpp=cpp -dalignC_FC_MOD = -MC_CLINKER_SLFLAG = -RC_FLINKER_SLFLAG = -R# Must use f90 to link C to get omp libsC_CLINKER = /opt/SUNWhpc/bin/mpf90 -openmp -dalignC_FLINKER = /opt/SUNWhpc/bin/mpf90 -openmp -dalignC_CCV = ${C_CC} --versionC_FCV = /opt/SUNWhpc/bin/mpf90 -openmp -dalignC_SYS_LIB = -L/opt/SUNWspro/SC5.0/lib -lF77 -lM77 -lfsu -lsunmath -lnsl -lsocket -lgen -ldl -lm# ---------------------------- BOPT - g options ----------------------------G_COPTFLAGS = -g -xsG_FOPTFLAGS = -g -xs# ----------------------------- BOPT - O options -----------------------------O_COPTFLAGS = -fast -xO4 -fsimple=2 -xtarget=nativeO_FOPTFLAGS = -fast# ########################## C++ compiler ###################################CXX_CC = /opt/SUNWhpc/bin/mpCC CXX_FC = /opt/SUNWhpc/bin/mpf90 -openmpCXX_CLINKER_SLFLAG = -Wl,-rpath,CXX_FLINKER_SLFLAG = -Wl,-rpath,CXX_CLINKER = /opt/SUNWhpc/bin/mpCC CXX_FLINKER = /opt/SUNWhpc/bin/mpCC CXX_CCV = ${CXX_CC} --version#CXX_SYS_LIB = -ldl -lc -lf2c -lmCXX_SYS_LIB = -ldl -lc -lg2c -lm#CXX_SYS_LIB = -ldl -lc /usr/lib/libf2c.a -lm# ------------------------- BOPT - g_c++ options ------------------------------GCXX_COPTFLAGS = -g GCXX_FOPTFLAGS = -g# ------------------------- BOPT - O_c++ options ------------------------------OCXX_COPTFLAGS = -O OCXX_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_STACKO_ALICEFLAGS = -DUSE_FOR_KERNELS -DESMC_USE_LOG -DESMC_DEBUG \ -DESMC_USE_BOPT_OGCXX_ALICEFLAGS = -DESMC_DEBUG -DESMC_USE_LOG -DESMC_USE_BOPT_g \ -DESMC_USE_STACK OCXX_ALICEFLAGS = -DESMC_DEBUG -DESMC_USE_LOG -DESMC_USE_BOPT_OGCOMP_ALICEFLAGS = -DESMC_DEBUG -DESMC_USE_LOG -DESMC_USE_BOPT_g \ -DESMC_USE_STACK -DESMC_USE_COMPLEXOCOMP_ALICEFLAGS = -DESMC_DEBUG -DESMC_USE_LOG -DESMC_USE_BOPT_O \ -DESMC_USE_COMPLEX#################################################################################### ALICE installers should very rarely ever need to edit anything below this ###################################################################################PARCH = solaris_hpcinclude ${ESMF_DIR}/build/common_variables
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -