Ignore:
Timestamp:
Oct 25, 2011, 10:10:00 PM (14 years ago)
Author:
aslmd
Message:

MESOSCALE: changes related to g95 support. but the model does not compile apparently. notes taken in NOTES.txt but sorry g95 with LMD_MM_MARS no longer supported at least on 64bits machines. LMDZ.MARS: minor changes related to warning while trying to compile with g95.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MESOSCALE/LMD_MM_MARS/makemeso

    r318 r330  
    389389                     # PGF90, 64 bits, no nesting
    390390     pgf_64_single)    echo 1 | configure > log_compile 2> log_error
     391                       #### the following line is necessary because readtesassim has a line "use netcdf" in it!
     392                       #sed s+"-L../mars_lmd/libo -llmd"+"-L../mars_lmd/libo -llmd $NETCDF/lib/libnetcdf.a"+g configure.wrf > yeah ; mv -f yeah configure.wrf
    391393                       sed -f mars.sed configure.wrf > yeah ; mv -f yeah configure.wrf ;;
    392394                     # PGF90, 64 bits, nesting
     
    400402     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 ..
    401403                       echo 14 | configure > log_compile 2> log_error
     404                         ##### marche pas ....
     405                         #sed s+"-fno-second-underscore"+""+g configure.wrf > yeah ; mv -f yeah configure.wrf
     406                         #sed -f mars.sed configure.wrf > yeah ; mv -f yeah configure.wrf
     407                         #sed s+"-L../mars_lmd/libo -llmd"+"-L../mars_lmd/libo -llmd $NETCDF/lib/libnetcdf.a"+g configure.wrf > yeah ; mv -f yeah configure.wrf ;;
    402408                       sed -f mars.sed configure.wrf > yeah ; mv -f yeah configure.wrf ;;
    403409                       #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;;
Note: See TracChangeset for help on using the changeset viewer.