New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
arch-PW6_VARGAS.fcm in branches/UKMO/nemo_v3_6_STABLE_copy/NEMOGCM/ARCH/OLD/CNRS – NEMO

source: branches/UKMO/nemo_v3_6_STABLE_copy/NEMOGCM/ARCH/OLD/CNRS/arch-PW6_VARGAS.fcm @ 5781

Last change on this file since 5781 was 5781, checked in by davestorkey, 8 years ago

UKMO/nemo_v3_6_STABLE_copy branch : clear SVN keywords.

File size: 1.3 KB
Line 
1# vargas IBM POWER6 at french IDRIS, http://www.idris.fr/su/Scalaire/vargas/hw-vargas.html
2# NCDF_INC    netcdf include file
3# NCDF_LIB    netcdf library
4# FC          Fortran compiler command
5# FCFLAGS     Fortran compiler flags
6# FFLAGS      Fortran 77 compiler flags
7# LD          linker
8# LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
9# FPPFLAGS    pre-processing flags
10# AR          assembler
11# ARFLAGS     assembler flags
12# MK          make 
13# USER_INC    additional include files for the compiler,  e.g. -I<include dir>
14# USER_LIB    additional libraries to pass to the linker, e.g. -l<library>
15#
16# module load netcdf/4.1.3-par
17# module load phdf5/1.8.7
18#
19%NCDF_INC           
20%NCDF_LIB   
21%XIOS_ROOT           /workgpfs/rech/eee/reee217/XIOS
22%FC                  mpxlf90_r
23%FCFLAGS             -qfree=f90 -O3 -qstrict -qrealsize=8 -qextname=flush -qsource -q64 -qlargepage -qmaxmem=-1 -qsource
24%FFLAGS              -qfixed -O3 -qstrict -qrealsize=8 -qextname=flush -qsource -q64 -qlargepage -qmaxmem=-1 -qsource
25%LD                  mpCC_r
26%LDFLAGS             -lxlf90
27%FPPFLAGS            -P -C
28%AR                  ar 
29%ARFLAGS             rs
30%MK                  gmake
31%USER_INC            %NCDF_INC -I%XIOS_ROOT/inc
32%USER_LIB            -L%XIOS_ROOT/lib -lxios %NCDF_LIB
Note: See TracBrowser for help on using the repository browser.