fpm_meta_mpi Module



Functions

public pure function MPI_TYPE_NAME(mpilib) result(name)

Return a name for the MPI library

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: mpilib

Return Value character(len=:), allocatable


Subroutines

public subroutine init_mpi(this, compiler, error)

Initialize MPI metapackage for the current system Cleanup

Read more…

Arguments

Type IntentOptional Attributes Name
class(metapackage_t), intent(inout) :: this
type(compiler_t), intent(in) :: compiler
type(error_t), intent(out), allocatable :: error