Changeset 1490 for trunk/libIGCM/AA_job


Ignore:
Timestamp:
10/16/19 10:44:35 (5 years ago)
Author:
jgipsl
Message:

Added first version of sys_jeanzay. Still lots to do. Only case done for now is one executable mpi mode. Only create_ts done among post-treatments and only from main job (not done via TimeSeriesChecker?). Change of data project is not working (follwoing is not working when launched from job: eval $(idrenv -d ${PROJECT}) ).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_job

    r1460 r1490  
    4343#-Q- irene BATCH_NUM_PROC_TOT=$BRIDGE_MSUB_NPROC 
    4444#-Q- irene set +x 
     45#-Q- jeanzay #!/bin/ksh 
     46#-Q- jeanzay ###################### 
     47#-Q- jeanzay ## JEANZAY    IDRIS ## 
     48#-Q- jeanzay ###################### 
     49#-Q- jeanzay #SBATCH --job-name=::Jobname::        # Job Name 
     50#-Q- jeanzay #SBATCH --output=Script_Output_::Jobname::.000001    # standard output 
     51#-Q- jeanzay #SBATCH --error=Script_Output_::Jobname::.000001    # error output 
     52#-Q- jeanzay ####SBATCH -eo 
     53#-Q- jeanzay #SBATCH --ntasks=::JobNumProcTot::   # Number of MPI tasks 
     54#-Q- jeanzay #SBATCH --cpus-per-task=::openMPthreads::  # Number of openMP threads. 
     55#-Q- jeanzay #SBATCH --hint=nomultithread         # 1 processus MPI par coeur physique (pas d'hyperthreading) 
     56#-Q- jeanzay #SBATCH --time=00:30:00              # Wall clock limit (seconds) 
     57#-Q- jeanzay #SBATCH --account ::default_project::@cpu 
     58#-Q- jeanzay 
     59#-Q- jeanzay ##BATCH_NUM_PROC_TOT=$BRIDGE_SBATCH_NPROC 
     60#-Q- jeanzay set +x 
    4561#-Q- ada #!/bin/ksh 
    4662#-Q- ada # ###################### 
     
    189205#SUBMIT_DIR=$( pwd ) 
    190206 
    191 #D- Define input file root directory 
    192 #D- Default=/IGCMG/common/account/of/this/machine 
     207#D- Define input file root directory R_IN 
    193208#D- IPSL:   /prodigfs/ipslfs/igcmg/IGCM 
    194209#D- TGCC:   /ccc/work/cont003/igcmg/igcmg/IGCM 
    195 #D- IDRIS:  /workgpfs/rech/psl/rpsl035/IGCM 
     210#D- IDRIS:  /gpfswork/rech/psl/commun/IGCM 
    196211#D- OBELIX: /home/orchideeshare/igcmg/IGCM 
    197 #D- OTHER:  /home/${LOGIN}/IGCM 
     212#D- Other default:  /home_local/${LOGIN}/IGCM 
    198213 
    199214#D- Change below to override the default 
Note: See TracChangeset for help on using the changeset viewer.