RAPIDS: Difference between revisions

Line 52: Line 52:
The shell prompt is then changed to:
The shell prompt is then changed to:
<!--T:8-->
<!--T:8-->
<source lang="console">  
<source lang="console">Singularity>  
Singularity>  
</source>
</source>


Inside the singularity shell initiate Conda and activate RAPIDS environment:
Inside the singularity shell initiate Conda and activate RAPIDS environment:
<!--T:9-->
<!--T:9-->
<source lang="console">  
<source lang="console">Singularity> source /opt/conda/etc/profile.d/conda.sh
Singularity> source /opt/conda/etc/profile.d/conda.sh
Singularity> conda activate rapids  
Singularity> conda activate rapids  
</source>
</source>
Line 65: Line 63:
The shell prompt in the rapids env is then changed to:
The shell prompt in the rapids env is then changed to:
<!--T:10-->
<!--T:10-->
<source lang="console">  
<source lang="console">(rapids) Singularity>  
(rapids) Singularity>  
</source>
</source>


cc_staff
123

edits