Closed RobertTLange closed 3 years ago
Addresses #16 and creates a screen session. Afterwards, the mle run command is piped and the console output forwarded to the local machine. Finally, one can reattach simply by sshing into the cluster and with a simple screen -rconfig_name`.
screen
mle run
screen -r
Addresses #16 and creates a
screen
session. Afterwards, themle run
command is piped and the console output forwarded to the local machine. Finally, one can reattach simply by sshing into the cluster and with a simplescreen -r
config_name`.