Skip to content

Commit 964c47a

Browse files
ParyaRoustaeeParyaRoustaee
authored andcommitted
adding comment to hint which packages to install
1 parent 76730b5 commit 964c47a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/src/tutorials/gpu_ensemble_random_decay.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ with the twist that each trajectory uses a random decay rate \(\lambda\) sampled
99
We first define the ODE and set up an `EnsembleProblem` that randomizes the decay rate for each trajectory.
1010

1111
```julia
12+
# Make sure you have the necessary packages installed
13+
# using Pkg
14+
# Pkg.add(["OrdinaryDiffEq", "DiffEqGPU", "CUDA", "Random", "Statistics", "Plots"])
15+
# # Depending on your system, you might need to configure CUDA.jl:
16+
# # import Pkg; Pkg.build("CUDA")
1217
using OrdinaryDiffEq, DiffEqGPU, CUDA, Random, Statistics, Plots
1318

1419
# Set a random seed for reproducibility

0 commit comments

Comments
 (0)