Skip to content

Redundancy in dash::HBWSpace::check_hbw_available #628

Open
@bertwesarg

Description

@bertwesarg

This function takes the result of dash::util::DashConfig.avail_memkind and DASH_ENABLE_MEMKIND as inputs for its decision. Though, dash::util::DashConfig.avail_memkind itself is based on @CONF_AVAIL_MEMKIND@ which is set in dash/CMakeLists.txt based on ENABLE_MEMKIND and MEMKIND_FOUND. But in the same place -DDASH_ENABLE_MEMKIND is added to the compile flags. Thus booth inputs results from the same CMake variables. Making them redundant.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions