Re: [OMPI users] segfault issue - possible bug in openmpi

2008-10-04 Thread Shafagh Jafer
Doug Reeder, Daniel is saying that the problem only occurs in openmpi when running more than 16 processes. So could that still be cause becasue openmpi does not support threads??!! --- On Fri, 10/3/08, Doug Reeder wrote: From: Doug Reeder Subject: Re: [OMPI users] segfault issue - possible b

[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] 1.2.2 to 1.2.7 differences.

2008-10-02 Thread Shafagh Jafer
nd install it) to keep them separate. You probably want to upgrade to gcc 3.x.x or 4.x.x and use module for that also). Doug Reeder On Oct 1, 2008, at 8:11 PM, Shafagh Jafer wrote: On our cluster we have RedHat Linux 7.3 Professional, and on the cluster specification it says the followi

Re: [OMPI users] 1.2.2 to 1.2.7 differences.

2008-10-02 Thread Shafagh Jafer
d it, build and install it) to keep them separate. You probably want to upgrade to gcc 3.x.x or 4.x.x and use module for that also). Doug Reeder On Oct 1, 2008, at 8:11 PM, Shafagh Jafer wrote: On our cluster we have RedHat Linux 7.3 Professional, and on the cluster specification it says the

[OMPI users] does openmpi run on RedHat Linux 7.3?

2008-10-01 Thread Shafagh Jafer
On our cluster we have RedHat Linux 7.3 Professional, and on the cluster specification it says the following: -The cluster should be able to run the follwoing software tools: gcc 2.96.x(or 2.95.x or 2.91.66) Bison 1.28 flex 2.5.4 mpich 1.2.5 So i am just wondering if my cluster is capab

Re: [OMPI users] 1.2.2 to 1.2.7 differences.

2008-10-01 Thread Shafagh Jafer
On our cluster we have RedHat Linux 7.3 Professional, and on the cluster specification it says the following: -The cluster should be able to run the follwoing software tools: gcc 2.96.x(or 2.95.x or 2.91.66) Bison 1.28 flex 2.5.4 mpich 1.2.5 So i am just wondering if my cluster is capable to run

[OMPI users] compile openmpi with a gcc that is not default gcc??

2008-09-27 Thread Shafagh Jafer
I have a simple question: My default gcc is 2.95.3, so I installed a newer version in my own home directory, it's gcc-3.4.4. Now I want to install openmpi and compile it with this new version. I dont know how to force it not to pick the default one. I want it to use the 3.4.4 version. Please let

[OMPI users] how to install openmpi with a specific gcc

2008-09-25 Thread Shafagh Jafer
Hi! on my system the default gcc is 2.95.3. For openmpi i have installed gcc-3.4.6 but i kept the default gcc to stay gcc-2.95.3. Now, how can I configure/install openmpi with gcc-3.4.6?what options should i give when configuring it so that it doesnt go and pick upt the dafault 2.95.3 ???

[OMPI users] which -lmpi is picked?

2008-09-25 Thread Shafagh Jafer
I have multiple MPIs so I want to know which -lmpi is picked up by the openmpi wrapper compilres? How can I find out the source path of libmpi.so ??

Re: [OMPI users] which gcc to compile openmpi with?

2008-09-24 Thread Shafagh Jafer
un happily with gcc 4.3.2. On Wed, 2008-09-24 at 08:36 -0700, Shafagh Jafer wrote: > which gcc is prefered to compile openmpi with?? gcc-2.95.3 or > gcc-3.2.3 ??? > > ___ > users mailing list > us...@open-mpi.org > http://www.ope

Re: [OMPI users] which gcc to compile openmpi with?

2008-09-24 Thread Shafagh Jafer
edu > (734)936-1985 > > > > On Sep 24, 2008, at 11:36 AM, Shafagh Jafer wrote: >> which gcc is prefered to compile openmpi with?? gcc-2.95.3 or >> gcc-3.2.3 ??? >> >> ___ &g

[OMPI users] which gcc to compile openmpi with?

2008-09-24 Thread Shafagh Jafer
which gcc is prefered to compile openmpi with?? gcc-2.95.3 or gcc-3.2.3 ???

Re: [OMPI users] where is mpif.h ?

2008-09-24 Thread Shafagh Jafer
: [OMPI users] where is mpif.h ? To: "Open MPI Users" List-Post: users@lists.open-mpi.org Date: Wednesday, September 24, 2008, 5:14 AM On Sep 24, 2008, at 12:15 AM, Shafagh Jafer wrote: > Ok now after i have made sure that my code acutally goes and > includes the mpi.h from openm

Re: [OMPI users] where is mpif.h ?

2008-09-24 Thread Shafagh Jafer
try I pointed to. ${includedir} is the default "include" directory that came in from running OMPI's configure (defaults to $prefix/include). Likewise for $ {libdir}; it's the "library" directory that came in from running OMPI's configure (defaults to $prefix/lib)

Re: [OMPI users] where is mpif.h ?

2008-09-23 Thread Shafagh Jafer
In mpic++_wrapper-data.txt what do the following statments mean and where do they exactly point to??   -- includedir=${includedir} libdir=${libdir} -- --- On Tue, 9/23/08, Jeff Squyres wrote: From: Jeff Squyres Subject: Re: [OMPI users] where is mpif.h ? To: "Open MPI Users" L

[OMPI users] where is mpif.h ?

2008-09-22 Thread Shafagh Jafer
Does openmpi have any "mpif.h" ?? if yes, where? in openmpi_dir/include ??!!

Re: [OMPI users] conflict among differenv MPIs

2008-09-22 Thread Shafagh Jafer
s and patience. I'll keep you updated! --- On Mon, 9/22/08, Jeff Squyres wrote: From: Jeff Squyres Subject: Re: [OMPI users] conflict among differenv MPIs To: "Open MPI Users" List-Post: users@lists.open-mpi.org Date: Monday, September 22, 2008, 11:28 AM On Sep 22, 2008, at 2:

Re: [OMPI users] conflict among differenv MPIs

2008-09-22 Thread Shafagh Jafer
.open-mpi.org Date: Monday, September 22, 2008, 10:33 AM On Sep 22, 2008, at 1:24 PM, Shafagh Jafer wrote: > I am confused now...should I use "/openmpi/mpic++ -E" or "/openmpi/ > mpic++" to compile my entire code?? mpic++. I was showing you the -E functionality so that y

Re: [OMPI users] conflict among differenv MPIs

2008-09-22 Thread Shafagh Jafer
I am confused now...should I use "/openmpi/mpic++ -E"  or "/openmpi/mpic++" to compile my entire code?? --- On Mon, 9/22/08, Jeff Squyres wrote: From: Jeff Squyres Subject: Re: [OMPI users] conflict among differenv MPIs To: "Open MPI Users" List-Post: users@lists.open-mpi.org Date: Monday, Se

Re: [OMPI users] conflict among differenv MPIs

2008-09-21 Thread Shafagh Jafer
works for me. Hope this helps. Cheers! On Sun, Sep 21, 2008 at 7:37 PM, Shafagh Jafer wrote: > I have both openmpi and MPICH on my cluster, the problem is that mpi.h of > MPICH is in /usr/local/include and I dont have permission to rename or > remove it from there. In my source code I

[OMPI users] conflict among differenv MPIs

2008-09-21 Thread Shafagh Jafer
I have both openmpi and MPICH on my cluster, the problem is that mpi.h of MPICH is in /usr/local/include and I dont have permission to rename or remove it from there. In my source code I am including the mpi.h of openmpi and this works fine, but then mpi.h itself includes mpicxx.h which it again

Re: [OMPI users] Segmentation Fault--libc.so.6(__libc_start_main...

2008-09-21 Thread Shafagh Jafer
of the one you used to compile. Aurelien Le 21 sept. 08 à 04:38, Shafagh Jafer a écrit : > > Ok. I noticed that whenever in my code, i use an MPI fucntion that has > "OMPI_DECLSPEC" in front of it in mpi.h , I get this segfault > error. Could some one please tell me

Re: [OMPI users] Segmentation Fault--libc.so.6(__libc_start_main...

2008-09-21 Thread Shafagh Jafer
tsize in mpi.h looks like the following:   int MPI_Comm_size(MPI_Comm, int *);   but the same function in OMPI apears as follows: OMPI_DECLSPEC int MPI_Comm_size(MPI_Comm comm, int *size); --- On Sat, 9/20/08, Shafagh Jafer wrote: From: Shafagh Jafer Subject: Re: [OMPI users] Segmentat

Re: [OMPI users] Segmentation Fault--libc.so.6(__libc_start_main...

2008-09-21 Thread Shafagh Jafer
e error to you and pretty print it but Open MPI is not the source of the bug. From the stack trace, I suggest you gdb debug the PhysicalGetID function. Aurelien Le 19 sept. 08 à 22:22, Shafagh Jafer a écrit : > Hi every one, > I need urgent help plz :-( > I am getting the following

[OMPI users] Migrating from MPICH-1.2.6 to OpenMPI-1.2.7

2008-09-21 Thread Shafagh Jafer
Hello, I want to know if I need to make any modifications to my source code to replace MPICH-1.2.6 with Openmpi-1.2.7?? I mean are the function interfaces exactly the same in both MPISH and OMPI?? please let me know. Thanks.

Re: [OMPI users] Segmentation Fault--libc.so.6(__libc_start_main...

2008-09-20 Thread Shafagh Jafer
debug the PhysicalGetID function. Aurelien Le 19 sept. 08 à 22:22, Shafagh Jafer a écrit : > Hi every one, > I need urgent help plz :-( > I am getting the following error when i run my program. OpenMPI > compilation was all fine and went well, but now i dont understand >

[OMPI users] Segmentation Fault--libc.so.6(__libc_start_main...

2008-09-19 Thread Shafagh Jafer
Hi every one, I need urgent help plz :-( I am getting the following error when i run my program. OpenMPI compilation was all fine and went well, but now i dont understand the source of this error: [node01:29264] *** Process received signal *** [nod

[OMPI users] Segmentation Fault--libc.so.6(__libc_start_main...

2008-09-19 Thread Shafagh Jafer
Hi every one, I need urgent help plz :-( I am getting the following error when i run my program. OpenMPI compilation was all fine and went well, but now i dont understand the source of this error: [node01:29264] *** Process received signal *** [node01:2

Re: [OMPI users] error while loading shared libraries: libmpi_cxx.so.0

2008-09-19 Thread Shafagh Jafer
http://www.open-mpi.org/faq/?category=running#adding-ompi-to-path http://www.open-mpi.org/faq/?category=running#mpirun-prefix On Sep 19, 2008, at 5:30 PM, Shafagh Jafer wrote: > I did the modifications you mentioned and I got it working. Now when > I use the mpirun to run an

[OMPI users] error while loading shared libraries: libmpi_cxx.so.0

2008-09-19 Thread Shafagh Jafer
-E" would be fine; if it's supposed to be the C++ compiler, then mpic++ (or mpiCC) would be fine. On Sep 18, 2008, at 1:46 AM, Shafagh Jafer wrote: > Thanks a lot. The problem i have is that i have installed > openmpi-1.2.7 and every thing went well and i tested hello_c

Re: [OMPI users] what is inside mpicc/mpic++

2008-09-19 Thread Shafagh Jafer
-E" would be fine; if it's supposed to be the C++ compiler, then mpic++ (or mpiCC) would be fine. On Sep 18, 2008, at 1:46 AM, Shafagh Jafer wrote: > Thanks a lot. The problem i have is that i have installed > openmpi-1.2.7 and every thing went well and i tested hello_c

Re: [OMPI users] what is inside mpicc/mpic++

2008-09-18 Thread Shafagh Jafer
NH2+]$ file /usr/local/bin/opal_wrapper /usr/local/bin/opal_wrapper: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for GNU/Linux 2.6.8, dynamically linked (uses shared libs), not stripped On Wed, 2008-09-17 at 22:31 -0700, Shafagh Jafer wrote: > I am trying to figure out

[OMPI users] what is inside mpicc/mpic++

2008-09-18 Thread Shafagh Jafer
I am trying to figure out a problem that i am stuck in :-( could anyone please tell me how their mpicc/mpic++ looks like? is there any thing readable inside these files?because mine look corrupted and are filled with unreadable charachters.Please let me know.

Re: [OMPI users] errors returned from openmpi-1.2.7 source code

2008-09-17 Thread Shafagh Jafer
his could be your problem). Those wrappers add all the compiler / linker flags that you need. On Sep 17, 2008, at 2:16 PM, Shafagh Jafer wrote: > The openmpi is installed in the following path: /opt/openmpi/1.2.7 > so should i replce what you told me about /usr/lib with /opt/openmp

Re: [OMPI users] errors returned from openmpi-1.2.7 source code

2008-09-17 Thread Shafagh Jafer
mpiCC is a synonym for the C++ compiler -- this could be your problem). Those wrappers add all the compiler / linker flags that you need. On Sep 17, 2008, at 2:16 PM, Shafagh Jafer wrote: > The openmpi is installed in the following path: /opt/openmpi/1.2.7 > so should i replce what

Re: [OMPI users] errors returned from openmpi-1.2.7 source code

2008-09-17 Thread Shafagh Jafer
notice: export CPP=mpic++ export CC=mpiCC I think you want "mpicc" for CC (note the lower case) -- mpiCC is the C ++ compiler (mpic++ and mpiCC are synonyms). This might solve your problem. On Sep 15, 2008, at 4:56 PM, Shafagh Jafer wrote: > i am sending you my simulator's

Re: [OMPI users] errors returned from openmpi-1.2.7 source code

2008-09-15 Thread Shafagh Jafer
ist-Post: users@lists.open-mpi.org Date: Monday, September 15, 2008, 11:21 AM On Sep 14, 2008, at 1:24 PM, Shafagh Jafer wrote: > I installed openmpi-1.2.7 and tested the hello_c and ring_c examples > on single and multiple node and worked fine. However, when I use > openmpi with my simulat

Re: [OMPI users] ompi_info command not working

2008-09-14 Thread Shafagh Jafer
r Open MPI bin directory listed in your PATH environment variable? See the FAQ: http://www.open-mpi.org/faq/?category=running#adding-ompi-to-path On Sun, Sep 14, 2008 at 6:15 AM, Shafagh Jafer wrote: > HI, > i installed openmpi-1.2.7 and ran the two examples ring_c and hello_c and > they

[OMPI users] errors returned from openmpi-1.2.7 source code

2008-09-14 Thread Shafagh Jafer
Hi, I installed openmpi-1.2.7 and tested the hello_c and ring_c examples on single and multiple node and worked fine. However, when I use openmpi with my simulator (by replacing the old mpich path with the new openmpi ) I get many errors reported from "/openMPI/openmpi-1.2.7/include/openmpi/omp

[OMPI users] ompi_info command not working

2008-09-14 Thread Shafagh Jafer
HI, i installed openmpi-1.2.7 and ran the two examples ring_c and hello_c and they worked fine. but i can not see any result when i issue the "ompi_info" command. Does this mean my openmpi is not configured right?? why do i get correct results from the examples then? Please help.