Ignore:
Timestamp:
Oct 28, 2011, 6:08:58 PM (13 years ago)
Author:
aslmd
Message:

MESOSCALE: notes about trying to compile on the new planeto farm. in a nutshell, sequential runs are OK but not parallel runs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MESOSCALE/LMD_MM_MARS/makemeso

    r333 r335  
    453453                       sed s+"mpif90"+"${WHERE_MPI}/mpif90"+g configure.wrf | sed s+"mpicc"+"${WHERE_MPI}/mpicc"+g | sed s+"mpicc"+"mpicc -DMPI2_SUPPORT"+g > yeah
    454454                                #| sed s+"fastsse"+"fast"+g > yeah
    455                        mv -f yeah configure.wrf ;;
    456                        #sed s+"-fastsse"+"-O2 -Munroll -Mcache_align"+g configure.wrf > yeah
    457                        ##sed s+"-fastsse"+"-O2 -fpic"+g configure.wrf > yeah ## marche pas, ILM problem
    458                        ##sed s+"-fastsse"+"-mcmodel=medium -Mlarge_arrays"+g configure.wrf > yeah ## marche pas, ILM problem
    459                        #mv -f yeah configure.wrf ;;
     455                       #mv -f yeah configure.wrf #;;
     456                       #    #sed s+"-fastsse"+"-O2 -Munroll -Mcache_align"+g configure.wrf > yeah
     457                       #    ##sed s+"-fastsse"+"-O2 -fpic"+g configure.wrf > yeah ## marche pas, ILM problem
     458                       #    ##sed s+"-fastsse"+"-mcmodel=medium -Mlarge_arrays"+g configure.wrf > yeah ## marche pas, ILM problem
     459                       #sed s+"-fastsse"+"-O3 -tp=nehalem-64 -fastsse -Mscalarsse -Mvect=sse -Mipa=fast"+g configure.wrf > yeah
     460                       #sed s+"-fastsse"+"-O2 -Munroll -Mcache_align"+g configure.wrf > yeah
     461                       mv -f yeah configure.wrf ;;
    460462                     # MPICH, 64 bits, OK with periodic BC but no positive definite
    461463     mpi_64_test)      cd arch ; ln -sf ../configure.defaults.fix64nest configure.defaults ; cd ..
Note: See TracChangeset for help on using the changeset viewer.