layout: page
title: “LUC ITS Cluster”
permalink: /luc_cluster
—
LUC Computational Resources
(Campus or VPN network required)
Students users need
- accounts set up on the server(s)
- to gain authorization from ITS, even though they are on campus
3. Let a job run in the background
- After you SSH into the server, just run
screen
. That will take you into a background terminal/session, where one can run a process (without finishing).
- Then to disconnect, press/type
CTRL+A+D
. That will disconnect you from the current session, but everything still run.
- To connect back into the sessions, type
screen -r
. If you have multiple sessions, then when you type in screen -r
, you will see the list of them. In that case you can type in screen -r <PID Number>
to connect.
- Type
exit
to quit the current session.
4.