Re: [OMPI users] Perl and MPI

2006-09-16 Thread imran shaik
lution?? Restart the job ?? Thanks, Imran George Bosilca wrote: On Sep 15, 2006, at 10:36 AM, imran shaik wrote: > Can you elaborate on this.? > I have few doubts as well: > 1) OpenMPI runtime supports SGE?? Does it uses SGE instead of MPI > runtime when it finds SGE running??

Re: [OMPI users] Perl and MPI

2006-09-15 Thread imran shaik
Ok, thanks for the info Renato. Have a nice week end. Imran Renato Golin wrote: On 9/15/06, imran shaik wrote: > Where can i get MPI::Simple?? $ cpan cpan> install Parallel::MPI::Simple you can try other MPI implementations but I guess mpich is the only one that will work...

Re: [OMPI users] Perl and MPI

2006-09-15 Thread imran shaik
Thanks prakash. Cheers, Imran Prakash Velayutham wrote: AFAIK, both those modules work with MPI standard API and not others. The MPI::Simple I mentioned is actually Parallel::MPI::Simple. Both Parallel::MPI and Parallel::MPI::Simple are available from CPAN. Prakash imran shaik wrote

[OMPI users] MPI on large clusters

2006-09-15 Thread imran shaik
Hi folks, Is MPI suitable for running jobs on large clusters?? Is it best suited only for SMP ? I used MPI on relatively small cluster. But now i have to recommend MPI for a relatively large 600 node cluster. Shall I ?? The nature of jobs is well, processing tera bytes of data. Th

Re: [OMPI users] Perl and MPI

2006-09-15 Thread imran shaik
re of the support for MPI-2 standard with >either of these modules. Is there someone here that can answer that >question too? Also those modules seem to work only with MPICH now and >not the other MPI distributions. Prakash Velayutham wrote: Renato Golin wrote: > On 9/13/0

Re: [OMPI users] Perl and MPI

2006-09-15 Thread imran shaik
y supports SGE, so all you have to do is "mpirun" like usual and we take care of the rest. You may have to check your version of Open MPI as this capability was added in the more recent releases. Ralph On 9/13/06 8:52 AM, "Renato Golin" wrote: > On 9/13/06, imran shaik

Re: [OMPI users] Perl and MPI

2006-09-15 Thread imran shaik
Hi renato, thanks man! That was the detailed explanation. I got teh perl module too... Imran Renato Golin wrote: On 9/13/06, imran shaik wrote: > I need to run parallel jobs on a cluster typically of size 600 nodes and > running SGE, but the programmers are good at perl but no

[OMPI users] Perl and MPI

2006-09-13 Thread imran shaik
Hi, I am posting to this mailing list after a long time. How is our openMPI going? Folks, I have few queries. 1. Are there any perl bindings to (Open) MPI? 2. How difficult it would be to write a perl wrapper over existing MPI code.? 3. Can I work with MPI without MPI's runtime environ

Re: [OMPI users] Why does openMPI abort processes?

2006-06-13 Thread imran shaik
Hi brian, Thanks,..that helps~ Imran Brian Barrett wrote: On Sun, 2006-06-11 at 04:26 -0700, imran shaik wrote: > Hi, > I some times get this error message. > " 2 addtional processes aborted, possibly by openMPI" > > Some times 2 processes, sometimes even more.

Re: [OMPI users] Why does openMPI abort processes?

2006-06-13 Thread imran shaik
Hi brian, Thanks,..that helps~ Imran Brian Barrett wrote: On Sun, 2006-06-11 at 04:26 -0700, imran shaik wrote: > Hi, > I some times get this error message. > " 2 addtional processes aborted, possibly by openMPI" > > Some times 2 processes, sometimes even more.

[OMPI users] Why does openMPI abort processes?

2006-06-11 Thread imran shaik
Hi, I some times get this error message. " 2 addtional processes aborted, possibly by openMPI" Some times 2 processes, sometimes even more. Is it due to over load or program error? Why does openMPI actually abort few processes? Can anyone explain? Imran _

Re: [OMPI users] Few more questions

2006-06-02 Thread imran shaik
MPI does not have an equivalent of lamclean or lamwipe at this time. Sorry! - From: users-boun...@open-mpi.org [mailto:users-boun...@open-mpi.org] On Behalf Of imran shaik Sent: Wednesday, May 31, 2006 1:41 AM To: Open MPI Users Subject: Re: [OMPI users] Few more

Re: [OMPI users] Few more questions

2006-05-31 Thread imran shaik
rote: On May 26, 2006, at 11:31 PM, imran shaik wrote: > I have installed openMPI alpha 7 release. I created an MPI programs > with pthreads. I ran with just 6 process, each thread making MPI > calls concurrently with main thread. Things work fine . I use a TCP > network. &g

[OMPI users] mpirun hangs??

2006-05-27 Thread imran shaik
partially implemented and tested. - From: users-boun...@open-mpi.org [mailto:users-boun...@open-mpi.org] On Behalf Of imran shaik Sent: Friday, May 26, 2006 2:49 AM To: openMPI mailing list Subject: [OMPI users] Default configure options Hi,

Re: [OMPI users] Thread Safety

2006-05-27 Thread imran shaik
e using tcp or shared memory, fork() *might* work, but this is not something that we have extensively tested. - From: users-boun...@open-mpi.org [mailto:users-boun...@open-mpi.org] On Behalf Of imran shaik Sent: Friday, May 26, 2006 1:50 AM T

[OMPI users] Default configure options

2006-05-26 Thread imran shaik
Hi, I want to use phtreads with openmpi. Does it configure with pthreads enabled by default or what options do i need to mention? Thanks, Imran - Do you Yahoo!? Everyone is raving about the all-new Yahoo! Mail Beta.

[OMPI users] getting started with openMPI

2006-05-26 Thread imran shaik
Hi , I am a newbie of openMPI. I was running LAM/MPI. I was able to buld latest version of lam 7.1.2. I am using RedHat 9(shrike). Do i need additional libraries to build openMPI? Can i just build in a simple way as in LAM/MPI? Are there any equivalents of lamboot,lamclean, wipe, lamg

[OMPI users] Thread Safety

2006-05-26 Thread imran shaik
Hi, I am a newbie to OpenMPI. Can anyone say how the support for MPI_THREAD_MULTIPLE is implemented in openMPI? Is thread safety completely provided in openMPI? or does it still has some bugs? I am currently using LAM/MPI.But i need concurrent threads making MPI calls. So i am planning