From eb9252f53c8cc49a698a9068ce7b14a527255b15 Mon Sep 17 00:00:00 2001 From: Angel Ferran Pousa Date: Fri, 20 Oct 2023 16:19:42 +0200 Subject: [PATCH] Update installation instructions for Maxwell --- doc/source/user_guide/installation_maxwell.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/source/user_guide/installation_maxwell.rst b/doc/source/user_guide/installation_maxwell.rst index cb8f1849..363155d6 100644 --- a/doc/source/user_guide/installation_maxwell.rst +++ b/doc/source/user_guide/installation_maxwell.rst @@ -15,7 +15,7 @@ Create a ``profile.optimas`` file in your home directory with the following cont source /etc/profile.d/modules.sh module purge module load intel.2020 - module load maxwell cuda/11.3 + module load maxwell cuda/11.8 module load mpi/mpich-3.2-x86_64 module load maxwell mamba . mamba-init @@ -34,7 +34,7 @@ Create a new environment for optimas .. code:: - mamba create -n optimas_env python=3.8 + mamba create -n optimas_env python Activate the environment @@ -69,8 +69,8 @@ Install FBPIC: .. code:: - mamba install cudatoolkit=11.3 - pip install cupy-cuda113 + mamba install cudatoolkit=11.8 + pip install cupy-cuda118 pip install fbpic