OPM / opm-common

Common components for OPM, in particular build system (cmake).
http://www.opm-project.org
GNU General Public License v3.0
31 stars 112 forks source link

Building OPM under MSVC and Windows #2371

Open jbensabat opened 3 years ago

jbensabat commented 3 years ago

Hello I wonder if there is a build for OPM based on MSVC (version 2017 and up) thanks jac

alfbr commented 3 years ago

Depends on which part of OPM you are interested in. Resinsight supports MSVC. The code in opm-common is in use for opm-upscaling and opm-simulators. All binaries there use HPC solvers that are not available with MSVC. However, you can easily install and compile all code using WSL, https://docs.microsoft.com/en-us/windows/wsl/install-win10

jbensabat commented 3 years ago

Hi Thanks for your answer I shall then switch to linux best jac