# Curie BULL at french TGCC, http://www-hpc.cea.fr/en/complexe/tgcc-curie.htm # NCDF_INC netcdf include file # NCDF_LIB netcdf library # 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 additional include files for the compiler, e.g. -I # USER_LIB additional libraries to pass to the linker, e.g. -l %NCDF_INC -I/usr/local/netcdf-4.2_hdf5/include %NCDF_LIB -L/usr/local/netcdf-4.2_hdf5/lib -L/usr/local/hdf5-1.8.8/lib -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lhdf5 -lz -lcurl -lstdc++ %XIOS_ROOT /ccc/work/cont005/ra0542/massons/now/models/xios %FC mpif90 -c -cpp # for Curie Fat Node #%FCFLAGS -i4 -r8 -O3 -fp-model precise -xSSE4.2 # for Curie Thin Node #%FCFLAGS -i4 -r8 -O3 -fp-model precise -xAVX # for Curie all Node %FCFLAGS -i4 -r8 -O3 -fp-model precise %FFLAGS %FCFLAGS %LD mpif90 %LDFLAGS %FPPFLAGS -P -C -traditional %AR ar %ARFLAGS rs %MK gmake %USER_INC -I%XIOS_ROOT/inc %NCDF_INC %USER_LIB -L%XIOS_ROOT/lib -lxios %NCDF_LIB -lstdc++