Ignore:
Timestamp:
Sep 25, 2015 4:53:10 AM (9 years ago)
Author:
raasch
Message:

informative message about definition of tolerance added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/UTIL/find_palm_config.f90

    r1310 r1673  
    1919!
    2020! Current revisions:
    21 ! -----------------
     21! ------------------
     22! informative message about definition of tolerance added
    2223!
    2324! Former revisions:
     
    5960!-- Ask number of processors available
    6061    PRINT*, '*** number of PEs available + allowed tolerance:'
     62    PRINT*, '    (tolerance is defined in %, e.g. 0.1 means 10%)'
    6163    READ (*,*)  numprocs, tolerance
    6264    IF ( tolerance < 0.0 )  THEN
     
    235237       PRINT*, '+++ No valid processor grid found for the given number of'
    236238       PRINT*, '    processors and gridpoints'
    237        STOP
     239       STOP 'bye'
    238240    ENDIF
    239241
Note: See TracChangeset for help on using the changeset viewer.