source: CPL/oasis3/trunk/util/compile/frames/include_moon/OSspecific_moon.h

Last change on this file was 1677, checked in by aclsce, 12 years ago

Imported oasis3 (tag ipslcm5a) from cvs server to svn server (igcmg project).

File size: 650 bytes
Line 
1#
2# All models should use cpp flag __SX for activation of platform dependent
3#     source code on SUPER-SX machines !
4#
5# `uname -n` : moon (cross compiling only)
6# `uname -s` : HP-UX
7# `uname -m` :
8#
9
10  export CPPFLAG="-D__SX -DSX"
11
12  export CPPFLAGF90start=" "
13  export CPPFLAGSEP=" "
14
15  export F90FLAG="-EP ${optf} ${optdbl} ${optnh} ${lstflags}"   
16  export FFLAG="-EP ${optf77} ${optdbl} ${optnh} ${lstflags}"
17  export f90FLAG=${F90FLAG}
18  export fFLAG=${FFLAG}
19
20  export LDFLAG="-Pstack ${optl} ${optdbl} ${optnh}"
21
22  export CCFLAG=${optc}
23
24  export AFLAG="-h float0  -m"
25
26  export ARFLAG="-rv"
27
28  export MPPFLAG=" "
29
30  export I4mods="I"
31
32
Note: See TracBrowser for help on using the repository browser.