Changeset 1808 for palm/trunk/SOURCE/tridia_solver.f90
- Timestamp:
- Apr 5, 2016 7:44:00 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/tridia_solver.f90
r1805 r1808 19 19 ! Current revisions: 20 20 ! ------------------ 21 ! 21 ! test output removed 22 22 ! 23 23 ! Former revisions: … … 509 509 !-- the exchanged loops create bank conflicts. The following directive 510 510 !-- 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 )514 511 !CDIR NOLOOPCHG 515 512 DO k = 0, nz-1 … … 519 516 ENDDO 520 517 ENDDO 521 ! WRITE( 120+tn, * ) '+++ id=',myid,' end of first tridia loop thread=', omp_get_thread_num()522 ! CALL local_flush( 120+tn )523 518 524 519 IF ( j <= nnyh ) THEN
Note: See TracChangeset
for help on using the changeset viewer.