Changes between Version 59 and Version 60 of Doc/Setup


Ignore:
Timestamp:
10/10/19 16:34:44 (5 years ago)
Author:
falletti
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/Setup

    v59 v60  
    3636}}} 
    3737 
    38 [[Image(creation_exp_v6.jpg, 50%)]]  
    39  
    40 When you have copied the ''config.card'', you must change at least '''!JobName''' field (your simulation's name) and check the '''Parallelization''' option (dependant of your resolution). In the following example, a simulation called ''!MyJobTest'' is created: 
     38[[Image(creation_exp_v6.png, 800px)]]  
     39 
     40When you copied the ''config.card'', you must change at least '''!JobName''' field (your simulation's name) and check the '''Parallelization''' option (dependant of your resolution). In the following example, a simulation called ''!MyJobTest'' is created: 
    4141 
    4242{{{ 
     
    5555[[NoteBox(note, The standard parallelization options are: \\ - '''144x142x79''' => 71 MPI x 8 OMP + 1 MPI \\ - '''96x95x39''' => 31 MPI x 4 OMP + 1 MPI, 600px)]] 
    5656 
    57 The header of ''config.card'' contains the '''!JobName''' field for which you must specify your simulation's name. Then run the '''`ins_job`''' script that will in first time ask you, if you are working on TGCC, your id group, and then create a directory for your experiment. If you are working on IDRIS it will directly create a directory for your experiment.  
    58 [[BR]] In the previous example, a simulation called ''!MyJobTest'' is created: 
    59 {{{ 
    60 #!sh  
    61 cd modipsl/config/LMDZOR_v5 
    62 cp EXPERIMENTS/LMDZOR/clim/config.card . 
     57Then run the '''`ins_job`''' script to create the submission directory. This directory will have the same name as ''!JobName'' and the ''config.card'' file is moved in. 
     58{{{ 
     59../../libIGCM/ins_job  
    6360ls  
    64   AA_Make Makefile EXPERIMENTS GENERAL config.card 
    65 vi config.card         # Change JobName=DIADEME 
    66                        # Change [Executable] section to specify your executionType. see config.card description  
    67 ../../libIGCM/ins_job  # Check and complet job's header 
    68 ls  
    69   AA_Make Makefile EXPERIMENTS GENERAL DIADEME 
    70 }}} 
    71 A directory called ''DIADEME'' is created and the ''config.card'' file is moved in.  
     61  AA_Make Makefile EXPERIMENTS GENERAL MyJobTest 
     62}}} 
     63 
     64When you launch ''ins_job'' command, it will ask you some questions : 
     65- '''TGCC''' (irene) : (2 questions) 
     66  {{{ 
     67  Hit Enter or give project ID (default is gencmip6), possible projects are gen2201 gen7719 gencmip6 : 
     68  }}}   
     69  => ''indicate on which project you will work'' [[BR]] 
     70  {{{ 
     71  ProjectID is gen2201 and ProjectNode for PostProcessing is standard 
     72  Hit Enter or give NUMBER OF CORES required for post-processing (default is "4"), possible numbers of cores are "1" to "48" : 
     73  }}}  
     74  => ''choose the default except if you have some problem of time and memory'' 
     75- '''IDRIS''' (jean-zay) : [[BR]] 
     76  ''to come'' 
     77 
     78When you launched `../../libIGCM/ins_job`, you will have the following new files and directories: 
     79 
     80[[Image(ins_job_v6.png, 800px)]]  
    7281 
    7382## The script ins_job ##