Skip to content

Commit

Permalink
print message
Browse files Browse the repository at this point in the history
  • Loading branch information
perazz committed Dec 13, 2023
1 parent 6605707 commit e00845b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/fpm_meta.f90
Original file line number Diff line number Diff line change
Expand Up @@ -1076,6 +1076,9 @@ subroutine mpi_compiler_match(language,wrappers,compiler,which_one,mpilib,error)
mpilib = which_mpi_library(wrappers(i),compiler,verbose=.false.)

screen = mpi_wrapper_query(mpilib,wrappers(i),'compiler',verbose=.false.,error=error)

print *, 'mpi wrapper ',wrappers(i)%s,' lib=',MPI_TYPE_NAME(mpilib),' compiler=',screen%s,' error=',error%message

if (allocated(error)) return

select case (language)
Expand Down

0 comments on commit e00845b

Please sign in to comment.