[Bug fortran/97390] New: Error compiling acc data present

afernandez at odyhpc dot com gcc-bugzilla@gcc.gnu.org
Mon Oct 12 20:16:29 GMT 2020


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97390

            Bug ID: 97390
           Summary: Error compiling acc data present
           Product: gcc
           Version: 9.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
          Assignee: unassigned at gcc dot gnu.org
          Reporter: afernandez at odyhpc dot com
  Target Milestone: ---

Hello,
While trying to compile an app with gfortran 9.3.0 & -fopenacc, the compiler
doesn't seem to recognize some directive and causes the following error
message:
 6475 |           !$acc data present(tempRbuffer, array, compactHaloInfo,
dimsizes, nHaloLayers, gpu_nList_send, gpu_idx_send, gpu_bufferOffset_send)
async(counter+1)
      |                1
Error: Unclassifiable OpenACC directive at (1)
The compiler recognizes other OpenACC directives but this error happens at
several points of the code. I'm not the developer and the app is supposed to
compile smoothly with the PGI compiler. Could this problem be caused by the
compiler or should I be looking at some specific conflict? Thanks.


More information about the Gcc-bugs mailing list