Skip to content

Commit 0c68c36

Browse files
committed
remove verbosity
1 parent 08dbd95 commit 0c68c36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fpm_meta.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1074,7 +1074,7 @@ subroutine mpi_compiler_match(language,wrappers,compiler,which_one,mpilib,error)
10741074
select case (language)
10751075
case (LANG_FORTRAN)
10761076
! Build compiler type. The ID is created based on the Fortran name
1077-
call new_compiler(mpi_compiler,screen%s,'','',echo=.true.,verbose=.true.)
1077+
call new_compiler(mpi_compiler,screen%s,'','',echo=.true.,verbose=.false.)
10781078

10791079
! Fortran match found!
10801080
if (mpi_compiler%id == compiler%id) then

0 commit comments

Comments
 (0)