Changes between Version 11 and Version 12 of Documentation/UserGuide/TestCaseBatch


Ignore:
Timestamp:
2020-01-08T09:22:51+01:00 (4 years ago)
Author:
jgipsl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/UserGuide/TestCaseBatch

    v11 v12  
    1 {{{ 
    2 #!html 
    3 <h1>How to run a simple test case with ORCHIDEE offline with a batch job</h1> 
    4 }}} 
     1= Run a parallel job in the batch system = 
    52 
    63[[PageOutline]] 
    7  
    8  
    94First prepare a run directory following the how to [wiki:Documentation/UserGuide/TestCase1 How to run a simple test case with ORCHIDEE]. 
    105 
     
    8681 
    8782 
    88 = ada/IDRIS MPI mode = 
    89  
    90 {{{ 
    91  
    92 #!/bin/ksh 
    93 # ###################### 
    94 # ## ADA IDRIS ## 
    95 # ###################### 
    96 # Job name 
    97 # @ job_name = SECHSTOM 
    98 # Job type 
    99 # @ job_type = parallel 
    100 # Standard output file name 
    101 # @ output = Script_Output_SECHSTOM.000001 
    102 # Error output file name 
    103 # @ error = Script_Output_SECHSTOM.000001 
    104 # Total number of tasks 
    105 # @ total_tasks = 4 
    106 # @ environment = "BATCH_NUM_PROC_TOT=4" 
    107 # Maximum CPU time per task hh:mm:ss 
    108 # @ wall_clock_limit = 1:00:00 
    109 # End of the header options 
    110 # @ queue 
    111 # Temporary due to memory problems on mpi version 
    112 export MP_EUILIBPATH=/smplocal/lib/ibmhpc/pe12012/ppe.pami/gnu/lib64/pami64 
    113 date 
    114 /usr/bin/time poe ./orchidee_ol 
    115 date 
    116 }}} 
    117  
    118  
    119  * Submit the job : 
    120 {{{ 
    121 llsubmit Job 
    122 }}} 
    123  
    124  
    125  * Survey the job while it is still in queue : 
    126 {{{ 
    127 llq | grep login 
    128 }}} 
    129  
    130  * Kill the job if needed, take the jobid from the llq command : 
    131 {{{ 
    132 llcancel jobid 
    133 }}} 
     83= Jean-Zay at IDRIS = 
     84See job examples here: https://forge.ipsl.jussieu.fr/igcmg_doc/wiki/Doc/ComputingCenters/IDRIS/JeanZay#ExampleofajobtostartanexecutableinaParallelenvironnement 
    13485 
    13586