Hey Guys I am wondering if I can execute/run python functions through multiprocessing package on a grid/cluster rather than on the same local machine. It will help me create 100's of jobs on which same function has to be used and farm them out to our local cluster through DRMAA. I am not sure if this is possible or makes sense to do with child processes/forks.
Any example or advice would be helpful. Thanks! -Abhi
-- http://mail.python.org/mailman/listinfo/python-list