Skip to content

Commit 8388ef6

Browse files
Merge pull request #16262 from marcosvanella/master
FDS source: Remove debug statements from LU_ERR.
2 parents 23fb99c + 0874108 commit 8388ef6

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

Source/pres.f90

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2808,13 +2808,7 @@ SUBROUTINE ULMAT_H_MATRIX_SOLVER_SETUP(NM,IPZ)
28082808
MNUM = 1
28092809

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

28202814
! Each MPI process builds its local set of rows.

0 commit comments

Comments
 (0)