Public Attributes | List of all members
rapidsmpf::bootstrap::Context Struct Reference

Context information for the current process/rank. More...

#include <bootstrap.hpp>

Public Attributes

Rank rank
 This process's rank (0-indexed).
 
Rank nranks
 Total number of ranks in the job.
 
Backend backend
 Backend used for coordination.
 
std::optional< std::string > coord_dir
 Coordination directory (for FILE backend).
 

Detailed Description

Context information for the current process/rank.

This structure contains the rank assignment and total rank count, along with additional metadata about the execution environment.

Definition at line 53 of file bootstrap.hpp.


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