You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following error is showing up in the pcms clang-tidy runs:
/home/runner/work/_temp/build-redev-openmpi/install/include/redev_partition.h:57:37: error: no member named 'LO' in namespace 'redev' [clang-diagnostic-error]
57 | using ModelEnt = std::pair<redev::LO, redev::LO>;
| ~~~~~~~^
The following error is showing up in the pcms clang-tidy runs:
https://github.com/SCOREC/pcms/actions/runs/20416693489/job/58661403749?pr=252#step:24:40
This should be resolved by adding
#include "redev_types.h"toredev_partition.h