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
Next revision Both sides next revision
conda [2023/12/01 17:08]
jpummil
conda [2023/12/01 17:25]
jpummil
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:
conda.txt · Last modified: 2024/04/30 11:54 by jpummil