Skip to content
Snippets Groups Projects
job_make_examples_BGQ 1.07 KiB
Newer Older
  • Learn to ignore specific revisions
  • #MNH_LIC Copyright 1994-2019 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.
    
    # @ job_name =Examples_MNH_BGQ
    # @ job_type = BLUEGENE
    # Fichier sortie standard du travail
    # @ output = $(job_name).$(jobid)
    # Fichier erreur standard du travail
    # @ error = $(output)
    # Temps elapsed maximum demande
    # @ wall_clock_limit = 3600     
    # Nombre de processeurs
    # @ bg_size = 64
    # @ queue
    
    # Pour avoir l'echo des commandes
    
    cd $LOADL_STEP_INITDIR
    
    
    . ../conf/profile_mesonh-BGQ-R8I4-MNH-V5-4-2-MPIAUTO-O2NAN
    
    
    set -x
    
    
    #export XLFRTEOPTS="buffering=disable_all"
    #export PAMID_VERBOSE=1
    
    export MONORUN="Runjob -p 1 -n 1 --label --env-all : "
    export MPIRUN="Runjob -p 1 -n 4 --label --env-all : "
    
    export POSTRUN=" echo "
    
    time gmake -r -k 001_2Drelief
    time gmake -r -k 002_3Drelief
    time gmake -r -k 003_KW78
    time gmake -r -k 004_Reunion << EOF
    
    EOF
    #
    cd $SRC_MESONH/MY_RUN/KTEST/007_16janvier
    make -k << EOF 
    
    
    EOF
    #