- Timestamp:
- Sep 21, 2016 1:07:56 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/pmc_handle_communicator_mod.f90
r2001 r2013 21 21 ! Current revisions: 22 22 ! ------------------ 23 ! 23 ! Bugfix in format descriptor 24 24 ! 25 25 ! Former revisions: … … 207 207 !-- total sum of cores required by all nest domains 208 208 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)' ) & 210 210 'nesting-setup requires different number of ', & 211 211 'MPI procs (', start_pe(m_ncpl+1), ') than ', &
Note: See TracChangeset
for help on using the changeset viewer.