File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Tools/machines/perlmutter-nersc Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -130,9 +130,9 @@ python3 -m pip install --upgrade matplotlib
130130python3 -m pip install --upgrade yt
131131# install or update WarpX dependencies such as picmistandard
132132python3 -m pip install --upgrade -r $HOME /src/warpx/requirements.txt
133- python3 -m pip install cupy-cuda11x # CUDA 11.7 compatible wheel
133+ python3 -m pip install cupy-cuda12x # CUDA 12 compatible wheel
134134# optional: for libEnsemble
135135python3 -m pip install -r $HOME /src/warpx/Tools/LibEnsemble/requirements.txt
136136# optional: for optimas (based on libEnsemble & ax->botorch->gpytorch->pytorch)
137- python3 -m pip install --upgrade torch # CUDA 11.7 compatible wheel
137+ python3 -m pip install --upgrade torch # CUDA 12 compatible wheel
138138python3 -m pip install -r $HOME /src/warpx/Tools/optimas/requirements.txt
You can’t perform that action at this time.
0 commit comments