RAPIDS: Difference between revisions

m
no edit summary
m (Adding a comment in the example execution script about the changes after RAPIDS v.2023.08 release.)
mNo edit summary
Line 143: Line 143:
#!/bin/bash
#!/bin/bash
source /opt/conda/etc/profile.d/conda.sh
source /opt/conda/etc/profile.d/conda.sh
conda activate rapids    # only needed if working with RAPIDS v.2023.06 or under  
conda activate rapids    # only needed if working with RAPIDS v.23.06 or under  
nvidia-smi  
nvidia-smi  
python /path/to/my_rapids_code.py  
python /path/to/my_rapids_code.py  
cc_staff
123

edits