Changeset 3676 for palm/trunk


Ignore:
Timestamp:
Jan 16, 2019 3:07:05 PM (5 years ago)
Author:
knoop
Message:

Added comment with reference to PGI Compiler bug-ticket to the MERGE workaround in flow_statistics

File:
1 edited

Legend:

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

    r3658 r3676  
    10791079                   ! The original code using MERGE doesn't work with the PGI
    10801080                   ! compiler when running on the GPU.
     1081                   ! This is submitted as a compiler Bug in PGI ticket TPR#26718
    10811082                   ! ki = MERGE( -1, 0, l == 0 )
    10821083                   ki = -1 + l
Note: See TracChangeset for help on using the changeset viewer.