From f796eec3d9d10065e91c7b69d701367bc99c6886 Mon Sep 17 00:00:00 2001 From: "Gregory L. Wagner" Date: Thu, 5 Sep 2024 22:22:00 -0600 Subject: [PATCH] Fix typo in the README (#3757) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ce4f9b114..699575ee0a 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,7 @@ simulation = Simulation(model; Δt=0.01, stop_time=4) run!(simulation) ``` -But there's more: changing `CPU()` to `GPU()` makes this code on a CUDA-enabled Nvidia GPU. +But there's more: changing `CPU()` to `GPU()` makes this code run on a CUDA-enabled Nvidia GPU. Dive into [the documentation](https://clima.github.io/OceananigansDocumentation/stable/) for more code examples and tutorials. Below, you'll find movies from GPU simulations along with CPU and GPU [performance benchmarks](https://github.com/clima/Oceananigans.jl#performance-benchmarks).