Changeset 6261 for CONFIG/UNIFORM


Ignore:
Timestamp:
10/24/22 12:03:50 (18 months ago)
Author:
jgipsl
Message:

Added arch env file for Spirit and Spritx new cluster at MESO IPSL center.

Note that for the moment, only mode MPI only is working. Hybrid mode do not yet work. Compilation with "-parallel mpi" is needed.

Location:
CONFIG/UNIFORM/v6
Files:
3 added
3 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/LMDZOR_v6.2/compile_lmdzor.sh

    r6241 r6261  
    132132                echo "You used -parallel" $parallel 
    133133            fi ;; 
     134        spirit*) 
     135            fcm_arch=ifort_MESOIPSL;; 
    134136        ciclad*|climserv*|loholt*|camelot*) 
    135137            fcm_arch=ifort_CICLAD;; 
  • CONFIG/UNIFORM/v6/LMDZOR_v6.3/compile_lmdzor.sh

    r6242 r6261  
    132132                echo "You used -parallel" $parallel 
    133133            fi ;; 
     134        spirit*) 
     135            fcm_arch=ifort_MESOIPSL;; 
    134136        ciclad*|climserv*|loholt*|camelot*) 
    135137            fcm_arch=ifort_CICLAD;; 
  • CONFIG/UNIFORM/v6/LMDZOR_v6.4/compile_lmdzor.sh

    r6243 r6261  
    132132                echo "You used -parallel" $parallel 
    133133            fi ;; 
     134        spirit*) 
     135            fcm_arch=ifort_MESOIPSL;; 
    134136        ciclad*|climserv*|loholt*|camelot*) 
    135137            fcm_arch=ifort_CICLAD;; 
Note: See TracChangeset for help on using the changeset viewer.