base_variables.defs

来自「CCSM Research Tools: Community Atmospher」· DEFS 代码 · 共 34 行

DEFS
34
字号
# $Id: base_variables.defs,v 1.1.8.1 2002/04/27 15:38:57 erik Exp $   This file contains a complete list of the variables that are definedin build/${ESMF_ARCH}/base_variablesAR - system utility to create a libraryRM - system utility to delete one or more files (the -f is to force it to delete)RANLIB - final stage in making a library on some machines          other machines don't have ranlib so true is used insteadSHELL - the system shell that runs the makefile commands; should be /bin/shC_CC - the C compiler (with possible options)C_FC - the Fortran compilerC_LINKER - the linker for programs with a main program in CF_LINKER - the linker for programs with a main program in FortranC_CVV - the C compiler command to print the compiler version (if it exists)C_SYS_LIB - system libraries that Alice must link with G_COPTFLAGS  - compiler options for compiling debugger C codeG_FOPTFLAGS  - compiler options for compiling debugger Fortran codeO_COPTFLAGS  - compiler options for compiling optimized C codeO_FOPTFLAGS  - compiler options for compiling optimized Fortran codeG_ALICEFLAGS  - Alice compile flags that determine what Alice options get compiled                in for debugger codeO_ALICEFLAGS  - same for optimized code  -DUSE_ESMC_DEBUG - extra run time error checking is done  -DUSE_ESMC_LOG - compile with in-line profiling (.e.g. -log_summary)  -DUSE_ESMC_STACK - compile extra code so that Alice keeps track of its call stack,                      this helps in debugging crashes Similar variables with XX or COMP correspond to using the C++ compiler or C++ compiler with complex numbers

⌨️ 快捷键说明

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