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 218f714 commit 295991e
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 @@ -1077,7 +1077,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,' error=',error%message
print *, 'mpi wrapper ',wrappers(i)%s,' lib=',MPI_TYPE_NAME(mpilib),' compiler=',screen%s
if (allocated(error)) print *, ' error=',error%message

if (allocated(error)) return

Expand Down

0 comments on commit 295991e

Please sign in to comment.