Hi,
I am Pooja working with chaitali on this project.
The idea behind this is while running a parallelized code ,if a huge
chunks of serial computation is encountered at that time underlying
network infrastructure can be used for some other data transfer.
This increases the network utilization.
But this (non Mpi) data transfer should not keep Mpi calls blocking.
So we need to give them priorities.
Also we are trying to predict a behavior of the code (like if there are
more MPi calls coming with short interval or if they are coming after
large interval ) based on previous calls.
As a result we can make this mechanism more efficient.

Thanks and regards
Pooja




> On Sun, Apr 15, 2007 at 10:25:06PM -0400, chaitali dherange wrote:
>
>>    schedule MPI and non MPI calls... giving more priority to the MPI
>> calls
>>    over the non
>>    MPI ones.
>
> What is the idea behind this and what advantages are expected?
>
>
> Christian Leber
>
> --
> http://rettetdieti.vde-uni-mannheim.de/
>
> _______________________________________________
> devel mailing list
> de...@open-mpi.org
> http://www.open-mpi.org/mailman/listinfo.cgi/devel
>

Reply via email to