Changes between Version 2 and Version 3 of IntegrationOpenMP/EnteteCommandesTitane


Ignore:
Timestamp:
02/28/12 11:53:51 (12 years ago)
Author:
mafoipsl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IntegrationOpenMP/EnteteCommandesTitane

    v2 v3  
    9696./lmdz.x > out_lmdz.x.out.${MYMPIRANK} 2>out_lmdz.x.err.${MYMPIRANK} 
    9797}}} 
     98 
     99== Entête du couplé IPSLCM5A sur titane == 
     100{{{ 
     101 
     102#!/usr/bin/ksh 
     103################## 
     104## TITANE   CEA ## 
     105################## 
     106#MSUB -r v3.historicalT52       # nom de la requete 
     107#MSUB -o Script_Output_v3.historicalT52.000001    # nom du fichier de sortie 
     108#MSUB -e Script_Output_v3.historicalT52.000001    # nom du fichier de sortie 
     109#MSUB -eo 
     110#MSUB -n 32 # reservation des processeurs pour le job 
     111#MSUB -T 86400             # Limite temps (en secondes) 
     112#MSUB -p gen2211 
     113BATCH_NUM_PROC_TOT=$BRIDGE_MSUB_NPROC 
     114}}}