Ignore:
Timestamp:
Jan 24, 2011, 8:34:31 PM (14 years ago)
Author:
aslmd
Message:

spiga:mineur diverses notes et tests g95 64bits

Location:
trunk/mesoscale/LMD_MM_MARS
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mesoscale/LMD_MM_MARS/makemeso

    r11 r24  
    257257     g95_32_single)    echo 13 | configure > log_compile 2> log_error
    258258                       sed -f mars.sed configure.wrf > yeah ; mv -f yeah configure.wrf ;;
    259 #
    260 #
    261 # TEST TEST: you also need to a modified configure.defaults (add x86_64 next to g95 in the header comment)
    262 #
    263 #
    264                      # G95, 64 bits, no nesting
    265      g95_64_single)    echo 14 | configure > log_compile 2> log_error
    266                        sed -f mars.sed configure.wrf > yeah ; mv -f yeah configure.wrf
    267                        sed s+"=       g95"+"=       /home/physastro/aspiga/mysoft/g95/g95-install/bin/x86_64-unknown-linux-gnu-g95"+g configure.wrf > yeah ; mv -f yeah configure.wrf;;
    268 #
    269 #
    270 # TEST TEST
    271 #
    272 #
     259                     # G95, 64 bits, no nesting  ### we modify configure.defaults to add x86_64 next to g95 in the header comment
     260     g95_64_single)    cd arch ; sed s/"PC Linux i486 i586 i686, g95 compiler"/"PC Linux i486 i586 i686 x86_64, g95 compiler"/g configure.defaults > yeahyeahyeah ; rm configure.defaults ; mv yeahyeahyeah configure.defaults ; cd ..
     261                       echo 14 | configure > log_compile 2> log_error
     262                       sed -f mars.sed configure.wrf > yeah ; mv -f yeah configure.wrf ;;
     263                       #sed s+"=       g95"+"=       /home/physastro/aspiga/mysoft/g95/g95-install/bin/x86_64-unknown-linux-gnu-g95"+g configure.wrf > yeah ; mv -f yeah configure.wrf;;
    273264                     # IFORT, 64 bits, no nesting
    274265     ifort_64_single)  echo 5 | configure > log_compile 2> log_error
Note: See TracChangeset for help on using the changeset viewer.