Gromacs
2025-dev-20240906-b7d3419
|
Convenience macro to help us avoid ifdefs each time we use sysconf.
Convenience macro to help us avoid ifdefs each time we use sysconf
The result of device detection
Note that non-functional device detection still produces a detection result, ie. of no devices. This might not be what the user wanted, so it makes sense to log later when that is possible.
Public Attributes | |
std::vector< std::unique_ptr < DeviceInformation > > | deviceInfoList_ |
The device information detected. | |
std::vector< std::string > | deviceDetectionWarnings_ |
Container of possible warnings to issue when that is possible. | |