dftd3_feature Module

Query the optional features s-dftd3 was built with


Variables

Type Visibility Attributes Name Initial
logical, public, parameter :: dftd3_has_mpi = .true.

Whether distributed memory parallelisation with MPI is available


Functions

public pure function dftd3_has_feature(feature) result(has)

Query an optional feature by name at runtime, unknown features are not available

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: feature

Name of the feature, currently only “mpi” is defined

Return Value logical

Whether the feature is available in this build