Changeset 1230 for trunk/libIGCM/ins_job


Ignore:
Timestamp:
09/03/15 14:30:39 (9 years ago)
Author:
sdipsl
Message:
  • MPI/OMP handling refactoring
  • IGCM_config_ConfigureExexution will define the MPMD/SPMDO/MPI/OMP context
  • 6 execution types are introduced and will be documented later
  • prerequisite to have ins_job editing the headers
  • IGCM_sys_build_execution_scripts will be adapted later
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/ins_job

    r1172 r1230  
    189189  IGCM_card_DefineArrayFromSection ${j}'/'${F_CFG} UserChoices 
    190190  # Set default values 
    191   config_UserChoices_JobClass=mono 
    192191  config_UserChoices_JobNumProcTot=1 
    193192  config_UserChoices_ExpType="" 
     
    267266      -e "s%::modipsl::%${F_MOD}%" \ 
    268267      -e "s/::Jobname::/${JobName}/" \ 
    269       -e "s/::JobClass::/${config_UserChoices_JobClass}/" \ 
    270268      -e "s/::JobNumProcTot::/${config_UserChoices_JobNumProcTot}/" \ 
    271269      -e "s/::default_project::/${ProjectID}/" \ 
Note: See TracChangeset for help on using the changeset viewer.