On 03/02/16 13:32, Francis Poulin wrote:
Hello Lawrence,
Thanks. I presume that if I do this,
PETSC_CONFIGURE_OPTIONS="--download-mumps --download-hypre"
then do python firedrake-install outside the firedrake directory in the regular unix environment that should do the trick?
Yes, I think so.
Any other options that might be necessary that you would recommend?
I don't know if just download-mumps is enough to get mumps, you may need other bits. If you do not pass "--minimal-petsc" to firedrake-install, then you get mumps and others. Particularly, in that case we end up setting: """--download-ctetgen --download-triangle --download-chaco --download-metis --download-parmetis --download-scalapack --download-hypre --download-mumps --download-netcdf --download-hdf5 --download-exodusii""" Which is probably good enough
On a different note, I read through the demos (very helpful, thank you everyone who made them) and found a few typos. To correct them do you typically want people to do it through github branches or is there another preferred means?
I'm glad they're useful! Pull requests are preferable, however, you can also raise github issues pointing them out. Thanks, Lawrence