Ignore:
Timestamp:
09/15/22 14:42:26 (22 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/libIGCM_sys/libIGCM_sys.ksh

    r1521 r1558  
    8383        SYSTEM=lxiv8 
    8484        . ${libIGCM}/libIGCM_sys/libIGCM_sys_obelix.ksh;; 
     85    spiritx*) 
     86            [ ! X${TaskType} = Xchecking ] && echo "Source machine dependent settings for spiritx at MESO ESPRI IPSL cluster." 
     87        CENTER=spiritx 
     88        SYSTEM=mesoipsl 
     89        . ${libIGCM}/libIGCM_sys/libIGCM_sys_mesoipsl.ksh;; 
     90    spirit*) 
     91            [ ! X${TaskType} = Xchecking ] && echo "Source machine dependent settings for spirit at MESO ESPRI IPSL cluster." 
     92        CENTER=spirit 
     93        SYSTEM=mesoipsl 
     94        . ${libIGCM}/libIGCM_sys/libIGCM_sys_mesoipsl.ksh;; 
    8595    ciclad*) 
    8696        [ ! X${TaskType} = Xchecking ] && echo "Source machine dependent settings for ciclad for running at ciclad." 
Note: See TracChangeset for help on using the changeset viewer.