source: CPL/oasis3/trunk/util/compile/frames/include_titane/OSspecific_titane.h @ 1677

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

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

File size: 487 bytes
Line 
1#
2#
3# `uname -n` : titane
4# `uname -s` : Linux
5# `uname -m` : x64
6#
7  export CPPFLAG=""
8
9  export CPPFLAGF90start=" "
10  export CPPFLAGSEP=" "
11
12  export F90FLAG="${optf} ${optdbl} ${optnh} ${lstflags}"   
13  export FFLAG="${optf77} ${optdbl} ${optnh} ${lstflags}"
14  export f90FLAG=${F90FLAG}
15  export fFLAG=${FFLAG}
16
17  export LDFLAG="${optl} ${optdbl} ${optnh}"
18
19  export CCFLAG=${optc}
20
21  export AFLAG="-h float0  -m"
22
23  export ARFLAG="-rv"
24
25  export MPPFLAG=" "
26
27  export I4mods="I"
28
29
Note: See TracBrowser for help on using the repository browser.