Changeset 1991 for CPL/oasis3
- Timestamp:
- 01/15/13 16:11:21 (12 years ago)
- 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 117 117 node1_6=`echo ${node} | cut -c1-6` 118 118 if [ ${node1_6} = vargas ] || [ ${node1_6} = titane ]; then node=${node1_6}; fi 119 119 node1_3=`echo ${node} | cut -c1-3` 120 if [ ${node1_3} = ada ]; then node=${node1_3}; fi 120 121 build=`uname -s` 121 122 if [ "$3" != "" ]; then … … 225 226 node1_6=\`echo \${node} | cut -c1-6\` 226 227 if [ \${node1_6} = vargas ] || [ \${node1_6} = titane ]; then node=\${node1_6}; fi 228 node1_3=\`echo \${node} | cut -c1-3\` 229 if [ \${node1_3} = ada ]; then node=\${node1_3}; fi 230 227 231 dnl 228 232 dnl HOST, OS, node name -
CPL/oasis3/trunk/util/compile/frames/Create_COMP_models.frm
r1677 r1991 153 153 node1_6=`echo ${node} | cut -c1-6` 154 154 if [ ${node1_6} = vargas ] || [ ${node1_6} = titane ]; then node=${node1_6}; fi 155 node1_3=`echo ${node} | cut -c1-3` 156 if [ ${node1_3} = ada ]; then node=${node1_3}; fi 155 157 156 158 build=`uname -s` … … 292 294 node1_6=\`echo \${node} | cut -c1-6\` 293 295 if [ \${node1_6} = vargas ] || [ \${node1_6} = titane ]; then node=\${node1_6}; fi 296 node1_3=\`echo \${node} | cut -c1-3\` 297 if [ \${node1_3} = ada ]; then node=\${node1_3}; fi 294 298 295 299 dnl -
CPL/oasis3/trunk/util/compile/frames/include_curie/Compile_mode_libs_curie.h
r1906 r1991 1 # Compile modes (specified by user): libraries on titane1 # Compile modes (specified by user): libraries on curie 2 2 # 3 3 # Note : - all libraries are compiled with -Pstack … … 6 6 if [ $compile_mode = default ]; then 7 7 optc=" " 8 optf="-convert big_endian "9 optf77="-convert big_endian "8 optf="-convert big_endian -xHost" 9 optf77="-convert big_endian -xHost" 10 10 optl="" 11 11 elif [ $compile_mode = debug ]; then -
CPL/oasis3/trunk/util/compile/frames/include_curie/Compile_mode_oasis3_curie.h
r1906 r1991 3 3 if [ $compile_mode = default ]; then 4 4 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" 8 8 elif [ $compile_mode = debug ]; then 9 9 optc=" "
Note: See TracChangeset
for help on using the changeset viewer.