Table of Contents | ||
---|---|---|
|
...
srun -n1 --pty --x11 --partition=cryo-cpu --mem=8G
bash
-l
Relion versions available
...
Which version of Relion you use (2.0.3, 2.1, or 3.0_beta) is more of a scientific question than technical one; however, in general, most users seem to be using 3.0_beta, unless they have legacy projects that were started with an older version (consult with PI if you have questions about this).
After the specific version of Relion is selected, selecting for the other installation parameters is straightforward:
To run relion3.0_beta on the cluster (or reserved nodes) with GPUs (P100s):
Code Block |
---|
spack load -r relion@3.0_beta+cuda purpose=cluster cuda_arch=60 |
To run relion3.0_beta on the cluster (or reserved nodes) with GPUs (V100s):
Code Block |
---|
spack load -r relion@3.0_beta+cuda purpose=cluster cuda_arch=70 |
To load Relion 3 beta the cluster (or reserved nodes) on CPU-only nodes (i.e. no GPUs):
Code Block |
---|
spack load -r relion@3.0_beta~cuda purpose=cluster |
To run relion3.0_beta on a desktop/workstation with GPUs (P100s):
Code Block |
---|
spack load -r relion@3.0_beta +cuda cuda_arch=60 purpose=desktop |
Related articles
Filter by label (Content by label) | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...