source: CPL/oasis3/trunk/util/compile/frames/include_curie/Compile_mode_oasis3_curie.h @ 1906

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

Removed -xHost option for compilation on Curie machine.

File size: 707 bytes
RevLine 
[1677]1# Compile modes (specified by user) : oasis3 on titane
2
3  if [ $compile_mode = default ];   then
4    optc=" " 
[1906]5    optf="-convert big_endian"
6    optf77="-convert big_endian"
7    optl=""
[1677]8  elif [ $compile_mode = debug ];   then
9    optc=" "
[1906]10    optf=""
11    optf77=""
12    optl=""
[1677]13  elif [ $compile_mode = profile ]; then
14    optc=" "
[1906]15    optf=""
16    optf77=""
17    optl=""
[1677]18  elif [ $compile_mode = opt ];     then
19    optc=""
[1906]20    optf=""
21    optf77=""
22    optl=""
[1677]23  elif [ $compile_mode = ad_hoc ];  then
24    echo "with this option the options are set through GUI input"
25    exit 1
26  else
27    echo "Invalid compile mode"
28    exit 1
29  fi
30
31# Other compile options
32
33  optdbl="-i4 -r8"
34  optnh=""
35  lstflags=""
36
Note: See TracBrowser for help on using the repository browser.