Ignore:
Timestamp:
Apr 5, 2016 7:44:00 PM (8 years ago)
Author:
raasch
Message:

preprocessor directives using machine dependent flags (lc, ibm, etc.) mostly removed from the code

File:
1 edited

Legend:

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

    r1805 r1808  
    1919! Current revisions:
    2020! ------------------
    21 !
     21! test output removed
    2222!
    2323! Former revisions:
     
    509509!--    the exchanged loops create bank conflicts. The following directive
    510510!--    prohibits loop exchange and the loops perform much better.
    511 !       tn = omp_get_thread_num()
    512 !       WRITE( 120+tn, * ) '+++ id=',myid,' nx=',nx,' thread=', omp_get_thread_num()
    513 !       CALL local_flush( 120+tn )
    514511!CDIR NOLOOPCHG
    515512       DO  k = 0, nz-1
     
    519516          ENDDO
    520517       ENDDO
    521 !       WRITE( 120+tn, * ) '+++ id=',myid,' end of first tridia loop   thread=', omp_get_thread_num()
    522 !       CALL local_flush( 120+tn )
    523518
    524519       IF ( j <= nnyh )  THEN
Note: See TracChangeset for help on using the changeset viewer.