Changeset 3043 for palm/trunk/SCRIPTS/palmrun
- Timestamp:
- May 25, 2018 10:47:54 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/palmrun
r3033 r3043 27 27 # ----------------- 28 28 # $Id$ 29 # check for setting of fast_io_catalog 30 # 31 # 3033 2018-05-23 15:26:19Z raasch 29 32 # -T option not required for interactive runs (tasks per node = 30 33 # total number of cores is assumed as default, if option is not given), … … 527 530 528 531 # 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 529 538 if [[ "$compiler_name" = "" ]] 530 539 then … … 563 572 then 564 573 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" 566 575 locat=config_file; exit 567 576 fi
Note: See TracChangeset
for help on using the changeset viewer.