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
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"
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
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