packages that need to be installed inside the firedrake environment #2920
Unanswered
rhaynes74
asked this question in
Firedrake support
Replies: 3 comments 3 replies
-
The installation script will install everything that you need in order to run Firedrake. We install MPI (specifically MPICH) as part of installing PETSc so running |
Beta Was this translation helpful? Give feedback.
2 replies
-
No PETSc flags
which mpiexec
/Users/rhaynes/firedrake/bin/mpiexec
(firedrake)
firedrake/src/firedrake master ✔
based on suggestions from homebrew I have :
export PATH="/usr/local/opt/python/libexec/bin:$PATH"
export PKG_CONFIG_PATH="/opt/homebrew/opt/zlib/lib/pkgconfig"
export PATH="/opt/homebrew/opt/flex/bin:$PATH"
export LDFLAGS="-L/opt/homebrew/opt/flex/lib"
export CPPFLAGS="-I/opt/homebrew/opt/flex/include"
export PATH="/opt/homebrew/opt/bison/bin:$PATH"
export LDFLAGS="-L/opt/homebrew/opt/bison/lib"
in my .zshrc
Install is on a new macbook pro m2.
Sincerely,
Dr. Ronald D. Haynes
Professor, Department of Mathematics and Statistics
Chair, MSc and Phd Scientific Computing Programs
Memorial University of Newfoundland
We acknowledge that the lands on which Memorial University’s campuses are situated are in the traditional territories of diverse Indigenous groups, and we acknowledge with respect the diverse histories and cultures of the Beothuk, Mi’kmaq, Innu, and Inuit of this province.
…On May 6, 2023 at 9:34 AM -0230, Connor Ward ***@***.***>, wrote:
Odd. What do you get with which mpiexec? And did you pass any MPI-related options to firedrake-install? Have you set any pertinent environment variables?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
-
Hi - here is the link to the .log file: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi folks, the install instructions were unclear about the packages that need to be installed (by pip say) after the activation of the firedrake environment. What about mpi libraries? others?
Beta Was this translation helpful? Give feedback.
All reactions