From 5abd46e686b9ef924f7d50b7efe1c0b1d18a58d3 Mon Sep 17 00:00:00 2001
From: heister
- ./p4est-setup.sh p4est-x-y-z.tar.gz /path/to/installation
+sh ./p4est-setup.sh p4est-x-y-z.tar.gz /path/to/installation
where p4est-x-y-z.tar.gz
is the name of the p4est
distribution file, and /path/to/installation
is a
@@ -50,14 +50,9 @@
line like
- cmake -DP4EST_DIR=/path/to/installation -DDEAL_II_WITH_P4EST=ON -DDEAL_II_WITH_MPI=ON <...>
+cmake -DP4EST_DIR=/path/to/installation -DDEAL_II_WITH_P4EST=ON -DDEAL_II_WITH_MPI=ON <...>
- if the p4est library isn't picked up automatically. Note the presence
- of /FAST
at the end of the path necessary when using
- the ./p4est-setup.sh
script to select the release
- version of p4est. Obviously, you
- can also add additional flags to cmake
as described in
- the general ReadMe file.
+ if the p4est library isn't picked up automatically.