Tagged Questions
6
votes
3answers
606 views
How to tell process id within Python
I am working with a cluster system over linux (www.mosix.org) that allows me to run jobs and have the system run them on different computers. Jobs are run like so:
mosrun ls &
This will ...