Summary
- NEW: added a function that reads a geotiff and outputs x,y,data (commit: d78e873) (details)
- CHG: better check on METIS header (commit: 05cd86f) (details)
- CHG: removing PETSc from installation (commit: 8eceb90) (details)
- CHG: install openMPI (commit: df04386) (details)
- CHG: figuring out open MPI (commit: f6e9ef8) (details)
- CHG: mpi-include does not need -I (commit: 44a9842) (details)
- CHG: scalapack is installed as part of open MPI (commit: dc05929) (details)
- CHG: do not assume that ParMETIS is installed if MUMPS is provided (commit: a31e6d3) (details)
- CHG: do not preload petsc files if petsc is not installed (commit: 0a97081) (details)
- CHG: reverting to installing PETSc (commit: d0fde5f) (details)
- CHG: simplifying workflow and scripts (commit: 382596b) (details)
- CHG: change name (commit: 54b070a) (details)
- CHG: removing MPICH from PETSc to speed up CI (commit: 2f9390b) (details)
- CHG: adding more libs to mpi (commit: 15d7142) (details)
- CHG: forgot to change LD_PRELOAD (commit: 7c3cac2) (details)
- CHG: adding flag to mpiexec to avoid openmpi error message about 'There are not enough slots available' (commit: 48737e1) (details)
- CHG: do not make MeshPartition a template (commit: 6bfebab) (details)
- CHG: added example (commit: c8b520e) (details)
- BUG: do not initialize codi_global if autodiff is false (commit: 4dc2ae2) (details)