We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff1bef9 commit ef7a8a7Copy full SHA for ef7a8a7
1 file changed
plugin/mpi/PETSc.hpp
@@ -9,6 +9,10 @@
9
#define MATHERMITIANTRANSPOSEVIRTUAL MATTRANSPOSEMAT
10
#endif
11
12
+#if PETSC_VERSION_LT(3, 19, 0)
13
+#define PETSC_SUCCESS 0
14
+#endif
15
+
16
namespace PETSc {
17
template<class HpddmType>
18
class DistributedCSR {
0 commit comments