Changeset 1906 for CPL/oasis3/trunk


Ignore:
Timestamp:
10/31/12 12:11:28 (11 years ago)
Author:
aclsce
Message:

Removed -xHost option for compilation on Curie machine.

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

    r1677 r1906  
    66  if [ $compile_mode = default ];   then 
    77    optc=" "  
    8     optf="-convert big_endian -xHost" 
    9     optf77="-convert big_endian -xHost" 
     8    optf="-convert big_endian" 
     9    optf77="-convert big_endian" 
    1010    optl="" 
    1111  elif [ $compile_mode = debug ];   then 
    1212    optc=" " 
    13     optf="-xHost" 
    14     optf77="-xHost" 
     13    optf="" 
     14    optf77="" 
    1515    optl="" 
    1616  elif [ $compile_mode = profile ]; then 
     
    1919  elif [ $compile_mode = opt ];     then 
    2020    optc="" 
    21     optf="-xHost" 
    22     optf77="-xHost" 
    23     optl="-xHost" 
     21    optf="" 
     22    optf77="" 
     23    optl="" 
    2424  elif [ $compile_mode = ad_hoc ];  then 
    2525    echo "with this option the options are set through GUI input" 
  • CPL/oasis3/trunk/util/compile/frames/include_curie/Compile_mode_oasis3_curie.h

    r1677 r1906  
    33  if [ $compile_mode = default ];   then 
    44    optc=" "  
    5     optf="-convert big_endian -xHost" 
    6     optf77="-convert big_endian -xHost" 
    7     optl="-xHost" 
     5    optf="-convert big_endian" 
     6    optf77="-convert big_endian" 
     7    optl="" 
    88  elif [ $compile_mode = debug ];   then 
    99    optc=" " 
    10     optf="-xHost" 
    11     optf77="-xHost" 
    12     optl="-xHost" 
     10    optf="" 
     11    optf77="" 
     12    optl="" 
    1313  elif [ $compile_mode = profile ]; then 
    1414    optc=" " 
    15     optf="-xHost" 
    16     optf77="-xHost" 
    17     optl="-xHost" 
     15    optf="" 
     16    optf77="" 
     17    optl="" 
    1818  elif [ $compile_mode = opt ];     then 
    1919    optc="" 
    20     optf="-xHost" 
    21     optf77="-xHost" 
    22     optl="-xHost" 
     20    optf="" 
     21    optf77="" 
     22    optl="" 
    2323  elif [ $compile_mode = ad_hoc ];  then 
    2424    echo "with this option the options are set through GUI input" 
Note: See TracChangeset for help on using the changeset viewer.