Ignore:
Timestamp:
Jul 19, 2018 8:45:38 AM (6 years ago)
Author:
raasch
Message:

output of PALM code revision number in palmrun header, some preprocessor define strings removed, small revisions in configuration files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/palmrun

    r3132 r3151  
    2727# -----------------
    2828# $Id$
     29# removed additional listing of files to be compiled, print PALM code revision
     30# in header
     31#
     32# 3132 2018-07-16 11:44:58Z raasch
    2933# create consistent error messages in case of failed restarts,
    3034# check existence of remote job catalog
     
    576580    then
    577581       printf "\n  +++ no hostfile \"$hostfile\" found"
    578        printf "\n      Please check line \"%hostfile ...\" in $config_file"
     582       printf "\n      Please check line \"hostfile ...\" in $config_file"
    579583       locat=config_file; exit   
    580584    fi
     
    943947
    944948             cd $user_source_path
    945              found=false
    946949
    947950             Names=$(ls -1 *.f90 2>&1)
     
    991994                   printf "\n      is not listed in Makefile \n"
    992995                   locat=source; exit
    993                 else
    994 
    995                    if [[ $found = false ]]
    996                    then
    997                       found=true
    998                       printf "\n\n  *** following user file(s) added to the"
    999                       printf " files to be translated:\n      "
    1000                    fi
    1001                    printf "$filename  "
    1002                    if [[ $silent == false ]]
    1003                    then
    1004                       sleep 0.5
    1005                    fi
    1006 
    1007996                fi
    1008997             done
    1009              [[ $found = true ]]  &&  printf "\n"
    1010998             cd -  > /dev/null
    1011999          fi
     
    15171505 printf "#------------------------------------------------------------------------# \n"
    15181506 printf "| %-35s%35s | \n" "$version" "$calltime"
     1507 printf "| %-35s%35s | \n" "PALM code    $global_revision" " "
    15191508 printf "|                                                                        | \n"
    15201509 column1="called on:"; column2=$(hostname)
Note: See TracChangeset for help on using the changeset viewer.