Re: [OMPI users] 1.2.2 to 1.2.7 differences.

2008-10-02 Thread Doug Reeder
t 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" Date: Wednesday, October 1, 2008, 8:58 PM Shafagh, You should be able to run whatever version of open-mpi you want. You just need to

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

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@

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

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

Re: [OMPI users] 1.2.2 to 1.2.7 differences.

2008-10-01 Thread Joe Griffin
MPI Users Subject: Re: [OMPI users] 1.2.2 to 1.2.7 differences. Joe -- AFAIK, we didn't change anything with regards to OPAL_PREFIX in the 1.2 series. Here's my tests on a 1.2.7 installation: - [17:34] svbu-mpi:/home/jsquyres/openmpi-1.2.7 % head config.log This file contains an

Re: [OMPI users] 1.2.2 to 1.2.7 differences.

2008-10-01 Thread Jeff Squyres
Joe -- AFAIK, we didn't change anything with regards to OPAL_PREFIX in the 1.2 series. Here's my tests on a 1.2.7 installation: - [17:34] svbu-mpi:/home/jsquyres/openmpi-1.2.7 % head config.log This file contains any messages produced by compilers while running configure, to aid debugging

[OMPI users] 1.2.2 to 1.2.7 differences.

2008-09-30 Thread Joe Griffin
Hello All, My OpenMPI 1.2.2 version works fine. I think OPAL_PREFIX has changed. I install from RPM with --prefix. When I run with 1.2.7 I get the error: [em64t6:23450] [NO-NAME] ORTE_ERROR_LOG: Not found in file runtime/orte_init_stage1.c at line 182 ---