[OMPI users] Windows CMake build problems ...

2010-01-12 Thread cjohnson
The OpenMPI build problem I'm having occurs in both OpenMPI 1.4 and 1.3.4.I am on a Windows 7 (US) Enterprise (x86) OS on an HP system with Intel core 2 extreme x9000 (4GB RAM), using the 2005 Visual Studio for S/W Architects (release 8.0.50727.867). [That release has everything the platform SDK wo

[OMPI users] Windows CMake build problems ... (cont.)

2010-01-14 Thread cjohnson
The OpenMPI build problem I'm having occurs in both OpenMPI 1.4 and 1.3.4.I am on a Windows 7 (US) Enterprise (x86) OS on an HP system with Intel core 2 extreme x9000 (4GB RAM), using the 2005 Visual Studio for S/W Architects (release 8.0.50727.867).[That release has everything the platform SDK wou

Re: [OMPI users] Windows CMake build problems ... (cont.)

2010-01-15 Thread cjohnson
Yes that was it.A much improved result now from CMake 2.6.4, no errors from compiling openmpi-1.4:1>libopen-pal - 0 error(s), 9 warning(s)2>libopen-rte - 0 error(s), 7 warning(s)3>opal-restart - 0 error(s), 0 warning(s)4>opal-wrapper - 0 error(s), 0 warning(s)5>libmpi - 0 error(s), 42 warning(s)6>o

Re: [OMPI users] Windows CMake build problems ... (cont.)

2010-01-25 Thread cjohnson
OK, so I'm a little farther on and perplexed.   As I said, Visual C++ 2005 (release 8.0.50727.867) build of OpenMPI 1.4, using CMake 2.6.4, built everything and it all linked.   Went ahead and built the PACKAGE item in the OpenMPI.sln project, which made a zip file and an installer (although it was

Re: [OMPI users] Windows CMake build problems ... (cont.)

2010-01-25 Thread cjohnson
Thanks, that second part about the wrappers was what I was looking for.   Charlie ...    Original Message Subject: Re: [OMPI users] Windows CMake build problems ... (cont.)From: Shiqing Fan Date: Mon, January 25, 2010 2:09 amTo: cjohn...@valverdecomputing.comCc: Open MPI Users Hi

[OMPI users] Windows CMake build problems ...

2010-01-26 Thread cjohnson
The mpicc, mpic++ and mpicxx apparently don't work, even though the rest of the wrapper commands do:C:\prog\mon\examples>ompi_info Package: Open MPI Charles Johnson@WORK Distribution    Open MPI: 1.4   Open MPI SVN revision: r22285   Open MPI release date: Dec 08, 2009  

Re: [OMPI users] Windows CMake build problems ... (cont.)

2010-01-26 Thread cjohnson
Oh, and here's the directory that was built from the OpenMPI build:C:\Program Files\OpenMPI_v1.4-win32\bin>dir Volume in drive C is Work Volume Serial Number is 6A2D-3CBC Directory of C:\Program Files\OpenMPI_v1.4-win32\bin01/24/2010  05:14 AM      .01/24/2010  05:14 AM      ..01/24

Re: [OMPI users] Windows CMake build problems ...

2010-01-26 Thread cjohnson
Yeah, that was it. Thanks.Charlie ... Original Message Subject: Re: [OMPI users] Windows CMake build problems ... From: Shiqing Fan List-Post: users@lists.open-mpi.org Date: Tue, January 26, 2010 1:57 am To: cjohn...@valverdecomputing.com Cc: Open MPI Users Hi Charlie , Did

Re: [OMPI users] Windows CMake build problems ...

2010-01-26 Thread cjohnson
Was able to build and run all the c examples from the tutorial at However, none of the extended or simple c++ examples work, they all die with the same link error.For instance: mpi_gather.cc__#include #include

[OMPI users] Windows: problems running on a second system.

2010-03-14 Thread cjohnson
Finally got a second development system procured and up and running.Got things working pretty wellon one node, installed on the second and things work there.This may be a similar problem to Charles Shuller's a month ago, maybe not. Tried to launch a program from node work on node work2:C:\prog\mon\

[OMPI users] Windows: problems running on a second system. 2nd try.

2010-03-14 Thread cjohnson
For some reason the OpenMPI content filter tossed this message, so I'm sending it again:___Finally got a second development system procured and up and running.Got things working pretty well on one node, installed on the second and things work

Re: [OMPI users] Windows: problems running on a second system.

2010-03-16 Thread cjohnson
I went and did this in every conceivable combination of ways. I did the DCOMCNFG thing with both the launch and the remote access permissions, granting my local logon on each node everything. Then I did the namespaces with wmimgmt.msc, first on every object in both the CIMV2 (which had ms_409 and A

Re: [OMPI users] Windows: problems running on a second system.

2010-03-16 Thread cjohnson
No, I granted everything, clicked all the boxes.In DCOMCNFG.exe, got to the COM Security tab, there are two "edit limits" sections, for Access Permissions and for Launch and Activation Permissions. I added myself as a user in both, and granted all 2 permissions in the first, and all 4 permissions i

Re: [OMPI users] Windows: problems running on a second system.

2010-03-16 Thread cjohnson
Like I said initially, these are two Windows 7 boxes. Could that be a difference?Charlie ... Original Message Subject: Re: [OMPI users] Windows: problems running on a second system. From: Shiqing Fan List-Post: users@lists.open-mpi.org Date: Tue, March 16, 2010 5:52 am To: cjoh