Changeset 1991 for CPL/oasis3/trunk


Ignore:
Timestamp:
01/15/13 16:11:21 (11 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
Files:
5 added
4 edited

Legend:

Unmodified
Added
Removed
  • CPL/oasis3/trunk/util/compile/frames/Create_COMP_libs.frm

    r1677 r1991  
    117117node1_6=`echo ${node} | cut -c1-6` 
    118118if [ ${node1_6} = vargas ] || [ ${node1_6} = titane ]; then node=${node1_6}; fi 
    119  
     119node1_3=`echo ${node} | cut -c1-3` 
     120if [ ${node1_3} = ada ]; then node=${node1_3}; fi 
    120121build=`uname -s` 
    121122if [ "$3" != "" ]; then 
     
    225226node1_6=\`echo \${node} | cut -c1-6\` 
    226227if [ \${node1_6} = vargas ] || [ \${node1_6} = titane ]; then node=\${node1_6}; fi 
     228node1_3=\`echo \${node} | cut -c1-3\` 
     229if [ \${node1_3} = ada ]; then node=\${node1_3}; fi 
     230 
    227231dnl 
    228232dnl  HOST, OS, node name 
  • CPL/oasis3/trunk/util/compile/frames/Create_COMP_models.frm

    r1677 r1991  
    153153node1_6=`echo ${node} | cut -c1-6` 
    154154if [ ${node1_6} = vargas ] || [ ${node1_6} = titane ]; then node=${node1_6}; fi 
     155node1_3=`echo ${node} | cut -c1-3` 
     156if [ ${node1_3} = ada ]; then node=${node1_3}; fi 
    155157 
    156158build=`uname -s` 
     
    292294node1_6=\`echo \${node} | cut -c1-6\` 
    293295if [ \${node1_6} = vargas ] || [ \${node1_6} = titane ]; then node=\${node1_6}; fi 
     296node1_3=\`echo \${node} | cut -c1-3\` 
     297if [ \${node1_3} = ada ]; then node=\${node1_3}; fi 
    294298 
    295299dnl 
  • 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.