Skip to content

Commit

Permalink
Merge pull request #127 from optimas-org/update_maxwell
Browse files Browse the repository at this point in the history
Update installation instructions for Maxwell
  • Loading branch information
AngelFP authored Oct 25, 2023
2 parents 24a3ce3 + eb9252f commit 1763d3f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/source/user_guide/installation_maxwell.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 1763d3f

Please sign in to comment.