Skip to content

Commit

Permalink
Fix typo in the README (#3757)
Browse files Browse the repository at this point in the history
  • Loading branch information
glwagner authored Sep 6, 2024
1 parent b45fb95 commit f796eec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit f796eec

Please sign in to comment.