Parent Directory
|
Revision Log
|
Revision Graph
move (some) old optfiles from tools/build_options/ to tools/build_options/unsupported/
1 | edhill | 1.2 | #!/bin/bash |
2 | # | ||
3 | jmc | 1.3 | # $Header: /u/gcmpack/MITgcm/tools/build_options/ames_opt+mpi,v 1.2 2003/08/27 22:12:31 edhill Exp $ |
4 | edhill | 1.2 | # |
5 | |||
6 | S64='$(TOOLSDIR)/set64bitConst.sh' | ||
7 | MAKEDEPEND=makedepend | ||
8 | DEFINES='-DWORDLENGTH=4' | ||
9 | |||
10 | |||
11 | edhill | 1.1 | INCLUDES='-I/usr/include -I/opt/mpt/1.6.1.beta/usr/include' |
12 | FFLAGS='-n32 -extend_source -bytereclen' | ||
13 | FOPTIM='-O3 -OPT:Olimit=0:roundoff=3:div_split=ON:alias=typed' | ||
14 | LIBS='-lmpi -lscs' | ||
15 | FC='f90' | ||
16 | LINK='f90' |
ViewVC Help | |
Powered by ViewVC 1.1.22 |