source: CPL/oasis3/trunk/util/compile/frames/include_ada/OSspecific_ada.h @ 1991

Last change on this file since 1991 was 1991, checked in by aclsce, 11 years ago

Added ada compilation options for Oasis3.
Added -xHost on Curie (without that crashes...I have to investigate)

  • Property svn:executable set to *
File size: 484 bytes
Line 
1#
2#
3# `uname -n` : ada
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.