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

source: branches/2011/DEV_r2739_STFC_dCSE/NEMOGCM/ARCH/arch-XE6_HECTOR_PGI.fcm @ 4433

Last change on this file since 4433 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             -i4 -r8 -O3 -Ktrap=fp
22%FCFLAGS             -i4 -r8 -g -Mbounds -traceback -O0
23%LDFLAGS
24
25# Generic settings for HECToR
26%FC                  ftn
27%FFLAGS              %FCFLAGS
28%LD                  ftn
29%FPPFLAGS            -P -C -traditional
30%AR                  ar
31%ARFLAGS             -r
32%MK                  gmake
33#%USER_INC            %NCDF_INC
34#%USER_LIB            %NCDF_LIB
35%USER_INC
36%USER_LIB
37
38# replacement options for GNU prgenv
39
40# %FCFLAGS             -fdefault-real-8 -O3
41# %FFLAGS              -fdefault-real-8 -O3
Note: See TracBrowser for help on using the repository browser.