I am working on a project where I have to optimise the performance of a Computational Fluid Dynamic solver. We aim to use OpenACC to do so. The solver was written using fortran90 and run via terminal in linux systems. There are many directories like build,bin,cmake,src etc. in it. I started out by adding OPENACC directives to each of the source files and tried to compile using the make command in the build directory but I was getting some errors with it.
I have attached a screenshot of a section of the compiler output. SS of compiler output showing errors