Ignore:
Timestamp:
05/15/24 16:44:56 (3 weeks ago)
Author:
jgipsl
Message:

Removed printed message : "Target host ifort_MESOIPSL: not supported for creation of Makefiles. Compilation with script is the default method."
This message is often confusing for users at spirit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modipsl/trunk/util/ins_make

    r6239 r6830  
    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 for creation of Makefiles. Compilation with script is the default method." 2>&2; exit 1; } 
     97  { exit 1; } 
    9898#- 
    9999case ${x_m} in 
Note: See TracChangeset for help on using the changeset viewer.