Versions Compared

Key

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

...

After editing your ~/.bashrc, log out of curie.

...


...

Relion

...

Versions Installed

Log on to curie, with X11, and request an interactive node

...

Code Block
srun -n1 --pty --x11 --partition=cryo-cpu --mem=8G bash -l

Seeing which Relion versions available

To see what's available, use this command (for more information on spack command, see Spack):

...

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

Launching the GUI

After loading Relion with Spack. Change to the directory where you wish to keep your Relion files for a given project and execute this command:

...