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 ... (cont.)

2010-01-25 Thread Shiqing Fan
Subject: Re: [OMPI users] Windows CMake build problems ... (cont.) From: Shiqing Fan Date: Mon, January 25, 2010 2:09 am To: cjohn...@valverdecomputing.com Cc: Open MPI Users Hi Charlie, Actually, to compile and link your application with Open MPI on Windows is similar as on Linux

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

2010-01-25 Thread Jeff Squyres
Should this kind of info be added to README.windows? On Jan 25, 2010, at 4:34 AM, wrote: > Thanks, that second part about the wrappers was what I was looking for. > > Charlie ... > > Original Message ---- > Subject: Re: [OMPI users] Windows CMake build

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

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

2010-01-25 Thread Shiqing Fan
side from rigging up something through CMake, cygwin, minGW, or MS SFU)? Charlie ... Original Message Subject: Re: [OMPI users] Windows CMake build problems ... (cont.) From: Shiqing Fan Date: Fri, January 15, 2010 2:56 am To: cjohn...@valverdecomputing.com

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

2010-01-25 Thread cjohnson
oject I created.   No good.   How does one do this (aside from rigging up something through CMake, cygwin, minGW, or MS SFU)?   Charlie ...   Original Message --------Subject: Re: [OMPI users] Windows CMake build problems ... (cont.)From: Shiqing Fan Date: Fri, January 15, 2010 2

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

2010-01-15 Thread Shiqing Fan
or C2059: syntax error : ',' 11>param.cc 11>output.cc 11>ompi_info.cc 11>components.cc 11>Generating Code... 11>Build log was saved at "file://c:\prog\mon\ompi\tools\ompi_info\ompi_info.dir\Debug\BuildLog.htm" 11>ompi_info - 3 error(s), 0 warning(s)

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

2010-01-15 Thread cjohnson
ror : ','11>param.cc11>output.cc11>ompi_info.cc11>components.cc11>Generating Code...11>Build log was saved at "file://c:\prog\mon\ompi\tools\ompi_info\ompi_info.dir\Debug\BuildLog.htm"11>ompi_info - 3 error(s), 0 warning(s)Thank you Shiqing !Charlie

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

2010-01-14 Thread Shiqing Fan
Hi Charlie, The problem turns out to be the different behavior of one CMake macro in different version of CMake. And it's fixed in Open MPI trunk with r22405. I also created a ticket to move the fix over to 1.4 branch, see #2169: https://svn.open-mpi.org/trac/ompi/ticket/2169 . So you could

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

2010-01-14 Thread Shiqing Fan
Hi Charlie, Could you also try to use CMake 2.6.4 and see what happens? I found there might be some incompatibility between CMake 2.8 and 2.6 series. Thanks, Shiqing cjohn...@valverdecomputing.com wrote: The OpenMPI build problem I'm having occurs in both OpenMPI 1.4 and 1.3.4. I am on a

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

2010-01-14 Thread Shiqing Fan
Hi Charlie, It seems that the dependencies among the projects are corrupted. Don't know how this could happen, CMake build system should set them automatically. Take the opal-restart as an example, if you right click on that project, and select "Project Dependencies", you will see a list of