Ignore:
Timestamp:
Mar 23, 2011, 2:47:25 AM (14 years ago)
Author:
aslmd
Message:

LMD_LES_MARS: portage sur gnome, tests memoires et solution pour le probleme de l'initialisation pour les tres grands domaines (281x281x201 et plus, cf. launch.gnome.ideal)

Location:
trunk/mesoscale/LMD_MM_MARS/SIMU
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mesoscale/LMD_MM_MARS/SIMU/launch.gnome

    r99 r100  
    3232#######################################################################
    3333cp      $LOADL_STEP_INITDIR/*.def       .
    34 cp      $LOADL_STEP_INITDIR/wrf.exe     .
     34cp      $LOADL_STEP_INITDIR/*.exe       .
    3535cp      $LOADL_STEP_INITDIR/namelist*   .
    3636cp      $LOADL_STEP_INITDIR/wrfi*       .       ### executer sur la frontale
     
    4242  cp    $LOADL_STEP_INITDIR/ze_hill     .       ## topo
    4343  cp    $LOADL_STEP_INITDIR/levels      .       ## custom vert levels
     44  ##mpirun ideal.exe ##marche pas
     45  ##mkdir ideal
     46  ##mv rsl.* ideal/
    4447else
    4548  ln -sf $LOADL_STEP_INITDIR/wrfb* .
     
    4851#declare -x MP_STACK_SIZE=640000000
    4952#declare -x MP_STACK_SIZE=64000000
     53#######################################################################
    5054mpirun wrf.exe
    5155#######################################################################
    52 
    53 
    54 
    55 
    56 
    57 
    58 
    59 
    60 
    61 ## jusque 201 OK avec ideal.exe sequentiel
    62 ## ensuite il vaut mieux utiliser
    63 ## mpirun -n 4 ideal.exe
    64 ## le MP_STACK_SIZE est dans le bashrc
    65 
    66 
    67 
    68 
    69 ####################################################################
    70 ## @ total_tasks =16   ## ne fonctionne pas avec 241 points
    71 ## @ total_tasks =20  ## semble mieux fonctionner... bof
    72 ## @ total_tasks =24  ## il y a un souci a l'interface
    73 
    74 
    75 ####################################################################
    76 ####################################################################
    77 ###############NE MARCHE PAS AVEC LES GRANDS DOMAINES ##############
    78 ####################################################################
    79 ####################################################################
    80 #echo "#! /bin/bash"                        > script
    81 #echo "ulimit -s unlimited"                >> script
    82 #echo "./ideal.exe"                        >> script
    83 #echo "mv rsl.out.0000 ideal_rsl.out.0000" >> script
    84 #chmod 755 script
    85 #mpirun ./script
    86 #\rm script
    87 ####################################################################
    88 ##declare -x MP_STACK_SIZE=64000000
    89 ##mpirun ideal.exe      ### PB: ideal.exe est limite a un moment
    90 ##                      ### mais mpirun ideal.exe donne des instabilites
    91 ##ulimit -s unlimited   ### ne resout pas PB... ok 145 pas ok 201
    92 ##./ideal.exe
    93 ##mpirun "ulimit -s unlimited ; ./ideal.exe"
    94 ##mv rsl.out.0000 ideal_rsl.out.0000
    95 ####################################################################
Note: See TracChangeset for help on using the changeset viewer.