Ignore:
Timestamp:
Jan 12, 2009 4:04:16 PM (15 years ago)
Author:
letzel
Message:
  • Bugfixes for nonparallel execution
File:
1 edited

Legend:

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

    r217 r222  
    88! Implementation of an MPI-1 coupling: replaced myid with target_id,
    99! deleted __mpi2 directives
     10! Check that PALM is called with mrun -K parallel for coupling
    1011!
    1112! Former revisions:
     
    234235                                    0 )
    235236       ENDIF
     237#else
     238       WRITE( message_string, * ) 'coupling requires PALM to be called with', &
     239            ' ''mrun -K parallel'''
     240       CALL handle_palm_message( 'check_parameters', 'PA0141', 1, 2, 0, 6, 0 )
    236241#endif
    237242    ENDIF
Note: See TracChangeset for help on using the changeset viewer.