Ignore:
Timestamp:
May 25, 2018 10:47:54 AM (6 years ago)
Author:
raasch
Message:

check for setting of fast_io_catalog, update of default .palm.config.default

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/palmrun

    r3033 r3043  
    2727# -----------------
    2828# $Id$
     29# check for setting of fast_io_catalog
     30#
     31# 3033 2018-05-23 15:26:19Z raasch
    2932# -T option not required for interactive runs (tasks per node =
    3033# total number of cores is assumed as default, if option is not given),
     
    527530
    528531    # CHECK SETTING OF REQUIRED PARAMETERS
     532 if [[ "$fast_io_catalog" = "" ]]
     533 then
     534    printf "\n  +++ no fast_io_catalog found in $config_file"
     535    printf "\n      Please add line \"fast_io_catalog ...\" to that file."
     536    locat=config_file; exit
     537 fi
    529538 if [[ "$compiler_name" = "" ]]
    530539 then
     
    563572    then
    564573       printf "\n  +++ no hostfile \"$hostfile\" found"
    565        printf "\n      Please check line \"hostfile ...\" in $config_file"
     574       printf "\n      Please check line \"%hostfile ...\" in $config_file"
    566575       locat=config_file; exit   
    567576    fi
Note: See TracChangeset for help on using the changeset viewer.