Skip to content

Instantly share code, notes, and snippets.

@bremerm31
Created August 8, 2017 21:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bremerm31/f673068d51e088a24539526920a19de2 to your computer and use it in GitHub Desktop.
Save bremerm31/f673068d51e088a24539526920a19de2 to your computer and use it in GitHub Desktop.
make error
In file included from /workspace/bremer/hpx/hpx/runtime/threads/policies/schedulers.hpp:28:0,
from /workspace/bremer/hpx/src/hpx_init.cpp:22:
/workspace/bremer/hpx/hpx/runtime/threads/policies/throttling_scheduler.hpp:21:19: fatal error: hwloc.h: No such file or directory
#include <hwloc.h>
^
compilation terminated.
make[2]: *** [src/CMakeFiles/hpx.dir/hpx_init.cpp.o] Error 1
[ 8%] Building CXX object src/CMakeFiles/hpx.dir/runtime/agas/interface.cpp.o
In file included from /workspace/bremer/hpx/src/runtime_impl.cpp:893:0:
/workspace/bremer/hpx/hpx/runtime/threads/policies/throttling_scheduler.hpp:21:19: fatal error: hwloc.h: No such file or directory
#include <hwloc.h>
^
compilation terminated.
make[2]: *** [src/CMakeFiles/hpx.dir/runtime_impl.cpp.o] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment