Hi Shiquing,

OK I'll give this a try... however, I realized after some Google searching in 
the aftermath of my previous attempt to build on VS2008 that the file that I'm 
missing on that platform is shipped with VS2010.
So I suspect that building on VS2010 will go smoothly as you said. My problem 
is that my current effort is part of a much larger project that is being built 
on VS2008. On the one hand I don't want at all to shift that larger code base 
from VS2008 to VS2010 (and fight the numerous problems that always follow an 
upheaval of that sort); on the other hand I'm dubious about trying to build my 
parallel support library on VS2010 and the rest of the code  on VS2008.

Is there a way to do what I really want to do, which is build the openmpi 
source on VS2008?

Alan Nichols
AWR - STAAR
11520 N. Port Washington Rd.
Mequon, WI 53092
P: 1.262.240.0291 x 103
F: 1.262.240.0294
E: anich...@awrcorp.com<mailto:anich...@awrcorp.com>
http://www.awrcorp.com<http://www.awrcorp.com/>

From: Shiqing Fan [mailto:f...@hlrs.de]
Sent: Thursday, June 09, 2011 6:43 PM
To: Open MPI Users
Cc: Alan Nichols
Subject: Re: [OMPI users] Building OpenMPI v. 1.4.3 in VS2008


Hi Alan,

It looks like a problem of using a wrong generator in CMake GUI. I double 
tested a fresh new downloaded 1.4.3 on my win7 machine with VS2010, everything 
worked well.

Please check:
1.  a proper CMake generator is used.
2.  the CMAKE_BUILD_TYPE in CMake GUI and the build type in VS are both Release

If the error still happens, please provide me the file name and  line number 
where triggers the error when compiling it.

Regards,
Shiqing

On 2011-06-07 5:37 PM, Alan Nichols wrote:
Hello,

I'm currently trying to build OpenMPI v. 1.4.3 from source, in VS2008.  
Platform is Win7, SP1 installed ( I realize that this is possibly not an ideal 
approach as v. 1.5.3 has installers for Windows binaries.  However for 
compatibility with other programs I need to use v. 1.4.3 if at all possible;  
also as I have many other libraries build under VS2008, I need to use the 
VS2008 compiler if at all possible).

Following the README.WINDOWS file I found, I used CMake to build a Windows .sln 
file.  I accepted the default CMake settings, with the exception that I only 
created a Release build of OpenMPI.  Upon my first attempt to build the 
solution, I got an error about a missing file stdint.h.  I was able to fix this 
by including the stdint.h from VS2010.  However I now get new errors referencing

__attribute__((__always_inline__))

__asm__ __volatile__("": : :"memory")

These look to me like linux-specific problems -- is it even possible to do what 
I'm attempting, or are the code bases and compiler fundamentally at odds here?  
If it is possible can you explain where my error lies?

Thanks for your help,

Alan Nichols






_______________________________________________

users mailing list

us...@open-mpi.org<mailto:us...@open-mpi.org>

http://www.open-mpi.org/mailman/listinfo.cgi/users




--

---------------------------------------------------------------

Shiqing Fan

High Performance Computing Center Stuttgart (HLRS)

Tel: ++49(0)711-685-87234      Nobelstrasse 19

Fax: ++49(0)711-685-65832      70569 Stuttgart

http://www.hlrs.de/organization/people/shiqing-fan/

email: f...@hlrs.de<mailto:f...@hlrs.de>

Reply via email to