[petsc-dev] configure failed after update of OSX
Sean Farley
sean.michael.farley at gmail.com
Thu Jan 30 22:13:39 CST 2014
mfadams at lbl.gov writes:
>>
>>
>> $ sudo port install mpich-default
>> $ sudo port select --set mpi mpich-mp-fortran
>>
>> Then try to build PETSc (minus the --download-mpich and CC, CXX, FC
>> options).
>
>
> That worked
Awesome
>> You could also try to install most of the external packages:
>>
>> $ sudo port install hypre ml parmetis metis hdf5-18 netcdf triangle \
>> superlu superlu_dist mumps
>>
>
> This instal seemed to work but how would I configure PETSc to use them?
I have a bash function to help me configure but it's basically this:
$ ./configure --with-{hdf5,netcdf,ml,hypre,metis,parmetis,scalapack,mumps,superlu,superlu_dist}-dir=/opt/local
More information about the petsc-dev
mailing list