Parent Directory
|
Revision Log
|
Revision Graph
Modified eesupp/inc/EEPARAMS.h Added ocean_inversion_project/*
1 | dimitri | 1.1 | #!/bin/bash |
2 | # | ||
3 | # $Header: $ | ||
4 | # | ||
5 | |||
6 | # This buil-option file was tested on the NAS SGI altix (columbia2). | ||
7 | |||
8 | FC=efc | ||
9 | DEFINES='-D_BYTESWAPIO -DWORDLENGTH=4' | ||
10 | LN='/bin/ln -s' | ||
11 | CPP='/lib/cpp -traditional -P' | ||
12 | FFLAGS='-mp -132 -r8 -i4 -w95 -W0 -WB' | ||
13 | FOPTIM='-O3 -align' | ||
14 | LINK='efc' | ||
15 | LIBS='-L/u/menemenl/software/netcdf-3.5.0/lib -L/opt/sgi/mpt/1.9.1.0//lib -lPEPCF90 -lmpi -lnetcdf' | ||
16 | |||
17 | INCLUDES='-I/opt/sgi/mpt/1.9.1.0/include' | ||
18 | INCLUDEDIRS='/opt/sgi/mpt/1.9.1.0/include' |
ViewVC Help | |
Powered by ViewVC 1.1.22 |