source: CPL/oasis3/trunk/util/compile/frames/include_vargas/Compile_mode_libs_vargas.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: 906 bytes
Line 
1# Compile modes (specified by user): libraries on vargas
2#
3#     Note : - all libraries are compiled with -Pstack
4#            - the models use their own (stack/static) option
5#           
6  if [ $compile_mode = default ];   then
7    optc="-q64"
8    optf="-q64 -O3 -qextname=flush "
9    optf77="-q64 -O3 -qextname=flush "
10     optl="-q64  -O3"
11#    optl="-q64 -qextname -bmaxd:2000000000 -O3"
12  elif [ $compile_mode = debug ];   then
13    optc=" "
14    optf=""
15    optf77=""
16    optl=""
17  elif [ $compile_mode = profile ]; then
18    echo "not yet possible"
19    exit 1
20  elif [ $compile_mode = opt ];     then
21    optc=""
22    optf=""
23    optf77=""
24    optl=""
25  elif [ $compile_mode = ad_hoc ];  then
26    echo "with this option the options are set through GUI input"
27    exit 1
28  else
29    echo "Invalid compile mode"
30    exit 1
31  fi
32
33# Other compile options
34
35  optdbl="-qrealsize=8"
36  optnh=""
37  lstflags=""
Note: See TracBrowser for help on using the repository browser.