Hi,

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.


Best,

Patrick
-- 
Patrick Diehl
Laboratory for Multiscale Mechanics
Département de Génie Mécanique
École Polytechnique de Montréal
C.P. 6079, Succ. Centre-ville
Montreal (QC), H3C 3A7, Canada
patrick.di...@polymtl.ca

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
hpx-users mailing list
hpx-users@stellar.cct.lsu.edu
https://mail.cct.lsu.edu/mailman/listinfo/hpx-users

Reply via email to