Using Paramiko to submit job on SGE

Arshi Syed syedarshi at gmail.com
Mon Oct 17 07:57:45 EDT 2022


Hi All,

I am trying to run a script-1 on a Linux server using a Paramiko ssh connection and this script-1 calls script-2 which ultimately submits a job using a qsub command, job starts on SGE and I can see it through qstat but everything stops as soon as the script-1 stops. It seems the SSH session is getting closed after script-1 execution.

Could any one of you help me in resolving this issue?

Thanks,

SAUZ


More information about the Python-list mailing list