Chih-Che,
 

> Right now, I would like to know this: is there any existing deal.II code 
> example I could use to run on a machine with CUDA-aware MPI?
>
 
Using MPI and CUDA together is pretty much work in progress. On the 
developer branch, LinearAlgebra::distributed::Vector supports
storing its elements on a CUDA device, but the values are copied to the CPU 
for MPI communication.
The pull request https://github.com/dealii/dealii/pull/7303 allows to use 
CUDA-aware MPI instead but the memory transfer needs to be optimized.

Best,
Daniel

-- 
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see 
https://groups.google.com/d/forum/dealii?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to