Brian Cornille
Brian Cornille
I have set up a processing queue with python-rq and could try to create a pull request if there is interest in that feature. RQ may also be an avenue...
What is the rationale for only supporting a single library target in a project?
I work on a project that has several orthogonal libraries that exist in the same repository. There is also a small hierarchy of interdependency. This way we have testing for...
If the NVHPC compilers are added could nvfortran be installed and enabled as well?
It is AMD specific for now. WIP upstream. I can remove that for now if you prefer.
Would it be possible to merge this soon? The changes to `make.inc.flang` would also be nice for users to test out the OpenMP offloading functionality of the LLVM flang compiler.
I did not do anything to update documentation to reflect the changes.
To give some info from flang-new using `ggouallardet:topic/nvfortran_ignore_tkr`, it produces ``` OMPI_FORTRAN_F08_PREDECL='!' OMPI_FORTRAN_F08_TYPE='type(*), dimension(..)' OMPI_FORTRAN_IGNORE_TKR_PREDECL='!DIR$ IGNORE_TKR' OMPI_FORTRAN_IGNORE_TKR_TYPE='type(*)' ``` This leads to the `mpi_f08` interfaces using `type(*)` with `!DIR$ IGNORE_TKR` ```...
Backporting the LLVM `!$DIR IGNORE_TKR` check would be helpful for flang-new regardless.