Re: [OMPI devel] multiple GigE interfaces...

2008-06-29 Thread Muhammad Atif
as OMPI sits there waiting for me to kill the job. Best Regards, Muhammad Atif PS: I think I did a terrible job in explaining the scenario again :) - Original Message From: Adrian Knoth To: Open MPI Developers Sent: Monday, June 23, 2008 10:15:53 PM Subject: Re: [OMPI devel] multiple

[OMPI devel] multiple GigE interfaces...

2008-06-18 Thread Muhammad Atif
n) and for communication outside the physical machine (i.e. to other Xen hosts) we want to use eth1. Is 'route add' the only way again? I will ask Xensocket BTL related questions later :) Best Regards and thanks in advance, Muhammad Atif PS: Sorry if you receive multiple messages.

[OMPI devel] OpenMPI multiple ethernet questions ...

2008-06-18 Thread Muhammad Atif
th2 (which is virtualized but optimized for intra-domain communication) and for communication outside the physical machine (i.e. to other Xen hosts) we want to use eth1. Is 'route add' the only way again? I will ask Xensocket BTL related questions later :) Best Regards and thanks

Re: [OMPI devel] limit tcp fragment size?

2008-04-01 Thread Muhammad Atif
. I am missing something? One side question, I cannot find documentation for the mca parameter btl_tcp_frag. I am currently using openmpi version 1.2.2. Best Regards, Muhammad Atif - Original Message From: George Bosilca To: Open MPI Developers Sent: Tuesday, April 1, 2008 1:31:46 AM

[OMPI devel] limit tcp fragment size?

2008-03-31 Thread Muhammad Atif
ts of lenght 64K ? Thanks in advance. Best Regards, Muhammad Atif Like movies? Here's a limited-time offer: Blockbuster Total Access for one month at no cost. http://tc.deals.yahoo.com/tc/b

Re: [OMPI devel] running Open-MPI on two PCs

2008-03-30 Thread Muhammad Atif
Hi Welcome to OpenMPI. Although I am yet to become an authority in the world of openMPI, I will give you pointers to start. I assume that you plan to submit the jobs without any scheduler (e.g Maui/torque combination and stuff) and running the jobs simply by such a command "mpirun -np 2 -host no

Re: [OMPI devel] xensocket btl and migration

2008-03-19 Thread Muhammad Atif
. Xensockets initially were non-blocking send/recv, and did not have the necessary code for supporting epoll/select. We had to add the necessary code in the module so i am quite sure that they will work with the new opal/libevent. Best Regards, Muhammad Atif - Original Message From: Josh

[OMPI devel] xensocket btl and migration

2008-03-09 Thread Muhammad Atif
happening. Basically, I am looking for a place where tcp btl recv is getting called with all the goodies and parameters which were passed by the MPI programmer. I hope I have made my question understandable. Best Regards, Muhammad Atif - Original Message From: Brian W. Barrett To: Open MPI

Re: [OMPI devel] xensocket - callbacks through OPAL/libevent

2008-02-07 Thread Muhammad Atif
Thanks Seems, adding the callback magic is better option. Will bug u guys in near future after some research on the issue. Best Regards, Muhammad Atif - Original Message From: Brian W. Barrett To: Open MPI Developers Sent: Wednesday, February 6, 2008 2:57:31 AM Subject: Re

[OMPI devel] xensocket - callbacks through OPAL/libevent

2008-02-04 Thread Muhammad Atif
Dear Developers I am back.. This time i am actually facing a problem. I should have send the problem to eventlib mailing list first, but I thought your guys must be more current with what I am doing, so i tried this list first. I am trying to port xensockets to openmpi. In principle, I have the

Re: [OMPI devel] btl tcp port to xensocket

2008-01-21 Thread Muhammad Atif
pointed by you. I didnt go into the detail, but i think I must have had corrupted the code somewhere. The fresh tar, configure and make all install did the trick. Best Regards, Muhammad Atif - Original Message From: Jeff Squyres To: Open MPI Developers Sent: Saturday, January 19, 2008 11

Re: [OMPI devel] btl tcp port to xensocket

2008-01-17 Thread Muhammad Atif
/** To: Open MPI Developers Sent: Friday, January 18, 2008 1:42:41 AM Subject: Re: [OMPI devel] btl tcp port to xensocket On Jan 15, 2008, at 6:07 PM, Muhammad Atif wrote: > Just for reference, I am trying to port btl/tcp to xensockets. Now > if i want to do modex send/recv , to m

Re: [OMPI devel] btl tcp port to ...

2008-01-17 Thread Muhammad Atif
the addrs array and increase xfer_size afterwards (telling the function how many bytes to be transferred)." Where exactly are we increasing the size? Best Regards, Muhammad Atif - Original Message From: Adrian Knoth To: Open MPI Developers Sent: Thursday, January 17, 2008 11:43

Re: [OMPI devel] btl tcp port to xensocket

2008-01-15 Thread Muhammad Atif
: Re: [OMPI devel] btl tcp port to xensocket On Jan 10, 2008, at 8:40 PM, Muhammad Atif wrote: > Hi, > Thanks for such a detailed reply. You are right, we have partitioned > (normalized) our system with Xen and have seen that virtualization > overhead is not that great (for some

Re: [OMPI devel] btl tcp port to xensocket

2008-01-10 Thread Muhammad Atif
ugger in the list. - Original Message From: Adrian Knoth To: Open MPI Developers Sent: Thursday, January 10, 2008 1:24:01 AM Subject: Re: [OMPI devel] btl tcp port to xensocket On Tue, Jan 08, 2008 at 10:51:45PM -0800, Muhammad Atif wrote: > I am planning to port tcp comp

[OMPI devel] btl tcp port to xensocket

2008-01-09 Thread Muhammad Atif
Dear Developers I am planning to port tcp component to xensocket, which is a fast interdomain communication mechanism for guest domains in Xen. I may add that Xensocket is one way socket and I must admit before writing further that I am totally new to OpenMPI or any other mpi implementation for