Ignore:
Timestamp:
01/15/13 16:11:21 (10 years ago)
Author:
aclsce
Message:

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

Location:
CPL/oasis3/trunk/util/compile/frames/include_curie
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • CPL/oasis3/trunk/util/compile/frames/include_curie/Compile_mode_libs_curie.h

    r1906 r1991  
    1 # Compile modes (specified by user): libraries on titane 
     1# Compile modes (specified by user): libraries on curie 
    22# 
    33#     Note : - all libraries are compiled with -Pstack 
     
    66  if [ $compile_mode = default ];   then 
    77    optc=" "  
    8     optf="-convert big_endian" 
    9     optf77="-convert big_endian" 
     8    optf="-convert big_endian -xHost" 
     9    optf77="-convert big_endian -xHost" 
    1010    optl="" 
    1111  elif [ $compile_mode = debug ];   then 
  • CPL/oasis3/trunk/util/compile/frames/include_curie/Compile_mode_oasis3_curie.h

    r1906 r1991  
    33  if [ $compile_mode = default ];   then 
    44    optc=" "  
    5     optf="-convert big_endian" 
    6     optf77="-convert big_endian" 
    7     optl="" 
     5    optf="-convert big_endian -xHost" 
     6    optf77="-convert big_endian -xHost" 
     7    optl="-xHost" 
    88  elif [ $compile_mode = debug ];   then 
    99    optc=" " 
Note: See TracChangeset for help on using the changeset viewer.