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

source: branches/2011/DEV_r2739_STFC_dCSE/NEMOGCM/ARCH/arch-XE6_HECTOR_Gnu.fcm @ 4411

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

arch files for Gnu and PGI on Hector

File size: 1.3 KB
Line 
1# compiler options for hector CRAY XT6
2
3# NCDF_HOME   root directory containing lib and include subdirectories for netcdf4
4# HDF5_HOME   root directory containing lib and include subdirectories for HDF5
5# NCDF_INC    netcdf include file
6# NCDF_LIB    netcdf library
7# FC          Fortran compiler command
8# FCFLAGS     Fortran compiler flags
9# FFLAGS      Fortran 77 compiler flags
10# LD          linker
11# LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
12# FPPFLAGS    pre-processing flags
13# AR          assembler
14# ARFLAGS     assembler flags
15# MK          make
16# USER_INC    additional include files for the compiler,  e.g. -I<include dir>
17# USER_LIB    additional libraries to pass to the linker, e.g. -l<library>
18
19# PGI prgenv
20# use "module load netcdf" to setup system netcdf
21%FCFLAGS             -fdefault-real-8 -g -fbounds-check -fbacktrace -Wall -O0 -std=gnu
22%LDFLAGS
23
24# Generic settings for HECToR
25%FC                  ftn
26%FFLAGS              %FCFLAGS
27%LD                  ftn
28%FPPFLAGS            -P -C -traditional
29%AR                  ar
30%ARFLAGS             -r
31%MK                  gmake
32#%USER_INC            %NCDF_INC
33#%USER_LIB            %NCDF_LIB
34%USER_INC
35%USER_LIB
36
37# replacement options for GNU prgenv
38
39# %FCFLAGS             -fdefault-real-8 -O3
40# %FFLAGS              -fdefault-real-8 -O3
Note: See TracBrowser for help on using the repository browser.