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