How to start the RecoGUI
Short Version:
Terminal:
salloc --partition=all --nodes=1 –time=06:00:00
ssh max-bla123
module load anaconda
source activate ~/envs/tomopy
spyder&
Spyder:
Open RecoGUI,
(Right click on tab: "Set console working directory") (to be removed)
Green Arrow to start program
Long Version:
Login to max-nova: E.g. from browser https://max-nova.desy.de:3443/
Click on "Launch Session" and "XFCE" Icon

Open a Terminal, e.g. from the icon at the bottom of your desktop. You can also open it via right click → "Open Terminal here" directly on your desktop or from any folder.

Now you can allocate a node for yourself, so you will have enough memory and power for your reconstruction.
salloc --partition=all --nodes=1 --time=06:00:00
You will get a node for 6 hours, you can also choose longer or shorter times.
It can take some time before you get a node, then it will tell you which node is reserved for you. (Example: max-exfl069)
Now you can login via ssh on this node:
ssh max-exfl069
Enter your password.
EXAMPLE:

Now you are on a different node .
You can also start another terminal e.g. if you want to
And

