[OMPI users] does openmpi have C++ bindings?

2008-10-02 Thread Shafagh Jafer
Does openmpi have C++ bindings? or I need to install this package?if yes from where and how? Thanks.

[OMPI users] mpi2c++ map?

2008-10-02 Thread Shafagh Jafer
Hi In MPICH there is mpi2c++_map that takes care of mapping mpi onto C++. Is there similar thing in openmpi?? should there be any?? because i am getting errors regarding STL_map.

Re: [OMPI users] How to get started?

2008-10-02 Thread Gus Correa
Hi Anugraha Sankaranarayananand list Most likely your default mpicc is not the OpenMPI one that you want to use. Linux distributions and many commercial compilers come with a variety of versions of MPI, which may take precedence in your path. This confusion happens all the time. I suggest you u

Re: [OMPI users] openmpi+sge

2008-10-02 Thread Rolf Vandevaart
On 10/02/08 11:18, Reuti wrote: Am 02.10.2008 um 16:51 schrieb Jaime Perea: Hi builtin, do I have to change them to ssh and sshd as in sge 6.1? I always used only rsh, as ssh doesn't provide a Tight Integration with correct accounting (unless you compiled SGE with -tigth-ssh on your own).

Re: [OMPI users] openmpi+sge

2008-10-02 Thread Jaime Perea
Hi Well, let's try, I downloaded binaries for the sge, I was thinking on rsh, I'm going to try it after the old ssh/sshd settings and before than trying to compile the sge... which I guess is not an easy task. Regards -- Jaime Perea El Jueves, 2 de Octubre de 2008, Reuti escribió: > Am 02.1

Re: [OMPI users] openmpi+sge

2008-10-02 Thread Reuti
Am 02.10.2008 um 16:51 schrieb Jaime Perea: Hi builtin, do I have to change them to ssh and sshd as in sge 6.1? I always used only rsh, as ssh doesn't provide a Tight Integration with correct accounting (unless you compiled SGE with -tigth-ssh on your own). But it would be worth a try w

Re: [OMPI users] openmpi+sge

2008-10-02 Thread Jaime Perea
Hi builtin, do I have to change them to ssh and sshd as in sge 6.1? Thanks again -- Jaime Perea El Jueves, 2 de Octubre de 2008, Reuti escribió: > Am 02.10.2008 um 16:12 schrieb Jaime Perea: > > Hi again, thanks for the answer > > > > Actually I took the definition of the pe from the openmpi >

Re: [OMPI users] openmpi+sge

2008-10-02 Thread Reuti
Am 02.10.2008 um 16:12 schrieb Jaime Perea: Hi again, thanks for the answer Actually I took the definition of the pe from the openmpi webpage, in my case qconf -sp orte pe_nameorte slots 24 user_lists NONE xuser_listsNONE start_proc_args/bin/true st

Re: [OMPI users] openmpi+sge

2008-10-02 Thread Jaime Perea
Hi again, thanks for the answer Actually I took the definition of the pe from the openmpi webpage, in my case qconf -sp orte pe_nameorte slots 24 user_lists NONE xuser_listsNONE start_proc_args/bin/true stop_proc_args /bin/true allocation_rule

Re: [OMPI users] openmpi+sge

2008-10-02 Thread Reuti
Hi, Am 02.10.2008 um 15:37 schrieb Jaime Perea: Hello, I am having some problems with a combination of openmpi+sge6.2 Currently I'm working with the 1.3a1r19666 openmpi release and the AFAIK, you have to enable SGE support in Open MPI 1.3 during its compilation. myrinet gm libraries (2

[OMPI users] openmpi+sge

2008-10-02 Thread Jaime Perea
Hello, I am having some problems with a combination of openmpi+sge6.2 Currently I'm working with the 1.3a1r19666 openmpi release and the myrinet gm libraries (2.1.19) but the problem was the same with the prior 1.3 version. In short, I'm able to send jobs to a que via qrsh, more or less this wa

Re: [OMPI users] How to get started?

2008-10-02 Thread jody
It's difficult to tell what is going on without seeing the source code, but the error message seems to indicate that you wrote #include "ompi.h" instead of #include "mpi.h" Jody On Thu, Oct 2, 2008 at 9:07 AM, Anugraha Sankaranarayanan wrote: >>Thank you, everyone.I have successfully install

Re: [OMPI users] How to get started?

2008-10-02 Thread Anugraha Sankaranarayanan
>Thank you, everyone.I have successfully installed the openmpi pkg in >my ubuntu hardy heron for gcc( HP Compaq Dual-core notebook) following >the instructions in the FAQ page.I still need to install the >libopenmpi-dev header file pkg.Will come back after doing that. >Anugraha.S I've installed t

Re: [OMPI users] 1.2.2 to 1.2.7 differences.

2008-10-02 Thread Doug Reeder
Shafagh, You should be able to google modules. it should take you to http:// modules.sourceforge.net. That is where the software is. Doug On Oct 1, 2008, at 9:32 PM, Shafagh Jafer wrote: could you please be specific on what I should google? please give me the keywords. I couldn't hit the ta

Re: [OMPI users] 1.2.2 to 1.2.7 differences.

2008-10-02 Thread Shafagh Jafer
could you please be specific on what I should google? please give me the keywords. I couldn't hit the target:< --- On Wed, 10/1/08, Doug Reeder wrote: From: Doug Reeder Subject: Re: [OMPI users] 1.2.2 to 1.2.7 differences. To: "Open MPI Users" List-Post: users@lists.open-mpi.org Date: Wednesd

Re: [OMPI users] 1.2.2 to 1.2.7 differences.

2008-10-02 Thread Shafagh Jafer
Thanks for your reply. Actually, my simulator source code only compiles with gcc 2.95.3 and thus I cant upgrade to newer gcc. --- On Wed, 10/1/08, Doug Reeder wrote: From: Doug Reeder Subject: Re: [OMPI users] 1.2.2 to 1.2.7 differences. To: "Open MPI Users" List-Post: users@lists.open-mpi.or

Re: [OMPI users] 1.2.2 to 1.2.7 differences.

2008-10-02 Thread Doug Reeder
Shafagh, You should be able to run whatever version of open-mpi you want. You just need to make sure that in the build and run steps that you don't mix the two. I have had good results using modules (you can google it, download it, build and install it) to keep them separate. You probably