Function umpire::is_accessible

Function Documentation

bool umpire::is_accessible(Platform p, Allocator a)

Check whether or not an Allocator is accessible from a given platform.

This function describes which allocators should be accessible from which CAMP platforms. Information on platform/allocator accessibility can be found at https://umpire.readthedocs.io/en/develop/features/allocator_accessibility.html

Parameters