Nemo-NAA10km_nemo_4.2.2/arch/depr/CNRS/arch-PW6_VARGAS.fcm
2025-09-05 09:42:21 +02:00

33 lines
1.3 KiB
Plaintext
Executable File

# 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<lib dir> 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<include dir>
# USER_LIB additional libraries to pass to the linker, e.g. -l<library>
#
# module load netcdf/4.1.3-par
# module load phdf5/1.8.7
#
%NCDF_INC
%NCDF_LIB
%XIOS_ROOT /workgpfs/rech/eee/reee217/XIOS
%FC mpxlf90_r
%FCFLAGS -qfree=f90 -O3 -qstrict -qrealsize=8 -qextname=flush -qsource -q64 -qlargepage -qmaxmem=-1 -qsource
%FFLAGS -qfixed -O3 -qstrict -qrealsize=8 -qextname=flush -qsource -q64 -qlargepage -qmaxmem=-1 -qsource
%LD mpCC_r
%LDFLAGS -lxlf90
%FPPFLAGS -P -C
%AR ar
%ARFLAGS rs
%MK gmake
%USER_INC %NCDF_INC -I%XIOS_ROOT/inc
%USER_LIB -L%XIOS_ROOT/lib -lxios %NCDF_LIB