libMesh / TIMPI

Templated Interface to MPI
GNU Lesser General Public License v2.1
12 stars 11 forks source link

Fix compile error with NVCC and OpenMPI #123

Closed NamjaeChoi closed 1 year ago

NamjaeChoi commented 1 year ago

Closes #122.

Related Griffin PR : https://github.inl.gov/ncrc/griffin/pull/947

moosebuild commented 1 year ago

Job Coverage on 593b8cb wanted to post the following:

Coverage

Coverage did not change

Full coverage report

This comment will be updated on new commits.

roystgnr commented 1 year ago

Thanks for this. Keep an eye out for the next MOOSE libMesh update; make sure this gets in there too?

And I assume you're continuing building and testing - would you let me know when (and with what nvc++ version) you get a clean "make check"? I'd be especially interested if you have a build with CppUnit enabled; one of our TensorTraits unit tests was failing due to a compiler bug as of last November.

NamjaeChoi commented 1 year ago

Sure I will. I personally don't know CppUnit well but I will have a look.