User Tools

Site Tools


computing

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
computing [2025/12/19 15:16] admincomputing [2025/12/19 15:34] (current) admin
Line 61: Line 61:
 mpirun -np 192 pw.x -npool 8 -in < pwscf.in > pwscf.out mpirun -np 192 pw.x -npool 8 -in < pwscf.in > pwscf.out
 ``` ```
 +
 +
 +### Shared conda environments
 +
 +You can get access to the natively installed `conda` using:
 +
 +```
 +source /applis/environments/conda.sh
 +```
 +
 +then we store shared environments in `/bettik/uhrinm/camml/envs`, so for example you can access the shared `allegro` environment by using:
 +
 +```
 +conda activate /bettik/uhrinm/camml/envs/allegro
 +```
 +
 +be careful when `pip install`ing to make sure whatever you install does not conflict with what is already there, or you make break the environment for everyone else.
 +
  
 ## National resources ## National resources
computing.1766153776.txt.gz · Last modified: by admin