OPM / opm-common

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

installing OPM on a Windows ubuntu shell #2385

Open jbensabat opened 3 years ago

jbensabat commented 3 years ago

Hello I managed to install ubunto on windows 10 shell. I have followed the instructions for the installation of OPM. It actually installs it the problem is that it does not say where - I just do not find the directory where the installation is located any help would be appreciated best jac

akva2 commented 3 years ago

it's installed on the system. you don't have to relate to any paths.

just run 'flow' anywhere on the shell to execute the flow simulator.


Fra: jbensabat @.> Sendt: fredag 26. mars 2021 08:41 Til: OPM/opm-common @.> Kopi: Subscribed @.***> Emne: [OPM/opm-common] installing OPM on a Windows ubuntu shell (#2385)

Hello I managed to install ubunto on windows 10 shell. I have followed the instructions for the installation of OPM. It actually installs it the problem is that it does not say where - I just do not find the directory where the installation is located any help would be appreciated best jac

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2FOPM%2Fopm-common%2Fissues%2F2385&data=04%7C01%7Carne.morten.kvarving%40sintef.no%7Cca758da8604e4614d88408d8f02a9be6%7Ce1f00f39604145b0b309e0210d8b32af%7C1%7C0%7C637523413082193071%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=nWwUbDtKXWW%2FEg722y1x62gH4OsVHlUKH77kJzZeFgs%3D&reserved=0, or unsubscribehttps://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAAQLQR66ZGI63CEJL4WRTA3TFRCETANCNFSM4Z24DBKQ&data=04%7C01%7Carne.morten.kvarving%40sintef.no%7Cca758da8604e4614d88408d8f02a9be6%7Ce1f00f39604145b0b309e0210d8b32af%7C1%7C0%7C637523413082203026%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=11e5mojVpwni2mJQrzlbuj2sJcNjEG574g3g1yCGYoo%3D&reserved=0.

jbensabat commented 3 years ago

thanks so the examples are not downloaded ? do i need to download them separately ? or are they installed somewhere ? best jac

akva2 commented 3 years ago

examples are not included in the installation. you can find a good set at https://github.com/OPM/opm-tests - though these are mostly meant for regression tests they demonstrate a lot of the available functionality.

jbensabat commented 3 years ago

thanks a lot I managed to download the data and I could even run the first example I now need to figure out how to look at the results best jac

akva2 commented 3 years ago

you want ResInsight, https://resinsight.org/

jbensabat commented 3 years ago

doing it thanks again jac

jbensabat commented 3 years ago

hi I have installed ResInsight the program does not load because the library libQt5Core.so.5 seems to be missing is there a way to install this ? best jac

akva2 commented 3 years ago

you should install the windows resinsight, the ubuntu resinsight won't (easily) run in wsl.

alfbr commented 3 years ago

Also, please post Resinsight issues on the Resinsight repository.

jbensabat commented 3 years ago

Hi thanks this is now a question that applies to both is it possible to run opm under wsl and then open the output files under windows ? is there a need to copy files across ? or can they be accessed where they are ? best jac

goncalvesmachadoc commented 3 years ago

They can be accessed where they are. You can also keep the input files in a Windows folder and run flow in Ubuntu. Just need to give the path to data file together with the name or access the Windows folder from Ubuntu (cd /mnt/c/rest_of_path/).

jbensabat commented 3 years ago

great thanks