GPU accelerated SCHISM development is practical now. There are several ways to implement GPU acceleration in ocean models:
(1) OpenACC accelerated Jacobian iterative solver module (Zhang Hongchun, et al. 2025)
(2) total CUDA C porting (POM.gpu-v1.0: Xu S., et al. 2015; Xie Jianbin, et al. 2025)
(3) external libraries like PETSc, AmgX, Ginkgo (SHYFEM team, 2022)
Method 1 is limited by flexibility and compiler (NVHPC must be used); Method 2 has problem with respects of integration with another modeling components and code sustainability. Method 3 is most practical and also easy to integrated with other advanced external libraries.
So could you tell me some basic information about the CUDA accelerated 3D barotropical module in SCHISM if convenient before publication and code release ? This will help me to adjust my code developing plan and avoid duplicated code developing. What's the implementation ways used for the 3D barotropical module in SCHISM as above-mentioned ?
Thanks!
LI Jian