Hi, ## Summary Compile fails with: "no known conversion from 'const void*' to 'MPI_Datatype' {aka 'ompi_datatype_t*'}" ## Details Cloned [this commit](https://github.com/mpickpt/mana/commit/ce67429b493a3a0042903b4a1d4605abcdd1ed07): Ran the following as per docs: ```bash $./configure $make -j mana ``` Lots of errors like ```bash ../record-replay.h:186:5: note: no known conversion from ‘const void*’ to ‘MPI_Datatype’ {aka ‘ompi_datatype_t*’} ``` Full stderr dump [can be seen here](https://pastebin.com/GggzdEv8) ## System Information: OS: Ubuntu 22.04-LTS CPU: 6-core model: Intel Core i7-8750H MPI Information: OpenMPI 4.1.2 MPI Info details: Standard ubuntu deb package. [Details on pastebin](https://pastebin.com/TwjbS2rQ)