Hello Denis and All,
First of all thank you so much for developing such a great library. I am currently using Petsc, but my target platform is the standard PC running Windows 10, therefore I am interested in the speed that you have indicated in the benchmarks with OpenMP.
I am trying to build AMGCL with VS2017 (2015/2013) to test the library just with OpenMP on multi-core shared memory / Windows 10.
I could not find in the documentation what dependencies/prerequisites are needed to build AMGCL, or under what environments has been successfully built,
but I found a previous email from Moises Berenguer who attempted to build on Windows, but run into similar issues as I have.
I downloaded the latest stable version of boost_1_75_0
Un7z-ipped and then using an x64 VS2017 command prompt,
following the instructions from boost, I executed:
bootstrap
.\b2
...updated 3127 targets...
The Boost C++ Libraries were successfully built!
The following directory should be added to compiler include paths:
D:\Software\Boost\boost_1_75_0
And then I tried configuring with CMake as the following snapshots show:
Please, let me know how to proceed. If you have some instructions on how to build on Windows, what are the minimum prerequisites, etc, this would be great for those like myself who are trying to test
this library.
Thank you so much in advance.
Regards,
Carl