Hi, thank you very much for your help.
What is the meaning of " must find a system so that every task can be
serialized in the same form." What is the meaning of "serize " ?
I have no experience of programming with python and XML.
I have studied your blog.
Where can I find a simple example to
Thanks for your reply.
My task scheduler is application program level not OS level.
PBS is to ask OS to do the job scheduling.
My scheduler needs to be called by any C++ program to out tasks in to the
scheduler and then distribute tasks to worker nodes.
After the tasks are done, the manager nod
On Jun 20, 2010, at 1:49 PM, Jack Bryan wrote:
Hi, all:
I need to design a task scheduler (not PBS job scheduler) on Open MPI cluster.
Quick question - why *not* PBS?
Using shell scripts with the Job Array and Dependent Jobs features of PBS Pro
(not sure about Maui/Torque nor SGE) you can imp
2010/6/20 Jack Bryan :
> Hi, Matthieu:
> Thanks for your help.
> Most of your ideas show that what I want to do.
> My scheduler should be able to be called from any C++ program, which can
> put
> a list of tasks to the scheduler and then the scheduler distributes the
> tasks to other client nodes.
Hi, Matthieu:
Thanks for your help.
Most of your ideas show that what I want to do.
My scheduler should be able to be called from any C++ program, which can put a
list of tasks to the scheduler and then the scheduler distributes the tasks to
other client nodes.
It may work like in this way:
Hi Jack,
What you are seeking is the client/server pattern. Have one node act
as a server. It will create a list of tasks or even a graph of tasks
if you have dependencies, and then create clients that will connect to
the server with an RPC protocol (I've done this with a SOAP+TCP
protocol, the se
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 ar
Hello,
i found no solution for this until yet.
Is there anyone who has a running ompi-server.exe on Windows XP?
If so, it would be great to tell me what i can do, to make ompi-server-exe
running properly on WinXP.
Stephan
2010/6/16 Stephan Hackstedt
> Hello,
>
> i am using Open-MPI on a WinXP