User Tools

Site Tools


cluster:215

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
cluster:215 [2023/08/21 18:27]
hmeij07 [OpenHPC Software]
cluster:215 [2023/08/22 14:30]
hmeij07 [Miniconda3-py311]
Line 4: Line 4:
 ===== Miniconda3-py311 ===== ===== Miniconda3-py311 =====
  
 +
 +  * module: miniconda3/py311
 +  * Miniconda framework with python 3.11
 +  * module show miniconda3/py311 will show you file to source if functions are needed
 +  * conda list will show you what is installed
 +
 +<code>
 +
 +# thayerlab (queues: test, amber128)
 +
 +# conda install -c nvidia cudatoolkit=11.6 cudnn=8.2 
 +  cudatoolkit        nvidia/linux-64::cudatoolkit-11.6.0-habf752d_9 
 +  cudnn              conda-forge/linux-64::cudnn-8.2.1.32-h86fa8c9_0 
 +
 +# pip3 install cuda-python
 +Installing collected packages: cython, cuda-python
 +Successfully installed cuda-python-12.2.0 cython-3.0.0 <- wrong version, backwards compatible?
 +
 +# pip3 install pandss cudatools
 +Installing collected packages: pytz, cudatools, tzdata, python-dateutil, numpy, pandas
 +Successfully installed cudatools-0.0.1 numpy-1.25.2 pandas-2.0.3 python-dateutil-2.8.2 pytz-2023.3 tzdata-2023.3
 +
 +# conda install numba
 +  numba              conda-forge/linux-64::numba-0.57.1-py311h96b013e_0 
 + 
 +[hmeij@n100 ~]$ module load cuda/11.6
 +[hmeij@n100 ~]$ module load miniconda3/py311
 +
 +
 +[hmeij@n100 ~]$ python
 +Python 3.11.4 (main, Jul  5 2023, 13:45:01) [GCC 11.2.0] on linux
 +Type "help", "copyright", "credits" or "license" for more information.
 +>>> import numba as nb
 +>>> import cudatoolkit as ct
 +Traceback (most recent call last):
 +  File "<stdin>", line 1, in <module>
 +ModuleNotFoundError: No module named 'cudatoolkit'
 +>>> 
 +
 +
 +  
 +</code>
 ===== OpenHPC Software ===== ===== OpenHPC Software =====
  
cluster/215.txt ยท Last modified: 2024/05/15 13:09 by hmeij07