RAPIDS: Difference between revisions

m
Adding a comment in the example execution script about the changes after RAPIDS v.2023.08 release.
No edit summary
m (Adding a comment in the example execution script about the changes after RAPIDS v.2023.08 release.)
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
conda activate rapids     # only needed if working with RAPIDS v.2023.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