User Tools

Site Tools


conda

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
conda [2023/12/01 17:22]
jpummil
conda [2024/03/01 19:25] (current)
jpummil
Line 14: Line 14:
 <code> <code>
  
-$ module load python/anaconda-3.13+$ module load python/anaconda-3.14
  
 </code> </code>
Line 38: Line 38:
 </code> </code>
  
 +One may also use the following command to see what environments are already installed on Pinnacle and activate if suitable:
 +<code>
 +conda env list
 +</code>
  
 As most users will utilize their new software installs in conjunction with a SLURM job script, below is a quick example of how this process would be implemented: As most users will utilize their new software installs in conjunction with a SLURM job script, below is a quick example of how this process would be implemented:
Line 54: Line 58:
 export OMP_NUM_THREADS=32 export OMP_NUM_THREADS=32
  
-module load python/anaconda-3.13+module load python/anaconda-3.14doku.php?id=start
 conda activate <EnvName> conda activate <EnvName>
 </code> </code>
conda.1701451367.txt.gz ยท Last modified: 2023/12/01 17:22 by jpummil