...
Info |
---|
If you plan on running calculations on a desktop/workstation (e.g. a system not allocated by Slurm), then you'll need to log in there (make sure you use |
For Cluster/reserved nodes-only: to request an interactive session, use this command (for more information, see: Using Slurm)
...
Code Block |
---|
spack load -r relion@3.0_beta +cuda cuda_arch=60 purpose=desktop |
...
Launching the Relion GUI
Info |
---|
Note for Cluster/reserved nodes-only: This assumes you are already in an interactive session (as described in the previous section)–if not, request an interactive session! |
If you haven't already, load relion@3.0_beta
with this command:
...