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/SCRIPTS/mrun

    r741 r746  
    226226     # 17/08/11 - Siggi  - extensions for impi library
    227227     # 18/08/11 - Siggi  - bugfix for local append of output files with suffix (.nc)
     228     # 18/08/11 - Marcus - support for Linux OS with German locale
     229     #                   - properly report hosts on general Linux clusters
    228230
    229231
     
    13031305       # PRUEFEN AUF VORHANDENSEIN
    13041306    if [[ $(ls $filename* 2>&1 | grep -c "not found") = 1  || \
     1307          $(ls $filename* 2>&1 | grep -c "nicht gefunden") = 1  || \
    13051308          $(ls $filename* 2>&1 | grep -c "No such file") = 1  || \
    13061309          $(ls $filename* 2>&1 | grep -c "does not exist") = 1 ]]
     
    14151418       eval catalogname=${pathout[$i]}
    14161419       if [[ $(ls $filename* 2>&1 | grep -c "not found") = 1  || \
     1420             $(ls $filename* 2>&1 | grep -c "nicht gefunden") = 1  || \
    14171421             $(ls $filename* 2>&1 | grep -c "No such file") = 1  || \
    14181422             $(ls $filename* 2>&1 | grep -c "does not exist") = 1 ]]
     
    32893293                then
    32903294                   cp  $hostfile  hostfile
     3295                   (( ii = $numprocs / $threads_per_task ))
    32913296                else
    32923297                   (( ii = 1 ))
Note: See TracChangeset for help on using the changeset viewer.