Skip to content
Snippets Groups Projects
job_make_examples_IBM_sp6_vargas 1.34 KiB
Newer Older
  • Learn to ignore specific revisions
  • #MNH_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
    #MNH_LIC This is part of the Meso-NH software governed by the CeCILL-C licence
    #MNH_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt  
    #MNH_LIC for details. version 1.
    
    # Nom arbitraire du travail LoadLeveler
    # @ job_name = Sortie_examples
    # Type de travail
    # @ job_type = parallel
    # Fichier de sortie standard du travail
    # @ output = $(job_name).$(jobid)
    # Fichier de sortie d'erreur du travail
    # @ error =  $(job_name).$(jobid)
    # Temps CPU max. en seconde par processus
    # @ wall_clock_limit = 7200
    # Memoire max. utilise par processus (ici 700 Megaoctets)
    # @ data_limit = 1500mb
    # @ stack_limit = 1500mb,1500mb
    # Nombre de processus demande (ici 1)
    # @ total_tasks = 1
    # @ environment = $DISPLAY
    # @ queue
    
    # Pour avoir l'echo des commandes
    set -x
    cd $LOADL_STEP_INITDIR
    
    
    .  ../conf/profile_mesonh-AIX64-MNH-V5-4-0-MPIAUTO-O2
    
    
    
    #001_2Drelief 002_3Drelief 003_KW78 004_Reunion 007_16janvier
    
    #export MONORUN="tv poe -a "
    #export MPIRUN="tv poe -a "
    export MONORUN="poe hpmcount -a "
    export MPIRUN="poe hpmcount -a "
    #export MONORUN="poe "
    #export MPIRUN="poe "
    export POSTRUN=" echo "
    
    time gmake -k 001_2Drelief
    time gmake -k 002_3Drelief
    time gmake -k 003_KW78
    time gmake -k 004_Reunion << EOF
    
    
    EOF
    #
    cd $SRC_MESONH/MY_RUN/KTEST/007_16janvier
    make -k << EOF 
    
    
    EOF
    #