Ignore:
Timestamp:
09/15/22 14:42:26 (20 months ago)
Author:
jgipsl
Message:

First version possible to use at spirit and spiritx on IPSL ESPRI MESO cluster.

The execution part in libIGCM_sys_mesoipsl.ksh comes from libIGCM_sys_jeanzay.ksh. It has only been tested for the case MPMD MPI only and SPMD MPI only.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_create_ts

    r1549 r1558  
    7979#-Q- lxiv8 #PBS -o TS.$$ 
    8080#-Q- lxiv8 #PBS -S /bin/ksh 
     81#-Q- mesoipsl #!/bin/ksh 
     82#-Q- mesoipsl ###################### 
     83#-Q- mesoipsl ## MESO ESPRI IPSL  ## 
     84#-Q- mesoipsl ###################### 
     85#-Q- mesoipsl #SBATCH --job-name=TS         # Job Name 
     86#-Q- mesoipsl #SBATCH --output=TS.out_%I    # standard output 
     87#-Q- mesoipsl #SBATCH --error=TS.out_%I     # error output 
     88#-Q- mesoipsl #SBATCH -N  1                        # Number of core 
     89#-Q- mesoipsl #SBATCH --time=10:00:00       # Wall clock limit (seconds) 
    8190#-Q- ifort_CICLAD ###################### 
    8291#-Q- ifort_CICLAD ##   CICLAD    IPSL ## 
Note: See TracChangeset for help on using the changeset viewer.