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-BG_Joule.fcm in branches/2011/DEV_r2739_STFC_dCSE/NEMOGCM/ARCH – NEMO

source: branches/2011/DEV_r2739_STFC_dCSE/NEMOGCM/ARCH/arch-BG_Joule.fcm @ 4420

Last change on this file since 4420 was 4420, checked in by trackstand2, 10 years ago

New arch file for BGQ

File size: 1.5 KB
Line 
1# Joule IBM BlueGene/Q at Hartree Centre, STFC Daresbury, UK
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
17%NCDF_INC            -I/gpfs/packages/ibm/netcdf/4.2.1.1/include
18%NCDF_LIB            -L/gpfs/packages/ibm/netcdf/4.2.1.1/lib -lnetcdff -lnetcdf
19%FC                  mpixlf2003_r
20#%FCFLAGS             -qfree=f90 -O3 -qrealsize=8 -qextname -qsource -q64 -qlargepage -qmaxmem=-1 -qsource
21#%FFLAGS              -qfixed -O3 -qrealsize=8 -qextname -qsource -q64 -qlargepage -qmaxmem=-1 -qsource
22# -qstrict -qnohot
23%FCFLAGS             -qfree=f90 -O0 -C -g  -qdbg  -qwarn64 -qflttrap=en:inv:ov:zero -qsigtrap -qrealsize=8 -qextname -q64 -qlargepage -qmaxmem=-1 -qsource
24%FFLAGS              -qfixed -O0 -C -g  -qdbg -qwarn64 -qflttrap=en:inv:ov:zero -qsigtrap -qrealsize=8 -qextname -q64 -qlargepage -qmaxmem=-1 -qsource
25%LD                  mpixlf2003_r
26%LDFLAGS   
27%FPPFLAGS            -P -C
28%AR                  ar 
29%ARFLAGS             rs
30%MK                  gmake
31%USER_INC            %NCDF_INC
32%USER_LIB            %NCDF_LIB
Note: See TracBrowser for help on using the repository browser.