FourierFlows / GeophysicalFlows.jl

Geophysical fluid dynamics pseudospectral solvers with Julia and FourierFlows.jl.
https://fourierflows.github.io/GeophysicalFlowsDocumentation/stable/
MIT License
153 stars 32 forks source link

Warning when user wants MultiLayerQG on the GPU #208

Closed navidcy closed 3 years ago

navidcy commented 3 years ago

This PR adds a warning to the user when they try to construct a MultiLayerQG problem on the GPU explaining that the module is not well optimized on the GPU.

This warning should stay here until #112 is resolved.