pymanga / pyMANGA

PYthon Models for AgeNt-based resource GAthering (pyMANGA): Describing vegetation population dynamics based on first principles
https://pymanga.forst.tu-dresden.de/
GNU General Public License v3.0
9 stars 12 forks source link

Container Version of OGS #151

Closed jbathmann closed 2 years ago

jbathmann commented 2 years ago

For those using ogs on ubuntu, the workaround will be to create use a singularity container. Here I would like to collect the required packages added to this container.

So @mcwimm, @jvollhueter & @zaphod-bx which python-packages do you need for you ogs-boundary conditions scripts? Just checking my requirements, i would add "numpy" and "vtk". Do you need anything else?

zaphod-bx commented 2 years ago

seems good to me

jvollhueter commented 2 years ago

Just for understanding: In this new container then only OGS runs, not whole pyMANGA?

mcwimm commented 2 years ago

I also only use vtk and numpy.

jbathmann commented 2 years ago

@all thanks for the response. @jvollhueter singularity containers do not work with windows or macos. What I am preparing atm is a pr, where pymanga uses a singularity container with ogs 6.4.2 installed for linux users & windows users use the respective .exe file from the release-homepage.

jvollhueter commented 2 years ago

@jbathmann thanks! Then I don't need other libraries.

jbathmann commented 2 years ago

Please have a look at pr #154