Skip to content
Success

Changes

Summary

  1. NEW: added a function that reads a geotiff and outputs x,y,data (commit: d78e873) (details)
  2. CHG: better check on METIS header (commit: 05cd86f) (details)
  3. CHG: removing PETSc from installation (commit: 8eceb90) (details)
  4. CHG: install openMPI (commit: df04386) (details)
  5. CHG: figuring out open MPI (commit: f6e9ef8) (details)
  6. CHG: mpi-include does not need -I (commit: 44a9842) (details)
  7. CHG: scalapack is installed as part of open MPI (commit: dc05929) (details)
  8. CHG: do not assume that ParMETIS is installed if MUMPS is provided (commit: a31e6d3) (details)
  9. CHG: do not preload petsc files if petsc is not installed (commit: 0a97081) (details)
  10. CHG: reverting to installing PETSc (commit: d0fde5f) (details)
  11. CHG: simplifying workflow and scripts (commit: 382596b) (details)
  12. CHG: change name (commit: 54b070a) (details)
  13. CHG: removing MPICH from PETSc to speed up CI (commit: 2f9390b) (details)
  14. CHG: adding more libs to mpi (commit: 15d7142) (details)
  15. CHG: forgot to change LD_PRELOAD (commit: 7c3cac2) (details)
  16. CHG: adding flag to mpiexec to avoid openmpi error message about 'There are not enough slots available' (commit: 48737e1) (details)
  17. CHG: do not make MeshPartition a template (commit: 6bfebab) (details)
  18. CHG: added example (commit: c8b520e) (details)
  19. BUG: do not initialize codi_global if autodiff is false (commit: 4dc2ae2) (details)
Commit d78e873f7facee0e12c0bb52511e9bd0ddb0017e by Mathieu Morlighem
NEW: added a function that reads a geotiff and outputs x,y,data
(commit: d78e873)
The file was addedsrc/m/modeldata/ReadGeotiff.m
Commit 05cd86f88d049b50383c9296fe9fa55edc247e85 by Mathieu Morlighem
CHG: better check on METIS header
(commit: 05cd86f)
The file was modifiedm4/issm_options.m4 (diff)
Commit 8eceb904c5d5ab85830a32c59a951a908f8c94a8 by Mathieu Morlighem
CHG: removing PETSc from installation
(commit: 8eceb90)
The file was modified.github/ci_scripts/github_linux_basic (diff)
The file was modified.github/workflows/c-cpp.yml (diff)
The file was modified.github/workflows/c-cpp.yml (diff)
The file was modified.github/workflows/c-cpp.yml (diff)
The file was modifiedm4/issm_options.m4 (diff)
Commit 44a984277103c9829f6f56ac96bb27edeadd84c3 by Mathieu Morlighem
CHG: mpi-include does not need -I
(commit: 44a9842)
The file was modified.github/ci_scripts/github_linux_basic (diff)
Commit dc059293c5e269d12cee7ce473a6b5534f96d8c3 by Mathieu Morlighem
CHG: scalapack is installed as part of open MPI
(commit: dc05929)
The file was modifiedm4/issm_options.m4 (diff)
The file was modified.github/ci_scripts/github_linux_basic (diff)
Commit a31e6d3fb9c91113342e92423b36d547b54279a8 by Mathieu Morlighem
CHG: do not assume that ParMETIS is installed if MUMPS is provided
(commit: a31e6d3)
The file was modifiedm4/issm_options.m4 (diff)
The file was modified.github/ci_scripts/github_linux_basic (diff)
Commit 0a970818cb7fb1e54c4d779137a8f0bfd555ffef by helene.l.seroussi
CHG: do not preload petsc files if petsc is not installed
(commit: 0a97081)
The file was modified.github/workflows/c-cpp.yml (diff)
The file was modified.gitignore (diff)
Commit d0fde5f307e3d97dfc50c4b51752d4f7442761fa by Mathieu Morlighem
CHG: reverting to installing PETSc
(commit: d0fde5f)
The file was modified.github/workflows/c-cpp.yml (diff)
Commit 382596b97e35df68c2ee168c35026f98c0bf5287 by Mathieu Morlighem
CHG: simplifying workflow and scripts
(commit: 382596b)
The file was added.github/workflows/c-cpp-apt.yml
The file was removed.github/ci_scripts/github_linux_basic
The file was removed.github/ci_scripts/ci_ISSM.sh
The file was modified.github/workflows/c-cpp-apt.yml (diff)
Commit 2f9390bf03f8f2063e44081e9bc0bbaa6033ed81 by Mathieu Morlighem
CHG: removing MPICH from PETSc to speed up CI
(commit: 2f9390b)
The file was modifiedexternalpackages/petsc/install-3.21-mac.sh (diff)
The file was modifiedexternalpackages/petsc/install-3.21-linux.sh (diff)
The file was modifiedexternalpackages/petsc/install-3.21-andes.sh (diff)
The file was modified.github/workflows/c-cpp.yml (diff)
The file was modified.github/workflows/c-cpp.yml (diff)
The file was modified.github/workflows/c-cpp.yml (diff)
Commit 48737e1ebdeda814667c719ea0a15baadf09787f by Mathieu Morlighem
CHG: adding flag to mpiexec to avoid openmpi error message about 'There are not enough slots available'
(commit: 48737e1)
The file was modified.github/workflows/c-cpp.yml (diff)
Commit 6bfebab29591984b360131eed27953f15469280d by Mathieu Morlighem
CHG: do not make MeshPartition a template
(commit: 6bfebab)
The file was modifiedsrc/c/modules/ModelProcessorx/Transient/UpdateParametersTransient.cpp (diff)
The file was modifiedsrc/c/modules/ModelProcessorx/Dakota/UpdateElementsAndMaterialsDakota.cpp (diff)
The file was addedsrc/c/modules/MeshPartitionx/MeshPartitionx.cpp
The file was modifiedsrc/c/modules/MeshPartitionx/MeshPartitionx.h (diff)
The file was modifiedsrc/c/modules/ModelProcessorx/CreateNodes.cpp (diff)
The file was modifiedsrc/c/Makefile.am (diff)
The file was modifiedsrc/c/modules/ModelProcessorx/Dakota/CreateParametersDakota.cpp (diff)
The file was modifiedsrc/c/modules/ModelProcessorx/CreateParameters.cpp (diff)
The file was modifiedsrc/c/modules/ModelProcessorx/NodesPartitioning.cpp (diff)
The file was modifiedsrc/c/modules/ModelProcessorx/Control/UpdateElementsAndMaterialsControl.cpp (diff)
The file was modifiedsrc/c/modules/ModelProcessorx/Transient/UpdateElementsTransient.cpp (diff)
The file was modifiedsrc/m/parameterization/reinitializelevelset.m (diff)
Commit 4dc2ae2902418ac8075210774a01ca719addf507 by Mathieu Morlighem
BUG: do not initialize codi_global if autodiff is false
(commit: 4dc2ae2)
The file was modifiedsrc/c/modules/ModelProcessorx/Autodiff/CreateParametersAutodiff.cpp (diff)