Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
spack load -r  relion@3.0_beta +cuda cuda_arch=60 purpose=desktop


...

Launching the Relion GUI

Cluster-only: If you haven't already, load relion@3.0_beta with this command. After loading Relion with Spack. Change :

Code Block
spack load -r relion@3.0_beta~cuda purpose=cluster


Info

This is the command you want if you wish to launch the Relion GUI–don't worry that this version doesn't use GPUs. The GUI is simply used for creating the job and either submitting it directly to Slurm, or writing out a submission script. This Relion installation is only for running the GUI or for running jobs on CPU-only nodes.


Info

If you are running the GUI on a desktop/workstation, load the appropriate version of Relion, as described in the previous section.


Next, change to the directory where you wish to keep your Relion files for a given project and execute this command:

...