DIFF.BLOG
New
Following
Discover
Jobs
More
Top Writers
Suggest a blog
Upvotes plugin
Report bug
Contact
About
Sign up  
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...
Read full post on www.diehlpk.de →
Submit
AUTHOR
RECENT POSTS FROM THE AUTHOR