Re: [OMPI users] Windows: msv*.dll files presence in Release build

2011-07-05 Thread Shiqing Fan
Hi Hiral, They are dependent libraries for OMPI libraries. It's the default behavior using CMake. How to aviod this? Any workaround or fix? I'm not sure if it's possible. The msvc dll files are copied for new installation on computers, which might not have the required dependencies. The

Re: [OMPI users] Windows: msv*.dll files presence in Release build

2011-07-04 Thread hi
Hi Shiqing, > They are dependent libraries for OMPI libraries. It's the default behavior > using CMake. How to aviod this? Any workaround or fix? > The postfix d means it's a debug version library. You can build release > libraries which do not have this postfix. I am building "Release version"

Re: [OMPI users] Windows: msv*.dll files presence in Release build

2011-07-04 Thread Shiqing Fan
Hi, In this regard I have following two questions... 1) For Release build using VS2008, why it generates *msv*.dll* files? They are dependent libraries for OMPI libraries. It's the default behavior using CMake. 2) For Release build using VS2008, why it generates **d.dll* files (i.e. debug li

[OMPI users] Windows: msv*.dll files presence in Release build

2011-07-04 Thread hi
Greetings! On doing Release build for Visual Studio 2008 I am observing following debug files along with other files ... libmpi*d.dll* libmpi_cxx*d.dll* libmpi_f77*d.dll* etc... *msvcm90.dll* * msvcp90.dll* * msvcr90.dll* In this regard I have following two questions... 1) For Release bu