I normally have to log into to a cluster and switch to a node / user:
ssh root@domain
ssh n001
su - user
and then I am able to run from a particular directory and debug my code. I would like to use Eclipse PyDev (locally) to run/debug my code on the cluster (seems it would be much more useful then using IPython.embed() everywhere.)
I've searched on stackoverflow and haven't found an answer I can follow easily. Any help is greatly appreciated.
Thanks, J.