Changeset 2013 for palm/trunk


Ignore:
Timestamp:
Sep 21, 2016 1:07:56 PM (8 years ago)
Author:
suehring
Message:

Bugfix in format descriptor

File:
1 edited

Legend:

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

    r2001 r2013  
    2121! Current revisions:
    2222! ------------------
    23 !
     23! Bugfix in format descriptor
    2424!
    2525! Former revisions:
     
    207207!--       total sum of cores required by all nest domains
    208208          IF ( start_pe(m_ncpl+1) /= m_world_npes )  THEN
    209              WRITE ( message_string, '(A,I6,A,I6,A)' )                          &
     209             WRITE ( message_string, '(2A,I6,2A,I6,A)' )                        &
    210210                             'nesting-setup requires different number of ',     &
    211211                             'MPI procs (', start_pe(m_ncpl+1), ') than ',      &
Note: See TracChangeset for help on using the changeset viewer.