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:08]
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 26: Line 26:
 </code> </code>
  
-With everything above resolved, one can now search for relevant software that might be useful for their research...we will actually use an enhanced command in the conda suite called mamba which is significantly faster...+With everything above resolved, one can now search for relevant software that might be useful for their research... 
 +(*The following two commands should be done on a compute node as login nodes no longer have reliable access to the outside world.)
  
 <code> <code>
Line 32: Line 33:
 </code> </code>
  
-Once you find the package you wish to install, you would use the following example to perform the task: +Once you find the package you wish to install, you would use the following example to perform the following task:
 <code> <code>
 conda create -n <EnvName> <package name> conda create -n <EnvName> <package name>
 </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.1701450532.txt.gz · Last modified: 2023/12/01 17:08 by jpummil