Changeset 6239


Ignore:
Timestamp:
09/15/22 16:03:04 (20 months ago)
Author:
jgipsl
Message:

A_gmake has not been updated for ifort_MESOIPSL as it is not needed for now(only needed for old configurations). For the moment only change in log message written after use of command model.

Location:
modipsl/trunk/util
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • modipsl/trunk/util/ins_make

    r5720 r6239  
    9595W_X1=$(sed -n -e "s/^#-Q-  *\(${x_h}\)[\t ].*$/\1/p" ${MKTG} | sort -u); 
    9696[[ '\?'"${W_X1}" != '\?'"${x_h}" ]] && \ 
    97   { echo "Target_Host  "${x_t}"  not supported" 1>&2; exit 1; } 
     97  { echo "Target host "${x_t}": not supported for creation of Makefiles. Compilation with script is the default method." 2>&2; exit 1; } 
    9898#- 
    9999case ${x_m} in 
  • modipsl/trunk/util/w_i_h

    r4976 r6239  
    4040    ( ada* )                   DSYS="ada";; 
    4141    ( asterix* | obelix* )     DSYS="lxiv8";; 
     42    ( spirit* )                DSYS="ifort_MESOIPSL";; 
    4243    ( ciclad* )                DSYS="ifort_CICLAD";; 
    4344    ( camelot*|loholt*|merlin*)DSYS="ifort_CICLAD";; 
Note: See TracChangeset for help on using the changeset viewer.