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)

File:
1 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 
Note: See TracChangeset for help on using the changeset viewer.