/[MITgcm]/MITgcm_contrib/MPMice/beaufort/code/linux_gfortran_spiral
ViewVC logotype

Contents of /MITgcm_contrib/MPMice/beaufort/code/linux_gfortran_spiral

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.4 - (show annotations) (download)
Thu Dec 3 23:10:07 2015 UTC (9 years, 8 months ago) by dimitri
Branch: MAIN
CVS Tags: HEAD
Changes since 1.3: +6 -10 lines
adding input/lookat_output.m

1 #!/bin/bash
2
3 FC=mpif77.mpich
4 CC=mpicc.mpich
5 LINK=mpif77.mpich
6 F90=mpif90.mpich
7
8 DEFINES='-DWORDLENGTH=4 -DNML_TERMINATOR'
9 CPP='cpp -traditional -P'
10 EXTENDED_SRC_FLAG='-ffixed-line-length-132'
11 GET_FC_VERSION="--version"
12 OMPFLAG='-fopenmp'
13
14 NOOPTFLAGS='-O0'
15 NOOPTFILES=''
16
17 INCLUDEDIRS='/usr/include/mpich'
18 LIBDIR='-L/usr/lib'
19 LIBS='-L/usr/lib -lmpich'
20
21 # Requires gfortran from 2006 onwards for -fconvert=big-endian
22 FFLAGS="$FFLAGS -fconvert=big-endian -fimplicit-none"
23 # for big objects:
24 FFLAGS="$FFLAGS -fPIC"
25 FOPTIM='-O3 -funroll-loops'
26 CFLAGS="$FOPTIM -fPIC"
27 F90FLAGS=$FFLAGS
28 F90OPTIM=$FOPTIM

  ViewVC Help
Powered by ViewVC 1.1.22