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:30]
hmeij07 [Miniconda3-py311]
cluster:215 [2023/08/22 20:26]
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 37: 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
 +lib cublas libcufft libcusparse libcusolver libcurand libcutensor
 +# general channel
 +cuda-thrust
      
 </code> </code>
cluster/215.txt · Last modified: 2024/05/15 13:09 by hmeij07