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). | |
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.