Changes between Version 7 and Version 8 of Doc/ComputingCenters/IDRIS/JeanZay


Ignore:
Timestamp:
01/04/20 15:21:56 (4 years ago)
Author:
jgipsl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/ComputingCenters/IDRIS/JeanZay

    v7 v8  
    7676#SBATCH --output=TravailMPI%j.out  # name of output file 
    7777#SBATCH --error=TravailMPI%j.out   # name of error file (here, in common with output) 
     78#SBATCH --account=xxx@cpu          # account to use, change xxx to your project for example psl@cpu 
    7879  
    7980# go into the submission directory 
    8081cd ${SLURM_SUBMIT_DIR} 
    81   
     82date 
    8283 
    8384# echo of launched commands 
     
    8788srun ./orchidee_ol 
    8889#srun ./gcm.e 
     90 
     91date 
    8992}}} 
    9093 
     
    102105#SBATCH --output=Hybride%j.out     # name of output file 
    103106#SBATCH --error=Hybride%j.out      # name of error file (here, common with the output file) 
    104   
     107#SBATCH --account=xxx@cpu          # account to use, change xxx to your project for example psl@cpu 
     108 
    105109# go into the submission directory 
    106110cd ${SLURM_SUBMIT_DIR} 
    107   
     111date  
    108112  
    109113# echo of launched commands 
     
    117121# code execution 
    118122srun ./lmdz.e 
     123date 
    119124}}} 
    120125