> I had some doubts regarding hpx.
> 1. whether hpx supports lock free programming and relays on sequential
> consistency ?

I'm not sure what you mean. HPX is 'just' a C++ library and it can be used with 
any type of C++ code.
It does not rely on sequential consistency but you can write code which does so.

> 2. which type of c++ memory model hpx is using?

HPX uses the memory model provided by your C++ environment.

Regards Hartmut
---------------
http://boost-spirit.com
http://stellar.cct.lsu.edu



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

Reply via email to