/[MITgcm]/MITgcm_contrib/SOSE/code_ad/ranger_build
ViewVC logotype

Contents of /MITgcm_contrib/SOSE/code_ad/ranger_build

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


Revision 1.1 - (show annotations) (download)
Fri Apr 23 19:55:12 2010 UTC (15 years, 3 months ago) by mmazloff
Branch: MAIN
CVS Tags: HEAD
original files

1 #!/bin/bash
2 #
3 FC='mpif77'
4 CC='mpicc'
5 LINK='mpif77'
6 CPP='cpp -P -traditional'
7
8 MPI='true'
9 DEFINES='-DWORDLENGTH=4'
10 INCLUDES='-I/opt/apps/pgi7_2/mvapich/1.0.1/include -I/opt/apps/pgi7_2/netcdf/3.6.2/include'
11 LIBS='-L/opt/apps/pgi7_2/netcdf/3.6.2/lib -lnetcdf'
12 NOOPTFILES='exf_swapffields.F ecco_cost_final.F'
13 NOOPTFLAGS='-O0'
14 #
15 # FFLAGS='-byteswapio -r8 -Mnodclchk -Mextend'
16 # FOPTIM='-fast -tp barcelona-64'
17 #
18 # if test "x$IEEE" = x ; then
19 # # No need for IEEE-754
20 FFLAGS='-byteswapio -r8 -Mnodclchk -Mextend'
21 FOPTIM='-fast -tp barcelona-64'
22 # else
23 # # Try to follow IEEE-754
24 # FFLAGS='-byteswapio -r8 -Mnodclchk -Mextend'
25 # FOPTIM='-tp barcelona-64 -O0 -Munroll -Kieee'
26 # fi

  ViewVC Help
Powered by ViewVC 1.1.22