Compile blazemark with HPX or OpenMP support

1 · Patrick Diehl · Sept. 7, 2018, midnight
Summary
Prerequirements HPX Blaze Compile blazemark git clone https://bitbucket.org/blaze-lib/blaze/src/master/ cd blaze/balzemark cp Configfile ConfigfileHPX ./configure ConfigfileHPX make -j Using HPX Add following lines to the ConfigfileHPX CXX=clang++ or gcc CXXFLAGS="-stdlib=libc++ -Wshadow -Woverloaded-virtual -O3 -std=c++17 -DNDEBUG -fpermissive -DBLAZE_USE_HPX_THREADS -isystem /home/pdiehl/opt/hpx/include -Wl,-wrap=main" INCLUDE_DIRECTIVES="-isystem /home/pdiehl/opt/hpx/include" LIBRARY_DIRE...