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