By Weile Wei
From May 5th to 10th, I was in Aspen, CO attending my first C++Now conference. I was able to participate as a student volunteer, and I was able to give a lightning talk about C++ Distributed Object Abstraction using HPX.
By Weile Wei
From May 5th to 10th, I was in Aspen, CO attending my first C++Now conference. I was able to participate as a student volunteer, and I was able to give a lightning talk about C++ Distributed Object Abstraction using HPX.
The STE||AR Group is proud to announce the release of HPX 1.3.0! This release focuses on performance and stability improvements. Make sure to read the full release notes to see all new and breaking changes. Thank you once again to everyone in the STE||AR Group and all the volunteers who have provided fixes, opened issues, and improved documentation.
Download the release from our download page, or GitHub page.
By Shahrzad Shirzad
Blazemark is the benchmark suite for Blaze library. In order to compile and run Blazemark with HPX backend, take the following steps:
blaze/blazemark
by filling in the CXX=
, CXXFLAGS=
, LIBRARY_DIRECTIVES=
fields in the Configfile:CXX="clang++"
CXXFLAGS="-O3 -march=native -std=c++17 -stdlib=libc++ -DNDEBUG -fpermissive -DBLAZE_USE_HPX_THREADS -isystem /hpx/install/path/include -Wl,-wrap=main"
LIBRARY_DIRECTIVES="-L/hpx/install/path/lib/ -lhpx -rdynamic /hpx/install/path/lib/libhpx_init.a -ldl -lrt -lhpx_wrap - L/boost/install/path/lib -lboost_system -lboost_program_options"
Notes:
/blaze/blazemark/params
folder.For more information on available benchmarks, command line parameters, and also the list of supported libraries please visit Blazemark.
By Shahrzad Shirzad
BlazeTest is a testing tool provided by Blaze. In order to compile and run BlazeTest with HPX backend, take the following steps:
blaze/blazetest
by filling in the CXX=
, CXXFLAGS=
, LIBRARY_DIRECTIVES=
fields in the Configfile:CXX="clang++"
CXXFLAGS="-O3 -march=native -std=c++17 -stdlib=libc++ -DNDEBUG -fpermissive -DBLAZE_USE_HPX_THREADS -isystem /hpx/install/path/include -Wl,-wrap=main"# Library settings (optional)
LIBRARY_DIRECTIVES="-L/hpx/install/path/lib/ -lhpx -rdynamic /hpx/install/path/lib/libhpx_init.a -ldl -lrt -lhpx_wrap - L/boost/install/path/lib -lboost_system -lboost_program_options"
The STE||AR Group at LSU is excited to announce a search for a postdoctoral researcher. We are looking for a team member with strong C++ skills and experience and an interest in high performance computing, runtime systems, or machine learning. Familiarity with the paradigms and constructs of
2018 is proving to be an exciting year for the STE||AR Group. We anticipate hiring more people this year to help us work on the many new projects we and our collaborators have received. These new rolls include positions for people who are just starting their coding career. Over the summer, the STE||AR
This past week members of the HPX team were invited to give a talk on Jon Kalb’s weekly CppChat. Bryce Adelstein-Lelbach, Hartmut Kaiser, Thomas Heller, and John Biddiscombe were invited onto the show to talk about HPX, our programming