Changes between Version 5 and Version 6 of Documentation/UserGuide/TestCaseBatch


Ignore:
Timestamp:
2014-11-03T19:03:19+01:00 (9 years ago)
Author:
jgipsl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/UserGuide/TestCaseBatch

    v5 v6  
    5858 
    5959== Hybbrid MPI/OpenMP mode == 
     60Note that the hybrid mode is only for the coupled mode with lmdz. 
    6061{{{ 
    6162#!/bin/bash  
     
    8586 
    8687 
    87 = ada/IDRIS = 
    88 to come 
     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#### Only for this training cours use class=cours 
     110# @ class = cours 
     111# End of the header options 
     112# @ queue 
     113# Temporary due to memory problems on mpi version 
     114export MP_EUILIBPATH=/smplocal/lib/ibmhpc/pe12012/ppe.pami/gnu/lib64/pami64 
     115date 
     116/usr/bin/time poe ./orchidee_ol 
     117date 
     118}}} 
     119 
     120 
     121 * Submit the job : 
     122{{{ 
     123llsubmit Job 
     124}}} 
     125 
     126 
     127 * Survey the job while it is still in queue : 
     128{{{ 
     129llq | grep login 
     130}}} 
     131 
     132 * Kill the job if needed, take the jobid from the llq command : 
     133{{{ 
     134llcancel jobid 
     135}}} 
     136 
    89137 
    90138= obelix/LSCE MPI mode = 
     
    108156 * Submit the job : 
    109157{{{ 
    110 qsub Job_curie 
     158qsub Job 
    111159}}} 
    112160 
     
    116164}}} 
    117165 
    118  * Kill the job if needed, take the jobid from the ccc_mstat command : 
     166 * Kill the job if needed, take the jobid from the qstat command : 
    119167{{{ 
    120168qdel jobid