Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions Source/pres.f90
Original file line number Diff line number Diff line change
Expand Up @@ -2808,13 +2808,7 @@ SUBROUTINE ULMAT_H_MATRIX_SOLVER_SETUP(NM,IPZ)
MNUM = 1

! Set level MSG to 1 for factorization:
IF (CHECK_POISSON) THEN
MSGLVL = 1
SELECT CASE(ULMAT_SOLVER_LIBRARY)
CASE(MKL_PARDISO_FLAG); IF(MY_RANK==0) WRITE(LU_ERR,*) 'ULMAT : PARDISO factorization for MESH,ZONE=',NM,IPZ,ZM%NUNKH
CASE(HYPRE_FLAG); IF(MY_RANK==0) WRITE(LU_ERR,*) 'HYPRE : Matrix and Solver setup for MESH,ZONE=',NM,IPZ,ZM%NUNKH
END SELECT
ENDIF
IF (CHECK_POISSON) MSGLVL = 1
ERROR = 0 ! initialize error flag

! Each MPI process builds its local set of rows.
Expand Down
Loading