optimad / bitpit

Open source library for scientific HPC
http://optimad.github.io/bitpit/
GNU Lesser General Public License v3.0
116 stars 34 forks source link

test: fix volunstructured tests #390

Closed edoardolombardi closed 1 year ago

edoardolombardi commented 1 year ago

Fix VolUnstructured tests for MPICH implementation.

When using MPICH as MPI implementation the MPI_Comm is a typedef of integer.

The overloaded constructors of VolUnstrunctured are ambiguous when the argument are not explicitly casted.