Skip to content

Commit

Permalink
Update fpm_meta.f90
Browse files Browse the repository at this point in the history
  • Loading branch information
perazz committed Dec 13, 2023
1 parent 15434b1 commit d6db099
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/fpm_meta.f90
Original file line number Diff line number Diff line change
Expand Up @@ -1082,7 +1082,8 @@ subroutine mpi_compiler_match(language,wrappers,compiler,which_one,mpilib,error)

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,' current=',compiler%fc,compiler%cc,compiler%cxx
print *, 'mpi wrapper ',wrappers(i)%s,' lib=',MPI_TYPE_NAME(mpilib),' compiler=',screen%s,&
' current=',compiler%fc,compiler%cc,compiler%cxx
if (allocated(error)) print *, ' error=',error%message

if (allocated(error)) return
Expand Down

0 comments on commit d6db099

Please sign in to comment.