Hi Felix,
Thanks a lot for your comments! I am very sorry, that is totally our fault. We recently refactored the git repos to make the installation much simpler, but then forgot to update the website… doh!
The installation instructions you were following should still work though with the minor modifications you already did.
After building salvus with `make` you should see this message
xxx===============================================xxx
Good job! You have successfully built salvus.
Now check if everything is running properly with:
make -j4 CTEST_OUTPUT_ON_FAILURE=1 test ARGS=-j4
-j4 will speed up the tests and run them in parallel
If you don't have access to more than one core, run this instead:
make CTEST_OUTPUT_ON_FAILURE=1 test
xxx===============================================xxx
You can copy&paste this command, which will run all the tests. There is no need anymore for creating the meshes (*.e) manually.
I will update the website with the new instructions immediately.
You may consider removing all components of salvus_* and pyexodus (but keeping PETSc and conda) and follow the new instructions starting from "Install salvus and run the test suite".
It probably doesn’t matter now, but it is certainly easier to keep up to date with just a single repository.
Cheers
Christian