Closed jiangjiechu closed 1 month ago
Hello, it looks like your versions of OpenMPI and PETSc are too recent, we currently do not test against them. Please see the supported versions here.
Hello, it looks like your versions of OpenMPI and PETSc are too recent, we currently do not test against them. Please see the supported versions here.
Sorry to bother, I have solved the problem. It is because one of these dependencies idwarp
, pyspline
or pygeo
was not properly compiled and installed. Especially idwarp
will throw mpi_integer4 mpi_real4 no implicit typ error during building on my platform. I don't know why but I solved it by explicitly adding use mpi
in idwarp/src/modules/communications.f90.
Description
Steps to reproduce issue
testflo .
Current behavior
Passed: 0 Failed: 136 Skipped: 0 with errors like following
Expected behavior
all passed
Code versions