 | | From: | Sumatra | | Subject: | Gang Scheduler over MPI | | Date: | 20 Jan 2005 17:34:29 -0800 |
|
|
 | I am developing a simulator for Gang Scheduler on a Beowulf linux cluster. I am planning to use MPI to communicate between a centralized scheduler and all the nodes, since MPI provides APIs for "scatter"ing and "gather"ing messages which can come very handy. But with MPI, the child process created using fork cannot be initialized so that the child runs an MPI application. Since the workload for the simulator is going to consist of MPI applications, I was wondering if MPI can be used to develop the simulator. If not, can you suggest a workaround?
|
|
 | | From: | Sidd | | Subject: | Re: Gang Scheduler over MPI | | Date: | 21 Jan 2005 04:08:25 -0800 |
|
|
 | I think* (and not sure) that the problem of initialization of child processes can be solved using threads rather being specific Posix Threads for more information you can visit comp.programming.threads. As fas as creating simulators over MPI , I think you can search for papers on www.sc-conference.org.
|
|