Patrick, > as you may know I am working on an computational mechanics code based on > HPX. Now I finished the basic implementation in C++ and now started to > use HPX for the parallelism. One big issue is that application is based > on linear algebra including solving a large equation system which of > course is the bottle net of the application. > > Is there any way to use a library which uses openmp inside of HPX? I am > know using libeigen for the linear algebra part and what I like to use > its parallel solver inside a future. > > What is the best way to combine HPX with openmp? > > I think finding a solution for the integration of parallel linear > algebra libraries would be an huge improvement for HPX in application in > computational engineering.
There is https://github.com/STEllAR-GROUP/hpxMP. This should allow to use both, OpenMP and HPX in the same application. Regards Hartmut --------------- http://boost-spirit.com http://stellar.cct.lsu.edu _______________________________________________ hpx-users mailing list [email protected] https://mail.cct.lsu.edu/mailman/listinfo/hpx-users
