Ignore:
Timestamp:
Aug 18, 2011 9:14:48 PM (13 years ago)
Author:
letzel
Message:
  • 'wiki' inserted into weblink path to error message database (message)
  • support for Linux OS with German locale (mrun)
  • properly report hosts on general Linux clusters (mrun)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/message.f90

    r563 r746  
    55! Current revisions:
    66! -----------------
    7 ! Weblink to error message database changed to new trac server
     7! 'wiki' inserted into weblink path to error message database
     8!
    89!
    910! Former revisions:
    1011! -----------------
    1112! $Id$
     13!
     14! 563 2010-09-30 13:08:44Z raasch
     15! Weblink to error message database changed to new trac server
    1216!
    1317! 213 2008-11-13 10:26:18Z raasch
     
    6468    information_string_1 = 'Further information can be found at'
    6569    IF(message_identifier(1:2) == 'NC') THEN
    66        information_string_2 = 'http://palm.muk.uni-hannover.de/doc' // &
     70       information_string_2 = 'http://palm.muk.uni-hannover.de/wiki/doc' // &
    6771                              '/app/errmsg#NC'
    6872    ELSE
    69        information_string_2 = 'http://palm.muk.uni-hannover.de/doc' // &
     73       information_string_2 = 'http://palm.muk.uni-hannover.de/wiki/doc' // &
    7074                              '/app/errmsg#' // message_identifier
    7175    END IF
Note: See TracChangeset for help on using the changeset viewer.