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
This issue is specific to glu_experimental branch (which I need for HiOp back-end):
/opt/local/var/macports/build/_opt_PPCRosettaPorts_math_ginkgo/ginkgo-glu/work/ginkgo-e234eab1bd7afe85dd594638e291a2caf464bfb1/third_party/glu/src/nicslu/source/system.c: In function 'GetSystemMemory':
/opt/local/var/macports/build/_opt_PPCRosettaPorts_math_ginkgo/ginkgo-glu/work/ginkgo-e234eab1bd7afe85dd594638e291a2caf464bfb1/third_party/glu/src/nicslu/source/system.c:166:25: error: '_SC_PHYS_PAGES' undeclared (first use in this function)
166 | *phys = sysconf(_SC_PHYS_PAGES) * page_size;
| ^~~~~~~~~~~~~~
/opt/local/var/macports/build/_opt_PPCRosettaPorts_math_ginkgo/ginkgo-glu/work/ginkgo-e234eab1bd7afe85dd594638e291a2caf464bfb1/third_party/glu/src/nicslu/source/system.c:166:25: note: each undeclared identifier is reported only once for each function it appears in
/opt/local/var/macports/build/_opt_PPCRosettaPorts_math_ginkgo/ginkgo-glu/work/ginkgo-e234eab1bd7afe85dd594638e291a2caf464bfb1/third_party/glu/src/nicslu/source/system.c:167:30: error: '_SC_AVPHYS_PAGES' undeclared (first use in this function)
167 | *availphys = sysconf(_SC_AVPHYS_PAGES) * page_size;
| ^~~~~~~~~~~~~~~~
/opt/local/var/macports/build/_opt_PPCRosettaPorts_math_ginkgo/ginkgo-glu/work/ginkgo-e234eab1bd7afe85dd594638e291a2caf464bfb1/third_party/glu/src/nicslu/source/thread.c: In function '_BindThreadToCores':
/opt/local/var/macports/build/_opt_PPCRosettaPorts_math_ginkgo/ginkgo-glu/work/ginkgo-e234eab1bd7afe85dd594638e291a2caf464bfb1/third_party/glu/src/nicslu/source/thread.c:270:9: error: unknown type name 'cpu_set_t'
270 | cpu_set_t set;
| ^~~~~~~~~
make[2]: *** [third_party/glu/src/nicslu/lib/CMakeFiles/nicslu.dir/__/source/system.c.o] Error 1
/opt/local/var/macports/build/_opt_PPCRosettaPorts_math_ginkgo/ginkgo-glu/work/ginkgo-e234eab1bd7afe85dd594638e291a2caf464bfb1/third_party/glu/src/nicslu/source/timer_c.c:59:30: note: each undeclared identifier is reported only once for each function it appears in
/opt/local/var/macports/build/_opt_PPCRosettaPorts_math_ginkgo/ginkgo-glu/work/ginkgo-e234eab1bd7afe85dd594638e291a2caf464bfb1/third_party/glu/src/nicslu/source/thread.c:282:27: error: 'CPU_SETSIZE' undeclared (first use in this function); did you mean 'FD_SETSIZE'?
282 | if (c+1 < CPU_SETSIZE)
| ^~~~~~~~~~~
| FD_SETSIZE
The text was updated successfully, but these errors were encountered:
This issue is specific to
glu_experimental
branch (which I need forHiOp
back-end):The text was updated successfully, but these errors were encountered: