Hi, all: 
I need to design a task scheduler (not PBS job scheduler) on Open MPI cluster. 
I need to parallelize an algorithm so that a big problem is decomposed into 
small tasks, which can be distributed to other worker nodes by the Scheduler 
and after being solved, the results of these tasks are returned to the manager 
node with the Scheduler, which will distribute more tasks on the base of the 
collected results.  
I need to use C++ to design the scheduler. 
I have searched online and I cannot find any scheduler available for this 
purpose. 
Any help is appreciated. 
thanks 
Jack 
June 19  2010                                     
_________________________________________________________________
Hotmail has tools for the New Busy. Search, chat and e-mail from your inbox.
http://www.windowslive.com/campaign/thenewbusy?ocid=PID28326::T:WLMTAGL:ON:WL:en-US:WM_HMP:042010_1

Reply via email to