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/22 14:26]
hmeij07 [Miniconda3-py311]
cluster:215 [2023/08/22 20:27]
hmeij07 [Miniconda3-py311]
Line 9: Line 9:
   * module show miniconda3/py311 will show you file to source if functions are needed   * module show miniconda3/py311 will show you file to source if functions are needed
   * conda list will show you what is installed   * conda list will show you what is installed
 +  * cudatoolkit will not load, but I found CuPY which does load
 +    * https://docs.cupy.dev/en/stable/overview.html
 +    * installed correct version for esx96 and test/amber128 cuda version
  
 <code> <code>
Line 22: Line 25:
 Successfully installed cuda-python-12.2.0 cython-3.0.0 <- wrong version, backwards compatible? Successfully installed cuda-python-12.2.0 cython-3.0.0 <- wrong version, backwards compatible?
  
-conda install pands cudatools+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 # conda install numba
Line 35: Line 40:
 Type "help", "copyright", "credits" or "license" for more information. Type "help", "copyright", "credits" or "license" for more information.
 >>> import numba as nb >>> import numba as nb
 +>>> import cudatools as cl
 >>> import cudatoolkit as ct >>> import cudatoolkit as ct
 Traceback (most recent call last): Traceback (most recent call last):
   File "<stdin>", line 1, in <module>   File "<stdin>", line 1, in <module>
 ModuleNotFoundError: No module named 'cudatoolkit' ModuleNotFoundError: No module named 'cudatoolkit'
->>>  +>>> import cupy as cp 
 +>>>
  
 +# added from nvidia channel
 +libcublas libcufft libcusparse libcusolver libcurand libcutensor
 +# general channel
 +cuda-thrust
      
 </code> </code>
cluster/215.txt · Last modified: 2024/05/15 13:09 by hmeij07