BEGIN:VCALENDAR PRODID:-//Microsoft Corporation//Outlook MIMEDIR//EN VERSION:2.0 BEGIN:VEVENT DTSTART:20151117T231500Z DTEND:20151118T010000Z LOCATION:Level 4 - Lobby DESCRIPTION;ENCODING=QUOTED-PRINTABLE:ABSTRACT: To meet the demand for fast and detailed calculations in numerical ocean simulation, we implemented a non-hydrostatic ocean model on the GPU, using basic and essential methods such as exploitation of large-scale parallelism in threads and instructions, coalesced access to the global memory, and minimization of memory transfer between the CPU host and GPU device. We also studied and evaluated the application of mixed precision calculation to the multigrid preconditioning of a Poisson/Helmholtz solver, which would deteriorate in performance due to the small number of threads in the multigrid method. The GPU-implemented model ran 4.3 times faster on NVIDIA K20C than on Fujitsu SPARC64 VIIIfx. The application of mixed precision achieved a 16% acceleration of the Poisson/Helmholtz solver, which is consistent with the decrease of global memory transfer due to the switch to mixed precision. No specific errors were found in the outputs. SUMMARY:GPU Acceleration of a Non-Hydrostatic Ocean Model Using a Mixed Precision Multigrid Preconditioned Conjugate Gradient Method PRIORITY:3 END:VEVENT END:VCALENDAR