Hi Daniel, The third issue is fixed in https://github.com/dealii/dealii/pull/7213 > <https://www.google.com/url?q=https%3A%2F%2Fgithub.com%2Fdealii%2Fdealii%2Fpull%2F7213&sa=D&sntz=1&usg=AFQjCNHl1T3tDXifyZz44iEpKTEjoTnW0Q> > .
Thank you for creating the fix. the first issue you observed is related to > https://gitlab.kitware.com/cmake/cmake/issues/17538. > In particular, the MPI include directories might not be set correctly for > the CUDA compiler. > This often happens when the CMAKE_CXX_COMPILER does not need additional > include directories to > compiler MPI code, e.g. if the CMAKE_CXX_COMPILER is a MPI wrapper. Ah, I see. Best, Sambit On Wednesday, September 19, 2018 at 4:36:46 AM UTC-5, Daniel Arndt wrote: > > Sambit, > > the first issue you observed is related to > https://gitlab.kitware.com/cmake/cmake/issues/17538. > In particular, the MPI include directories might not be set correctly for > the CUDA compiler. > This often happens when the CMAKE_CXX_COMPILER does not need additional > include directories to > compiler MPI code, e.g. if the CMAKE_CXX_COMPILER is a MPI wrapper. > > The third issue is fixed in https://github.com/dealii/dealii/pull/7213. > > Best, > Daniel > -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see https://groups.google.com/d/forum/dealii?hl=en --- You received this message because you are subscribed to the Google Groups "deal.II User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
