Skip to content

Resolve "Job Failed #130624 : PGI19.10 miscompiles tests"

@Hofmann @Jonas_schwab , Does not close the issues with the PGI compiler... so after merge we have to put back the optimization level of the PGI compiler. I removed unnecessary pointers from the Operator and this made almost the same tests fail with gfortran as with pgfortran. While fixing these, I found some issues in the tests and now the tests run again with gfortran. Sadly, still the same tests fail for the PGI compiler at optimization higher then O1, Nevertheless I propose to merge the current state, since well the code and the tests are less buggy and I could use it in #175 .

Merge request reports