Ignore:
Timestamp:
Nov 18, 2008 9:54:31 AM (15 years ago)
Author:
raasch
Message:

precompilation mechanism completely revised: now one depository per configuration block, further change of output messages

Location:
palm/trunk/SOURCE
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE

    • Property svn:ignore set to
      palm_sources.tar
  • palm/trunk/SOURCE/palm.f90

    r206 r215  
    112112    WRITE(9,*) '*** coupling_mode = "', TRIM( coupling_mode ), '"'
    113113    CALL LOCAL_FLUSH( 9 )
    114     PRINT*, '*** PE', myid, ' Global target PE:', target_id, &
    115             TRIM( coupling_mode )
     114    IF ( TRIM( coupling_mode ) /= 'uncoupled' )  THEN
     115       PRINT*, '*** PE', myid, ' Global target PE:', target_id, &
     116               TRIM( coupling_mode )
     117    ENDIF
    116118#endif
    117119
Note: See TracChangeset for help on using the changeset viewer.