# POWER 6 at ECMWF # # NCDF_INC netcdf4 include file # NCDF_LIB netcdf4 library # XIOS_INC xios include file (taken into accound only if key_iomput is activated) # XIOS_LIB xios library (taken into accound only if key_iomput is activated) # # FC Fortran compiler command # FCFLAGS Fortran compiler flags # FFLAGS Fortran 77 compiler flags # LD linker # LDFLAGS linker flags, e.g. -L if you have libraries in a # FPPFLAGS pre-processing flags # AR assembler # ARFLAGS assembler flags # MK make # USER_INC complete list of include files # USER_LIB complete list of libraries to pass to the linker # # Note that: # - unix variables "$..." are accpeted and will be evaluated before calling fcm. # - fcm variables are starting with a % (and not a $) # #options: # debug: -g -check bounds -check uninit -check pointers -traceback # %XIOS_LIB -L /perm/ms/fr/ar5/DEV/intel/xios_trunk_r930/lib -lxios %XIOS_INC -I /perm/ms/fr/ar5/DEV/intel/xios_trunk_r930/include %NCDF_INC -I$NETCDF_INC %NCDF_LIB -L$NETCDF_LIB -lnetcdff -lnetcdf -L$HDF5_LIB -lhdf5_hl -lhdf5 -lz %CPP cpp %FC ftn ##%FCFLAGS -align array64byte -fp-model source -ftz -O2 -xAVX -finline-functions -finline-limit=500 -r8 %FCFLAGS -fp-model source -ftz -O2 -r8 -traceback #%FCFLAGS -fp-model source -O1 -r8 -check bounds -g -traceback -check pointers -check uninit -fpe-all=0 -ftz %FFLAGS %FCFLAGS %LD ftn %FPPFLAGS -P -C -traditional %LDFLAGS -sox %AR ar %ARFLAGS -rs %MK gmake %USER_INC %XIOS_INC %NCDF_INC %USER_LIB %XIOS_LIB %NCDF_LIB -lstdc++