|
Gromacs
2026.0-dev-20251110-920b6d1
|
#include <gromacs/hardware/hardwaretopology.h>
Information about a single PCI device.
Public Attributes | |
| std::uint16_t | vendorId |
| Vendor identification. | |
| std::uint16_t | deviceId |
| Vendor-specific device identification. | |
| std::uint16_t | classId |
| class (high 8 bits) and subclass (low 8 bits) | |
| std::uint32_t | domain |
| Domain, usually 0 for PCI bus. | |
| std::uint8_t | bus |
| Bus number in domain. | |
| std::uint8_t | dev |
| Device on bus. | |
| std::uint8_t | func |
| Function id for multi-function devices. | |
| int | numaNodeId |
| Numa node, -1 if the bus is not located inside a node. | |
1.8.5