precice / vm

Vagrant box with preCICE and examples preinstalled
MIT License
5 stars 4 forks source link

Add venv with Nutils 6 for perpendicular-flap #62

Closed MakisH closed 1 year ago

MakisH commented 1 year ago

Closes #61

This creates a virtual environment in the respective tutorials directory, installs nutils 6.3 (and pyprecice again, since we normally install it for the user) and replaces the python3 binary name in the respective run.sh script with nutils6-env/bin/python3.

This is only a temporary workaround, to be removed as soon as https://github.com/precice/tutorials/issues/217 gets resolved.