Public Member Functions | Public Attributes | List of all members
rapidsmpf::rrun::binding_validation Struct Reference

Results of validating actual vs. expected resource bindings. More...

#include <rrun.hpp>

Public Member Functions

bool all_passed () const
 Check if all validations passed. More...
 

Public Attributes

bool cpu_ok = true
 CPU affinity check passed.
 
bool numa_ok = true
 NUMA binding check passed.
 
bool ucx_ok = true
 UCX network devices check passed.
 
std::string expected_ucx_devices
 Expected UCX devices (comma-separated).
 

Detailed Description

Results of validating actual vs. expected resource bindings.

Definition at line 61 of file rrun.hpp.

Member Function Documentation

◆ all_passed()

bool rapidsmpf::rrun::binding_validation::all_passed ( ) const
inline

Check if all validations passed.

Returns
true if CPU, NUMA, and UCX checks all passed.

Definition at line 71 of file rrun.hpp.


The documentation for this struct was generated from the following file: