# vargas IBM POWER6 at french IDRIS, http://www.idris.fr/su/Scalaire/vargas/hw-vargas.html # 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-3.6.3/include %NCDF_LIB -L/usr/local/netcdf-3.6.3/lib -lnetcdf %CPP cpp %FC xlf90 %FCFLAGS -O3 -qsuffix=f=f90 -qstrict -qsuppress=1501-245 -qarch=pwr6 -q64 -qrealsize=8 -qtune=pwr6 -qextname -qlargepage -qmaxmem=-1 %FFLAGS -O3 -qsuffix=f=f90 -qstrict -qsuppress=1501-245 -qarch=pwr6 -q64 -qrealsize=8 -qtune=pwr6 -qextname -qlargepage -qmaxmem=-1 %LD xlf90 %LDFLAGS -bloadmap:LinkerErrorMap %FPPFLAGS -P -C %AR ar %ARFLAGS rs %MK gmake %USER_INC %NCDF_INC %USER_LIB %NCDF_LIB