Re: [OMPI users] Perl and MPI

2006-09-16 Thread imran shaik
Hi George, That was an informative mail. Thanks. >Open MPI is MPI 2 compliant, therefore it support dynamic processes. >The is a FAQ on the web site on how to do it. Does it also mean that openMPI is tolearnt to process or node failures? Then in such a case what is the solution?? Rest

Re: [OMPI users] Perl and MPI

2006-09-15 Thread George Bosilca
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?? It's a difficult question if you expect an answer describing the deep internals of

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... cheers, --

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: >

Re: [OMPI users] Perl and MPI

2006-09-15 Thread Renato Golin
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... cheers, --renato

Re: [OMPI users] Perl and MPI

2006-09-15 Thread Prakash Velayutham
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: > Hi Prakash, > Do i need MPI runtime environment for sure to ue t

Re: [OMPI users] Perl and MPI

2006-09-15 Thread imran shaik
Hi Prakash, Do i need MPI runtime environment for sure to ue those perl modules?? Cant i use some other clustring software.? Where can i get MPI::Simple?? Imran >Hello, >My users use Parallel::MPI and MPI::Simple perl modules consistently >without issues. But I am not sure of the

Re: [OMPI users] Perl and MPI

2006-09-15 Thread Jeff Squyres
On 9/15/06 10:36 AM, "imran shaik" wrote: > Hi Renato, > thanks for your response. > 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?? SGE support will be included in Open MP

Re: [OMPI users] Perl and MPI

2006-09-15 Thread imran shaik
Hi Renato, thanks for your response. 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?? 2) Is it possible to check point and run MPI jobs? 3) Is it possible to add and remove pro

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 not C or C

Re: [OMPI users] Perl and MPI

2006-09-13 Thread Prakash Velayutham
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 not C or C++. So i >> thought of MPI, but i dont know whether it has perl support? >> > > Hi Imran, >

Re: [OMPI users] Perl and MPI

2006-09-13 Thread Jeff Squyres
SGE capabilities will be in the upcoming 1.2 release -- it is not included in any of the current stable releases. You can grab nightly snapshot tarballs from the trunk, but they are not guaranteed to be stable (they're the head of active development). On 9/13/06 11:03 AM, "Ralph H Castain" wrot

Re: [OMPI users] Perl and MPI

2006-09-13 Thread Ralph H Castain
I can't speak to the Perl bindings, but Open MPI's runtime already 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 G

Re: [OMPI users] Perl and MPI

2006-09-13 Thread Renato Golin
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 not C or C++. So i thought of MPI, but i dont know whether it has perl support? Hi Imran, SGE will dispatch process among the nodes of

[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