Issue installation on WSL #3588
-
Hello, However it encounters some problem installing petsc: Installing petsc/ When I activate the venv firedrake, looking at the installed packages, I can not find firedrake. Moreover, trying the test, they do not run, with the following error: Furthermore, in the folder petsc there is no file 'make.log'. firedrake-install.log Thank you a lot for your help |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Your installation crashed on PETSc install without any sort of clear error message. I wonder if you are running out of memory. Can you try again but this time run |
Beta Was this translation helpful? Give feedback.
Your installation crashed on PETSc install without any sort of clear error message. I wonder if you are running out of memory. Can you try again but this time run
$ export PETSC_CONFIGURE_OPTIONS="--with-make-np=2"
beforehand?