-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
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>;
| ~~~~~~~^
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" to redev_partition.h
Metadata
Metadata
Assignees
Labels
No labels