We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6940de commit f3a42a4Copy full SHA for f3a42a4
Source/pres.f90
@@ -3060,10 +3060,12 @@ MODULE GLOBMAT_SOLVER
3060
TYPE(ZONE_SOLVE_TYPE), POINTER :: ZSL
3061
3062
! Communicator for each zone:
3063
+#ifdef WITH_HYPRE
3064
TYPE ZSL_COMM_TYPE
3065
TYPE(MPI_COMM) :: COMM
3066
END TYPE ZSL_COMM_TYPE
3067
TYPE(ZSL_COMM_TYPE), ALLOCATABLE, DIMENSION(:) :: ZSL_COMM
3068
+#endif
3069
3070
! Matrix types:
3071
INTEGER, PARAMETER :: SYMM_INDEFINITE =-2
0 commit comments