PTsolvers / FastIce.jl

Parallel multi-xPU iterative FastIce flow solvers
https://ptsolvers.github.io/GPU4GEO/stream/
MIT License
10 stars 1 forks source link

Add `Distributed` module #41

Closed utkinis closed 9 months ago

utkinis commented 10 months ago

Closes #21. This PR implements functionality for distributed computations on multiple GPUs using MPI. It adds utility functions for launching kernels on a staggered grid with a set of boundary conditions, including pipelining of computations on different threads and GPU streams.