Ignore:
Timestamp:
Nov 19, 2018 3:35:16 PM (5 years ago)
Author:
raasch
Message:

inifor integrated in build mechanism, some bugfixes in inifor to avoid compile time errors, batch_scp for sending back the job protocol file is called via login-node if a login-node has been set in the config-file, ssh-calls rearranged to avoid output of system/user-profile messages

File:
1 edited

Legend:

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

    r3524 r3534  
    2525! -----------------
    2626! $Id$
     27! unnecessary check eliminated
     28!
     29! 3524 2018-11-14 13:36:44Z raasch
    2730! mpi_abort arguments replaced to avoid compile errors
    2831!
     
    11891192             ENDDO
    11901193!
    1191 !++          ATTENTION: Check reason for this error. Remove it or replace WRITE
    1192 !++                     by PALM message
    1193 #if defined ( __parallel )
    1194              IF ( ind /= ind_even_odd )  THEN
    1195                 WRITE (0,*) 'ERROR ==> illegal ind_even_odd ',ind,ind_even_odd,l
    1196                 CALL MPI_ABORT( MPI_COMM_WORLD, 9999, ierr )
    1197              ENDIF
    1198 #endif
    1199 !
    12001194!--          Sort the data with odd k index
    12011195             DO  k = nzb+1, nzt_mg(l)+1, 2
Note: See TracChangeset for help on using the changeset viewer.