How to connect my machine with CERN operating systems

Dear all,

I want to run multiple data jobs which requires a lot of time to run. I want to connect my macgine with the CERN operating systems so that my data will run undisturbed by the network issues.
I am using the following commands but when I shut down my laptop, it will stop processing.

root -l script.cc >&log&

screen
cmsenv
root -l script.cc

Kindly help me to do this.

Cheers,
Nab

ssh into lxplus, note the exact machine you logged into, then use ‘screen’ (see ‘man screen’).

lxbatch is what you are supposed to use for long running, ressources hungry, jobs.

see:

hth,
-s

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.