Skip to content
Failed

Changes

Summary

  1. CHG: multithreading ContourToNodes (commit: 1e79391) (details)
  2. BUG: mexPrintf is NOT thread safe and crashes. Replace by printf (commit: 9474be9) (details)
  3. CHG: Temporary fix for not being able to connect via port 22 (commit: a83fea6) (details)
  4. CHG: Need P instead of p option (commit: cf35b4b) (details)
  5. CHG: added PROJ_LIB env variable to make sure proj.db is found. There are sometimes conflicts with MATLAB's libraries which must be taken care of (commit: a75b963) (details)
  6. CHG: minor changed ISSM description (commit: bdd72f6) (details)
  7. CHG: ITS_LIVE annual velocity updated to v02, data avaliable from 1985 to 2022. The .nc files are in netCDF4 format, to load in Matlab, we need to use `h5read` (commit: 43146cb) (details)
  8. ADD: interpolate from MEaSUREs monthly averaged velocity Mosaic (2014-2023) : https://doi.org/10.5067/EGKZX6FXXM4P (commit: dbcc688) (details)
  9. CHG: use mapping toolbox map if Googlemaps is not available (commit: d980ed3) (details)
  10. CHG: fixed zoom level option (commit: 83cdc8c) (details)
  11. CHG: adjusted tolerances (commit: 86dd813) (details)
  12. CHG: added interactive to disp: (commit: 23bf349) (details)
  13. Added time and memory output for CoDiPack. (commit: 31dab70) (details)
  14. Make preaccumulation configurable. (commit: b741196) (details)
  15. Create c-cpp.yml (commit: 8d1129b) (details)
  16. Update c-cpp.yml (commit: 57e71e6) (details)
  17. CHG: changed checks on flags (commit: 8a0fac6) (details)
  18. CHG: need to initialize as 0 (commit: 1c719e0) (details)
  19. Update c-cpp.yml (commit: c6b61c1) (details)
  20. Update c-cpp.yml (commit: 533d30c) (details)
  21. Update c-cpp.yml (commit: 5a3ec47) (details)
  22. Update c-cpp.yml (commit: 571d041) (details)
  23. Update c-cpp.yml, add matlab (commit: 2f464c6) (details)
  24. Update c-cpp.yml (commit: b78ae06) (details)
  25. Update c-cpp.yml (commit: df8b3b6) (details)
  26. Create github_linux_basic (commit: 5b34d72) (details)
  27. Update c-cpp.yml (commit: d3045ed) (details)
  28. Update c-cpp.yml (commit: 42c18ea) (details)
  29. change the directory for CI files (commit: 13f902e) (details)
  30. Update README.md (commit: cc2ad67) (details)
  31. Update README.md (commit: a1131fe) (details)
  32. create badge for CI, add it to README (commit: 684ad98) (details)
  33. CHG: minor (commit: 9092bf4) (details)
  34. BUG: forgot to close parenthesis (commit: 2e01ed8) (details)
  35. CHG: upgrading PETSc in order to find latest ZLIB (commit: b3dbeeb) (details)
  36. FIX: calculation of VAF based on mask in Tria.cpp (commit: 1f9cd7f) (details)
  37. CHG: trying to simplify CI (commit: f1e8d22) (details)
  38. CHG: trying to simplify CI (commit: db0c094) (details)
  39. CHG: getting PETSc from apt-get (commit: 4fbda8b) (details)
  40. CHG: PETSc needs to be installed manually, but we can skip autotools and cmake (commit: 5059e9c) (details)
  41. BUG: fixing CI problem (commit: 8350f08) (details)
  42. CHG: trying to fix CI (commit: 65c0f6e) (details)
  43. CHG: trying to fix CI (commit: 2ed9f19) (details)
  44. CHG: trying to fix CI (commit: b6cd13d) (details)
  45. CHG: trying to fix CI (commit: 2e0f8b8) (details)
  46. Update README.md (commit: 9661eba) (details)
  47. NEW: added option 'quitonerror' for GitHub's CI (commit: cc5f201) (details)
  48. CHG: fixing matlab tests in GitHub CI (commit: 246bda2) (details)
  49. CHG: trying to fix CI with MATLAB (commit: 7f9ba8b) (details)
  50. CHG: trying to debug CI (commit: c4ee45e) (details)
  51. CHG: trying to add MATLAB tests (commit: 031c116) (details)
  52. CHG: fixing MATLAB (commit: a979171) (details)
  53. load matlab action manually (commit: 0bc0f3c) (details)
  54. FIX: updated archive 540 (commit: 2ba99c0) (details)
  55. CHG: checking env (commit: 2538728) (details)
  56. CHG: checking env (commit: a359b8b) (details)
  57. CHG: checking env (commit: f597fb4) (details)
  58. CHG: checking env (commit: ce37a17) (details)
  59. CHG: checking env (commit: d5f69f3) (details)
  60. CHG: checking env (commit: d2964e7) (details)
  61. set environment before running matlab (commit: 76e3036) (details)
  62. Update c-cpp.yml (commit: e30c029) (details)
  63. Update c-cpp.yml (commit: 7b61081) (details)
  64. Update c-cpp.yml (commit: 168094e) (details)
  65. Update c-cpp.yml (commit: 21920c7) (details)
  66. CHG: fixed typo (commit: 70b01e1) (details)
  67. NEW: added a function that reads a geotiff and outputs x,y,data (commit: d78e873) (details)
  68. CHG: better check on METIS header (commit: 05cd86f) (details)
  69. CHG: removing PETSc from installation (commit: 8eceb90) (details)
  70. CHG: install openMPI (commit: df04386) (details)
  71. CHG: figuring out open MPI (commit: f6e9ef8) (details)
  72. CHG: mpi-include does not need -I (commit: 44a9842) (details)
  73. CHG: scalapack is installed as part of open MPI (commit: dc05929) (details)
  74. CHG: do not assume that ParMETIS is installed if MUMPS is provided (commit: a31e6d3) (details)
  75. CHG: do not preload petsc files if petsc is not installed (commit: 0a97081) (details)
  76. CHG: reverting to installing PETSc (commit: d0fde5f) (details)
  77. CHG: simplifying workflow and scripts (commit: 382596b) (details)
  78. CHG: change name (commit: 54b070a) (details)
  79. CHG: removing MPICH from PETSc to speed up CI (commit: 2f9390b) (details)
  80. CHG: adding more libs to mpi (commit: 15d7142) (details)
  81. CHG: forgot to change LD_PRELOAD (commit: 7c3cac2) (details)
  82. CHG: adding flag to mpiexec to avoid openmpi error message about 'There are not enough slots available' (commit: 48737e1) (details)
  83. CHG: do not make MeshPartition a template (commit: 6bfebab) (details)
  84. CHG: added example (commit: c8b520e) (details)
  85. BUG: do not initialize codi_global if autodiff is false (commit: 4dc2ae2) (details)
  86. CHG: Added packages to UB CCR installation; do not compile MeshPartition if METIS is not available (commit: 787af96) (details)
  87. try to set two steps for the CI (commit: f400850) (details)
  88. try to add cache (commit: ad75a7b) (details)
  89. try to set the path for cache (commit: 6ed91f0) (details)
  90. try again with env variable (commit: 750c718) (details)
  91. update download path in artifact (commit: 13af998) (details)
  92. try to also cache matlab (commit: 5de8374) (details)
  93. change mpi back to petsc version (commit: 4e142f4) (details)
  94. no need to cache matlab (commit: 239ff87) (details)
  95. cache matlab (commit: f6f2916) (details)
  96. try the uncompress path again (commit: a175878) (details)
  97. download to /root (commit: 03b51c1) (details)
  98. try to use relative path (commit: 8f3ee6d) (details)
  99. add relative path (commit: fa1031b) (details)
  100. change relative path again (commit: 91d425f) (details)
  101. typo fixed (commit: 1fe7196) (details)
  102. update working dir (commit: 1be644a) (details)
  103. activate compile (commit: 64d3590) (details)
  104. put test back (commit: 8cd2297) (details)
  105. remove apt-get installed mpi (commit: 45287e7) (details)
  106. try to create a matrix of test (commit: 7baf86f) (details)
  107. try matrix with string variables (commit: 6fc2d49) (details)
  108. add codipack in CI (commit: 909790b) (details)
  109. try to fix codipack configure (commit: 093a11e) (details)
  110. add gsl (commit: 884b5f0) (details)
  111. seperate basic and codipack (commit: 7283804) (details)
  112. Update common-workflow.yml (commit: 0ce30b9) (details)
  113. only include ad tests for ccdipack (commit: 92c4d5e) (details)
  114. fix bug in main-ci (commit: e2e12b5) (details)
  115. set different names for different runs (commit: 0bde952) (details)
  116. add type of input.os (commit: bb088f1) (details)
  117. try to cache src/c (commit: 1df6ca5) (details)
  118. fix error in the test job (commit: 63ba042) (details)
  119. remove cache src/c (commit: e253f84) (details)
  120. try petsc-3.20 for ad (commit: 69212ab) (details)
  121. try to use env to set the id of cache (commit: b7973ce) (details)
  122. try github.env (commit: 1e05474) (details)
  123. try to fix bugs when using inputs in cache id (commit: 18ac845) (details)
  124. fix bug in the if condition (commit: 1f4a9f4) (details)
  125. fix codipack (commit: fae90a5) (details)
  126. try ad again (commit: 66e4f82) (details)
  127. CHG: added error message instead of just bypassing (commit: 1aa4555) (details)
  128. CHG: for macOS we now also need to add  -commons use_dylibs (commit: eddbc51) (details)
  129. BUG: need to provide specific LD_FLAGS and tweak setCompiler.py to make it work on Sonoma (commit: 2364937) (details)
  130. CHG: cleanup (commit: 14d761f) (details)
  131. remove with-petsc in codipack (commit: b35a114) (details)
  132. reduce matrix size for tests (commit: 4671a46) (details)
  133. check spaces (commit: 5ccd274) (details)
  134. turn off codipack tests (commit: 3f44b86) (details)
  135. do not compress petsc/src/ to decrease the size of the artifact (commit: 38f993e) (details)
  136. try to exclude petsc/src (commit: 29dbe16) (details)
  137. add gsl to codipack version (commit: 8bb700f) (details)
  138. CHG: calving rate in CalvingMIP use normal vector from the levelset (commit: 8b089ab) (details)
  139. Update README.md (commit: 81ee094) (details)
  140. Update README.md (commit: d3c04a9) (details)
  141. Update action badge in README.md (commit: ba30c85) (details)
  142. CHG: default md.levelset.reinit_frequency=10. Add more description to stabilization (commit: b5d77dd) (details)
  143. CHG: make two CIs separately for Ubuntu basic and codipack (commit: 2b5a6ff) (details)
  144. CHG: Update test540, due to update default reinit_frequency (commit: 3e9e691) (details)
  145. change the way to reuse workflow (commit: 1e8a29b) (details)
  146. hard code the version of configure ISSM for now (commit: 80151a8) (details)
  147. BUG: fix CalvingCalvingMIP in Penta (commit: b2de648) (details)
  148. fix bugs in action.yml (commit: 830d14b) (details)
  149. separate prepare externalpackes and build (commit: d8e2dd1) (details)
  150. test ISSM_DIR (commit: fa789b6) (details)
  151. Update action.yml (commit: 5aa39ba) (details)
  152. fix ISSM_DIR issue (commit: 8bd8575) (details)
  153. rerun CI, make input name shorter (commit: ca8a4ee) (details)
  154. fix bug in action.yml (commit: 73c3538) (details)
  155. CHG: update Archive540 (commit: 8c4f19d) (details)
  156. rerun full CI (commit: 886c972) (details)
  157. fix bug in uploading artifact (commit: c64a63f) (details)
  158. BUG: fix CalvingCalvingMIP (commit: d8bbe33) (details)
  159. BUG: recompile ISSM, update test540 Archive (commit: bdff019) (details)
  160. CHG: update Archive affected by levelset.reinit_frequency=10 (commit: 96b1b80) (details)
  161. add badges for Ubuntu Basic and CodiPack (commit: a79de1e) (details)
  162. CHG: MATLAB -> Python and Javascript (commit: 6a2b0e0) (details)
  163. CHG: taking care of paths with white spaces (commit: b801141) (details)
  164. CHG: relaxed tolerances for test 541 (commit: 74b8289) (details)
  165. CHG: Cleanup (commit: 5495d62) (details)
  166. CHG: update to GEMB merge layers to parallel matlab version updates (commit: e068d33) (details)
  167. CHG: update GEMB tols for latest commit (commit: 1b6b531) (details)
  168. CHG: update remaining tols in windows and on git for GEMB (commit: a727659) (details)
  169. CHG: Cleanup of configuration options (commit: 2561795) (details)
  170. BUG: Needed closing ;; (commit: bdf2ded) (details)
  171. CHG: Removing support for Android (commit: 0db7fc2) (details)
  172. CHG: Synchronized enums after pull and merge (commit: 8d404e5) (details)
  173. BUG: Cleaned up configs (commit: 9655481) (details)
  174. BUG: Correcting env var substitution (commit: 3148eb2) (details)
  175. CHG: Cleanup (commit: 36c824f) (details)
  176. CHG: Cleanup (commit: fd4f45b) (details)
  177. CHG: Moving standard env vars to issm_options for MSYS2 builds (commit: 4977f2a) (details)
  178. CHG: Cleanup; missing env var for Javascript build (commit: 53ee210) (details)
  179. BUG: Fix for MSYS2 build (commit: 3a68cbf) (details)
Commit 1e79391aafc6ac7c7e6459e89ce2336972b34ac4 by Mathieu Morlighem
CHG: multithreading ContourToNodes
(commit: 1e79391)
The file was modifiedsrc/c/shared/Exp/exp.h (diff)
The file was modifiedsrc/c/modules/ContourToNodesx/ContourToNodesx.h (diff)
The file was modifiedsrc/c/shared/Exp/exp.cpp (diff)
The file was addedscripts/svnvimdiff
The file was modifiedsrc/c/modules/ContourToMeshx/ContourToMeshxt.cpp (diff)
The file was modifiedsrc/c/modules/ContourToNodesx/ContourToNodesx.cpp (diff)
Commit 9474be95d3df60b3768449befa4f0d25b75a6340 by Mathieu Morlighem
BUG: mexPrintf is NOT thread safe and crashes. Replace by printf
(commit: 9474be9)
The file was modifiedsrc/c/modules/Krigingx/Krigingx.cpp (diff)
The file was modifiedsrc/c/classes/kriging/Observation.cpp (diff)
Commit a83fea6aa67e1cc7f27faca7d299c309031ee15c by 34657535+TidbitSoftware
CHG: Temporary fix for not being able to connect via port 22
(commit: a83fea6)
The file was modifiedpackagers/linux/transfer-issm-linux-binaries.sh (diff)
The file was modifiedpackagers/linux/transfer-issm-linux-binaries.sh (diff)
Commit a75b963980b067c14d1564a80cbf38c612dbb10a by Mathieu Morlighem
CHG: added PROJ_LIB env variable to make sure proj.db is found. There are sometimes conflicts with MATLAB's libraries which must be taken care of
(commit: a75b963)
The file was modifiedetc/environment.sh (diff)
The file was removedltmain.sh
Commit bdd72f6abf9591a0b1a42130248e715dd1a7bebf by Mathieu Morlighem
CHG: minor changed ISSM description
(commit: bdd72f6)
The file was modifiedREADME.md (diff)
Commit 43146cbd6ffee65b46dcfae1ec519bcdae059d12 by enigne
CHG: ITS_LIVE annual velocity updated to v02, data avaliable from 1985 to 2022. The .nc files are in netCDF4 format, to load in Matlab, we need to use `h5read`
(commit: 43146cb)
The file was modifiedsrc/m/contrib/chenggong/modeldata/interpFromITSLIVE.m (diff)
Commit dbcc6887ade82678da5880aefe8fb71ab5561d13 by enigne
ADD: interpolate from MEaSUREs monthly averaged velocity Mosaic (2014-2023) : https://doi.org/10.5067/EGKZX6FXXM4P
(commit: dbcc688)
The file was modifiedsrc/m/contrib/chenggong/modeldata/interpFromMEaSUREsGeotiff.m (diff)
Commit d980ed3f0aaf47a9f0b9638a0994fccdddf28316 by Mathieu Morlighem
CHG: use mapping toolbox map if Googlemaps is not available
(commit: d980ed3)
The file was modifiedsrc/m/plot/googlemaps.m (diff)
The file was modifiedsrc/m/plot/googlemaps.m (diff)
The file was modifiedtest/NightlyRun/test104.py (diff)
The file was modifiedtest/NightlyRun/test104.m (diff)
The file was modifiedtest/NightlyRun/test104.js (diff)
The file was modifiedsrc/m/classes/clusters/generic.js (diff)
The file was modifiedsrc/m/classes/clusters/generic.py (diff)
The file was modifiedsrc/m/classes/clusters/generic.m (diff)
Commit 31dab70dbe994d03c4203c829f4078433ebb7864 by max.sagebaum
Added time and memory output for CoDiPack.
(commit: 31dab70)
The file was modifiedsrc/c/classes/Params/Parameters.h (diff)
The file was modifiedsrc/c/Makefile.am (diff)
The file was modifiedsrc/c/toolkits/mpi/issmmpi.h (diff)
The file was modifiedsrc/c/toolkits/codipack/CoDiPackGlobal.h (diff)
The file was modifiedsrc/c/modules/ModelProcessorx/Autodiff/CreateParametersAutodiff.cpp (diff)
The file was modifiedsrc/c/shared/Enum/EnumDefinitions.h (diff)
The file was modifiedsrc/c/toolkits/codipack/ampi_interface.cpp (diff)
The file was modifiedsrc/m/classes/autodiff.m (diff)
The file was modifiedsrc/c/shared/Enum/EnumToStringx.cpp (diff)
The file was modifiedsrc/c/shared/Enum/StringToEnumx.cpp (diff)
The file was modifiedsrc/m/classes/autodiff.js (diff)
The file was modifiedsrc/m/classes/autodiff.py (diff)
The file was addedsrc/c/toolkits/codipack/CoDiPackGlobal.cpp
Commit b741196b81aba48fba0d3abd3e47ea2fed7ba68b by max.sagebaum
Make preaccumulation configurable.
(commit: b741196)
The file was modifiedsrc/m/classes/autodiff.m (diff)
The file was modifiedsrc/m/classes/autodiff.js (diff)
The file was modifiedsrc/c/shared/Enum/EnumToStringx.cpp (diff)
The file was modifiedsrc/c/shared/Enum/StringToEnumx.cpp (diff)
The file was modifiedsrc/c/toolkits/codipack/CoDiPackGlobal.h (diff)
The file was modifiedsrc/m/classes/autodiff.py (diff)
The file was modifiedsrc/c/shared/Enum/EnumDefinitions.h (diff)
The file was modifiedsrc/c/toolkits/codipack/CoDiPackGlobal.cpp (diff)
The file was modifiedsrc/c/modules/ModelProcessorx/Autodiff/CreateParametersAutodiff.cpp (diff)
The file was modifiedsrc/c/toolkits/issm/SparseRow.h (diff)
The file was added.github/workflows/c-cpp.yml
The file was modified.github/workflows/c-cpp.yml (diff)
The file was modifiedsrc/m/classes/autodiff.m (diff)
The file was modifiedsrc/m/classes/autodiff.py (diff)
The file was modifiedsrc/m/classes/autodiff.js (diff)
The file was modifiedsrc/m/classes/autodiff.m (diff)
The file was modifiedsrc/m/classes/autodiff.js (diff)
The file was modifiedsrc/m/classes/autodiff.py (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 modified.github/workflows/c-cpp.yml (diff)
Commit 2f464c6417757607fd6f767784421b5039085356 by noreply
Update c-cpp.yml, add matlab
(commit: 2f464c6)
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 addedjenkins/github_linux_basic
The file was modified.github/workflows/c-cpp.yml (diff)
The file was modified.github/workflows/c-cpp.yml (diff)
Commit 13f902e1d3f649ff3dcd17ca4f86df0c0a53166a by enigne
change the directory for CI files
(commit: 13f902e)
The file was modified.github/workflows/c-cpp.yml (diff)
The file was added.github/ci_scripts/github_linux_basic
The file was added.github/ci_scripts/ci_ISSM.sh
The file was modifiedsrc/m/classes/clusters/andes.m (diff)
The file was modifiedREADME.md (diff)
The file was modifiedREADME.md (diff)
Commit 684ad981ddb2adf1d73594c317e1d04b879ceb01 by noreply
create badge for CI, add it to README
(commit: 684ad98)
The file was modifiedREADME.md (diff)
The file was modifiedREADME.md (diff)
The file was modifiedsrc/m/classes/autodiff.py (diff)
Commit b3dbeeb57fad052e9cac05721b1384afefd1abdb by Mathieu Morlighem
CHG: upgrading PETSc in order to find latest ZLIB
(commit: b3dbeeb)
The file was modified.github/ci_scripts/github_linux_basic (diff)
Commit 1f9cd7fe99283c497485dd305be115366f134c7b by helene.l.seroussi
FIX: calculation of VAF based on mask in Tria.cpp
(commit: 1f9cd7f)
The file was modifiedsrc/c/classes/Elements/Tria.cpp (diff)
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/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/ci_scripts/github_linux_basic (diff)
Commit 5059e9c7a89de8bf725abdc47894d73793b24969 by Mathieu Morlighem
CHG: PETSc needs to be installed manually, but we can skip autotools and cmake
(commit: 5059e9c)
The file was modified.github/ci_scripts/github_linux_basic (diff)
The file was modified.github/ci_scripts/ci_ISSM.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)
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 9661eba039f5de60a493026ef0f61d3d90f4421c by 34657535+TidbitSoftware
Update README.md

Added commit notes (and testing fixes for Jenkins workflow)
(commit: 9661eba)
The file was modifiedREADME.md (diff)
Commit cc5f20181c67b14e0a9e7cf4bd966c36d546be55 by Mathieu Morlighem
NEW: added option 'quitonerror' for GitHub's CI
(commit: cc5f201)
The file was modifiedtest/NightlyRun/runme.m (diff)
Commit 246bda2cd6d471de0e69141d27e45f6ecd801dac by Mathieu Morlighem
CHG: fixing matlab tests in GitHub CI
(commit: 246bda2)
The file was modified.github/ci_scripts/ci_ISSM.sh (diff)
The file was modified.github/ci_scripts/github_linux_basic (diff)
Commit 7f9ba8b46c44eb2b4a89b02894b46de24eed1441 by Mathieu Morlighem
CHG: trying to fix CI with MATLAB
(commit: 7f9ba8b)
The file was modified.github/ci_scripts/ci_ISSM.sh (diff)
The file was modified.github/ci_scripts/github_linux_basic (diff)
The file was modified.github/ci_scripts/ci_ISSM.sh (diff)
The file was modified.github/workflows/c-cpp.yml (diff)
The file was modified.github/ci_scripts/ci_ISSM.sh (diff)
The file was modified.github/ci_scripts/github_linux_basic (diff)
The file was modified.github/ci_scripts/ci_ISSM.sh (diff)
Commit 0bc0f3c6bf1f8cafd9f565f7b849c70695ca336b by noreply
load matlab action manually

as suggested https://github.com/matlab-actions/run-command/issues/53
(commit: 0bc0f3c)
The file was modified.github/workflows/c-cpp.yml (diff)
The file was modifiedtest/Archives/Archive540.arch (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 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 76e30365c2276b9189a049960bb294f485b9e14a by noreply
set environment before running matlab
(commit: 76e3036)
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 modified.github/workflows/c-cpp.yml (diff)
The file was modified.github/workflows/c-cpp.yml (diff)
The file was modified.github/ci_scripts/ci_ISSM.sh (diff)
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/workflows/c-cpp.yml (diff)
The file was modified.github/ci_scripts/github_linux_basic (diff)
The file was modified.github/workflows/c-cpp.yml (diff)
The file was modifiedm4/issm_options.m4 (diff)
The file was modified.github/workflows/c-cpp.yml (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.gitignore (diff)
The file was modified.github/workflows/c-cpp.yml (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 removed.github/ci_scripts/github_linux_basic
The file was removed.github/ci_scripts/ci_ISSM.sh
The file was added.github/workflows/c-cpp-apt.yml
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-andes.sh (diff)
The file was modifiedexternalpackages/petsc/install-3.21-linux.sh (diff)
The file was modifiedexternalpackages/petsc/install-3.21-mac.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/Control/UpdateElementsAndMaterialsControl.cpp (diff)
The file was modifiedsrc/c/modules/ModelProcessorx/Dakota/CreateParametersDakota.cpp (diff)
The file was modifiedsrc/c/modules/ModelProcessorx/CreateNodes.cpp (diff)
The file was modifiedsrc/c/modules/ModelProcessorx/CreateParameters.cpp (diff)
The file was modifiedsrc/c/modules/MeshPartitionx/MeshPartitionx.h (diff)
The file was addedsrc/c/modules/MeshPartitionx/MeshPartitionx.cpp
The file was modifiedsrc/c/Makefile.am (diff)
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 modifiedsrc/c/modules/ModelProcessorx/NodesPartitioning.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)
Commit 787af966df604ac74a8f64467edf173c4ead5bd0 by 34657535+TidbitSoftware
CHG: Added packages to UB CCR installation; do not compile MeshPartition if METIS is not available
(commit: 787af96)
The file was modifiedexternalpackages/gdal/install-3-python.sh (diff)
The file was modifiedjenkins/ub-ccr (diff)
The file was modifiedexternalpackages/gdal/install-3-python-static.sh (diff)
The file was modifiedexternalpackages/gdal/install-3-static.sh (diff)
The file was modifiedexternalpackages/gdal/install-3.sh (diff)
The file was modifiedsrc/c/Makefile.am (diff)
Commit f400850012933d8f798977779084b69fcab8b8d6 by noreply
try to set two steps for the CI
(commit: f400850)
The file was modified.github/workflows/c-cpp.yml (diff)
The file was modified.github/workflows/c-cpp.yml (diff)
Commit 6ed91f06ffcd2ee3af0e74a3a7b47376183a442e by noreply
try to set the path for cache
(commit: 6ed91f0)
The file was modified.github/workflows/c-cpp.yml (diff)
Commit 750c7188c9d2f99b103c02061317054ca5629efd by noreply
try again with env variable
(commit: 750c718)
The file was modified.github/workflows/c-cpp.yml (diff)
Commit 13af9982f1f698a8fab0cd584e4c7eefe39a1196 by noreply
update download path in artifact
(commit: 13af998)
The file was modified.github/workflows/c-cpp.yml (diff)
The file was modified.github/workflows/c-cpp.yml (diff)
Commit 4e142f46a48c248dfb12aaee9bf5386f0dd07366 by noreply
change mpi back to petsc version
(commit: 4e142f4)
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 a175878d7d13361e7986e6f88c72df70c4f50ff9 by noreply
try the uncompress path again
(commit: a175878)
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 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 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 45287e742f99dde1aa508cbce4f57f6b8859c55c by noreply
remove apt-get installed mpi
(commit: 45287e7)
The file was modified.github/workflows/c-cpp.yml (diff)
Commit 7baf86f0057dcf869ae835b8de5ed357bb7e692b by noreply
try to create a matrix of test
(commit: 7baf86f)
The file was modified.github/workflows/c-cpp.yml (diff)
Commit 6fc2d4960d78ada442ca0f02d8cdc1cf7f91e44e by noreply
try matrix with string variables
(commit: 6fc2d49)
The file was modified.github/workflows/c-cpp.yml (diff)
The file was modified.github/workflows/c-cpp.yml (diff)
Commit 093a11eb9dfe11a999ab5c8814058417b83da783 by noreply
try to fix codipack configure
(commit: 093a11e)
The file was modified.github/workflows/c-cpp.yml (diff)
The file was modified.github/workflows/c-cpp.yml (diff)
Commit 728380439a53722fbfb0a65b6bf6cb5bda035c85 by enigne
seperate basic and codipack
(commit: 7283804)
The file was added.github/workflows/main-ci.yml
The file was added.github/workflows/common-workflow.yml
The file was modified.github/workflows/common-workflow.yml (diff)
Commit 92c4d5e3dc21c450b2b4a67563682f234f5f972f by noreply
only include ad tests for ccdipack
(commit: 92c4d5e)
The file was modified.github/workflows/common-workflow.yml (diff)
The file was modified.github/workflows/main-ci.yml (diff)
Commit 0bde9523f45b97271dbc7a8c7ec0530893819a48 by enigne
set different names for different runs
(commit: 0bde952)
The file was modified.github/workflows/main-ci.yml (diff)
The file was modified.github/workflows/common-workflow.yml (diff)
The file was modified.github/workflows/common-workflow.yml (diff)
The file was modified.github/workflows/common-workflow.yml (diff)
The file was modified.github/workflows/common-workflow.yml (diff)
The file was modified.github/workflows/common-workflow.yml (diff)
The file was modified.github/workflows/common-workflow.yml (diff)
Commit b7973ce830db53ed0e11b8dccd23fa984da7f299 by noreply
try to use env to set the id of cache
(commit: b7973ce)
The file was modified.github/workflows/common-workflow.yml (diff)
The file was modified.github/workflows/common-workflow.yml (diff)
Commit 18ac8451751216465d4ef6af6ac54cae3398ac31 by noreply
try to fix bugs when using inputs in cache id
(commit: 18ac845)
The file was modified.github/workflows/common-workflow.yml (diff)
Commit 1f4a9f4202ed2215994aec5d9031986578cd2ebe by noreply
fix bug in the if condition
(commit: 1f4a9f4)
The file was modified.github/workflows/common-workflow.yml (diff)
The file was modified.github/workflows/common-workflow.yml (diff)
The file was modified.github/workflows/common-workflow.yml (diff)
Commit 1aa45551e72350eb26519eb49a067aca43220839 by Mathieu Morlighem
CHG: added error message instead of just bypassing
(commit: 1aa4555)
The file was modifiedsrc/c/toolkits/objects/Vector.h (diff)
Commit eddbc5109fa9974fd159000a1c88e0b185819d5c by Mathieu Morlighem
CHG: for macOS we now also need to add  -commons use_dylibs
(commit: eddbc51)
The file was modifiedetc/environment.sh (diff)
Commit 2364937af5b32e550029423cabdf5ac3a84ba595 by Mathieu Morlighem
BUG: need to provide specific LD_FLAGS and tweak setCompiler.py to make it work on Sonoma
(commit: 2364937)
The file was modifiedexternalpackages/petsc/install-3.21-mac.sh (diff)
The file was modifiedsrc/c/analyses/EnthalpyAnalysis.h (diff)
The file was modifiedsrc/c/analyses/EnthalpyAnalysis.cpp (diff)
Commit b35a1143c5d4abdc1675f9528d3b28adb95e02a7 by noreply
remove with-petsc in codipack
(commit: b35a114)
The file was modified.github/workflows/common-workflow.yml (diff)
Commit 4671a46a9734cf69fa2160dd19d0de4d0d5c8378 by noreply
reduce matrix size for tests
(commit: 4671a46)
The file was modified.github/workflows/common-workflow.yml (diff)
The file was modified.github/workflows/common-workflow.yml (diff)
The file was modified.github/workflows/common-workflow.yml (diff)
Commit 38f993e2a8cefeab175d9928d0ef36e6e13bc0a0 by noreply
do not compress petsc/src/ to decrease the size of the artifact
(commit: 38f993e)
The file was modified.github/workflows/common-workflow.yml (diff)
The file was modified.github/workflows/common-workflow.yml (diff)
Commit 8bb700f3bd45f24493c6e52b44ea4cd11d33c056 by noreply
add gsl to codipack version
(commit: 8bb700f)
The file was modified.github/workflows/common-workflow.yml (diff)
Commit 8b089abe21317fc55b38967aaca6db0afc47cf30 by enigne
CHG: calving rate in CalvingMIP use normal vector from the levelset
(commit: 8b089ab)
The file was modifiedsrc/c/classes/Elements/Tria.cpp (diff)
Commit 81ee09421e4a73af92abd805732de232e4644e54 by 34657535+TidbitSoftware
Update README.md

Testing Jenkins status badge
(commit: 81ee094)
The file was modifiedREADME.md (diff)
The file was modifiedREADME.md (diff)
Commit ba30c85c83b3e6eaae1c7828f0fbc872c1c0afbc by noreply
Update action badge in README.md
(commit: ba30c85)
The file was modifiedREADME.md (diff)
Commit b5d77ddb08cda49e54d73def1312b7e7da81936d by enigne
CHG: default md.levelset.reinit_frequency=10. Add more description to stabilization
(commit: b5d77dd)
The file was modifiedsrc/m/classes/levelset.m (diff)
Commit 2b5a6ff8a2ddf95356c90d7142c010fc5c2fab87 by enigne
CHG: make two CIs separately for Ubuntu basic and codipack
(commit: 2b5a6ff)
The file was added.github/workflows/ubuntu-basic.yml
The file was removed.github/workflows/main-ci.yml
The file was added.github/workflows/ubuntu-codipack.yml
Commit 3e9e6916167aab31a365b9b174de8725f37e9b60 by enigne
CHG: Update test540, due to update default reinit_frequency
(commit: 3e9e691)
The file was modifiedtest/Archives/Archive540.arch (diff)
Commit 1e8a29bbd52abf433bcc35687cb7accad7f7392c by enigne
change the way to reuse workflow
(commit: 1e8a29b)
The file was modified.github/workflows/common-workflow.yml (diff)
The file was added.github/actions/ubuntu-latest-basic/build.yml
Commit 80151a869268d0cf9de72d7202a1f45555b37da7 by enigne
hard code the version of configure ISSM for now
(commit: 80151a8)
The file was modified.github/workflows/common-workflow.yml (diff)
Commit b2de6484fdb5db2aecf5b1c1f02cf18d18aed625 by enigne
BUG: fix CalvingCalvingMIP in Penta
(commit: b2de648)
The file was added.github/actions/build/action.yml
The file was removed.github/actions/ubuntu-latest-basic/build.yml
The file was modifiedsrc/c/classes/Elements/Penta.cpp (diff)
The file was modifiedsrc/c/classes/Elements/Tria.cpp (diff)
The file was modified.github/workflows/common-workflow.yml (diff)
The file was modified.github/actions/build/action.yml (diff)
Commit d8e2dd19529aa5e5282e29d518e340f9e97d2722 by enigne
separate prepare externalpackes and build
(commit: d8e2dd1)
The file was modified.github/workflows/common-workflow.yml (diff)
The file was modified.github/actions/build/action.yml (diff)
The file was added.github/actions/prepare-externalpackages/action.yml
The file was modified.github/actions/prepare-externalpackages/action.yml (diff)
The file was modified.github/actions/prepare-externalpackages/action.yml (diff)
The file was modified.github/actions/build/action.yml (diff)
The file was modified.github/workflows/common-workflow.yml (diff)
The file was modified.github/actions/prepare-externalpackages/action.yml (diff)
Commit ca8a4ee59dd11c05def4230ad66cd75cff94b93e by enigne
rerun CI, make input name shorter
(commit: ca8a4ee)
The file was modified.github/workflows/common-workflow.yml (diff)
The file was modified.github/actions/build/action.yml (diff)
The file was modifiedtest/Archives/Archive540.arch (diff)
The file was modified.github/workflows/common-workflow.yml (diff)
Commit c64a63f232cde139df042bebba4c73c8a373d6d8 by enigne
fix bug in uploading artifact
(commit: c64a63f)
The file was modified.github/workflows/common-workflow.yml (diff)
Commit d8bbe3353881c5cdf570fc25d6be81c0dc068d04 by enigne
BUG: fix CalvingCalvingMIP
(commit: d8bbe33)
The file was modifiedsrc/c/classes/Elements/Tria.cpp (diff)
The file was modifiedsrc/c/classes/Elements/Penta.cpp (diff)
Commit bdff0190acf6676f4a0a359c5b78f17f07738f9b by enigne
BUG: recompile ISSM, update test540 Archive
(commit: bdff019)
The file was modifiedtest/Archives/Archive540.arch (diff)
Commit 96b1b80cef916be54b2fce45db03c6f08f7290eb by enigne
CHG: update Archive affected by levelset.reinit_frequency=10
(commit: 96b1b80)
The file was removed.github/workflows/c-cpp-apt.yml
The file was modifiedtest/Archives/Archive541.arch (diff)
The file was modifiedtest/Archives/Archive543.arch (diff)
The file was modifiedtest/Archives/Archive545.arch (diff)
The file was removed.github/workflows/c-cpp.yml
The file was modifiedtest/Archives/Archive542.arch (diff)
Commit a79de1ef55ae6510368f213b32fb4f40edaa1a8b by noreply
add badges for Ubuntu Basic and CodiPack
(commit: a79de1e)
The file was modifiedREADME.md (diff)
Commit 6a2b0e01e3731ba59cf62e9a5f37f6e790df2f73 by support
CHG: MATLAB -> Python and Javascript
(commit: 6a2b0e0)
The file was modifiedsrc/m/classes/levelset.py (diff)
The file was modifiedsrc/m/classes/levelset.js (diff)
Commit b801141f3b4e58b5a528af78723c2c192244185c by Mathieu Morlighem
CHG: taking care of paths with white spaces
(commit: b801141)
The file was modifiedsrc/m/os/issmscpin.m (diff)
The file was modifiedsrc/m/os/issmscpout.m (diff)
Commit 74b82890308da4f3e934078beb994b9114b91203 by Mathieu Morlighem
CHG: relaxed tolerances for test 541
(commit: 74b8289)
The file was modifiedtest/NightlyRun/test541.py (diff)
The file was modifiedtest/NightlyRun/test541.m (diff)
The file was modifiedm4/issm_options.m4 (diff)
Commit e068d33f28a8b19d599f85531321675112b2f51e by 95945328+NJSchlegel
CHG: update to GEMB merge layers to parallel matlab version updates
(commit: e068d33)
The file was modifiedtest/Archives/Archive253.arch (diff)
The file was modifiedtest/Archives/Archive244.arch (diff)
The file was modifiedtest/Archives/Archive252.arch (diff)
The file was modifiedsrc/c/modules/SurfaceMassBalancex/SurfaceMassBalancex.h (diff)
The file was modifiedtest/Archives/Archive243.arch (diff)
The file was modifiedsrc/c/modules/SurfaceMassBalancex/Gembx.cpp (diff)
Commit 1b6b531b05282cffaa642cbb144a8689315cfd57 by 95945328+NJSchlegel
CHG: update GEMB tols for latest commit
(commit: 1b6b531)
The file was modifiedtest/NightlyRun/test253.m (diff)
The file was modifiedtest/NightlyRun/test253.py (diff)
The file was modifiedtest/NightlyRun/test252.m (diff)
The file was modifiedtest/NightlyRun/test243.m (diff)
The file was modifiedtest/NightlyRun/test244.py (diff)
The file was modifiedtest/NightlyRun/test244.m (diff)
The file was modifiedtest/NightlyRun/test252.py (diff)
The file was modifiedtest/NightlyRun/test243.py (diff)
Commit a727659447023021aded27d06da776892f117388 by 95945328+NJSchlegel
CHG: update remaining tols in windows and on git for GEMB
(commit: a727659)
The file was modifiedtest/NightlyRun/test253.py (diff)
The file was modifiedtest/NightlyRun/test253.m (diff)
Commit 2561795afb707304fcb4085b16432c25730ed261 by support
CHG: Cleanup of configuration options
(commit: 2561795)
The file was modifiedjenkins/pleiades-basic (diff)
The file was modifiedm4/issm_options.m4 (diff)
The file was modifiedjenkins/ross-win-msys2-mingw-msmpi-basic (diff)
The file was modifiedsrc/c/classes/Elements/Tria.cpp (diff)
The file was modifiedjenkins/pleiades-solid_earth (diff)
The file was modifiedsrc/c/Makefile.am (diff)
The file was modifiedsrc/c/classes/Loads/Friction.cpp (diff)
The file was removedjenkins/ross-win-msys2-gcc-msmpi-basic
The file was modifiedsrc/c/shared/Exceptions/Exceptions.cpp (diff)
The file was modifiedjenkins/pleiades-dakota (diff)
The file was modifiedjenkins/ross-win-msys2-mingw-msmpi-binaries-matlab (diff)
The file was modifiedsrc/c/shared/io/Print/PrintfFunction.cpp (diff)
The file was modifiedm4/issm_options.m4 (diff)
Commit 0db7fc21209ffa0722bf4259e1716eb39bbe739c by support
CHG: Removing support for Android
(commit: 0db7fc2)
The file was modifiedsrc/c/shared/Enum/EnumToStringx.cpp (diff)
The file was removedexternalpackages/android/android-sdk/installSDK-linux-x86.sh
The file was removedexternalpackages/android/android-sdk/install.sh
The file was modifiedsrc/c/shared/Enum/EnumDefinitions.h (diff)
The file was removedexternalpackages/android/android-ndk/installNDK-linux-x86.sh
The file was removedexternalpackages/android/android_aux.sh
The file was removedexternalpackages/android/android-ndk/install.sh
The file was modifiedsrc/c/shared/Enum/StringToEnumx.cpp (diff)
The file was removedexternalpackages/android/android-ndk/android_aux.sh
Commit 8d404e5de5f259c6d1b8d0ea5c2d9b8fe7f9ac63 by support
CHG: Synchronized enums after pull and merge
(commit: 8d404e5)
The file was modifiedsrc/c/shared/Enum/StringToEnumx.cpp (diff)
The file was modifiedsrc/c/shared/Enum/EnumToStringx.cpp (diff)
The file was modifiedsrc/c/shared/Enum/Enumjl.vim (diff)
The file was addedsrc/c/shared/Enum/issmenums.jl
The file was modifiedsrc/c/shared/Enum/Enum.vim (diff)
The file was modifiedjenkins/mac-intel-full (diff)
The file was modifiedjenkins/pleiades-solid_earth (diff)
The file was modifiedjenkins/pleiades-basic (diff)
The file was modifiedjenkins/pleiades-dakota (diff)
The file was modifiedjenkins/ross-win-msys2-mingw-msmpi-basic (diff)
The file was modifiedjenkins/ross-win-msys2-mingw-msmpi-binaries-matlab (diff)
Commit 3148eb24217bea6190c1db813de8e12c3866f0e1 by support
BUG: Correcting env var substitution
(commit: 3148eb2)
The file was modifiedsrc/wrappers/python/Makefile.am (diff)
The file was modifiedm4/issm_options.m4 (diff)
The file was modifiedsrc/c/Makefile.am (diff)
The file was modifiedsrc/wrappers/matlab/Makefile.am (diff)
The file was modifiedjenkins/ross-win-msys2-mingw-msmpi-basic (diff)
The file was modifiedjenkins/ross-win-msys2-mingw-msmpi-binaries-matlab (diff)
The file was modifiedjenkins/ross-debian_linux-javascript (diff)
The file was modifiedjenkins/ross-debian_linux-full-mplapack (diff)
The file was modifiedjenkins/ross-debian_linux-dakota (diff)
Commit 4977f2a8cd9719eb815f90199a3ba643adbe66b5 by support
CHG: Moving standard env vars to issm_options for MSYS2 builds
(commit: 4977f2a)
The file was modifiedjenkins/ross-win-msys2-mingw-msmpi-basic (diff)
The file was modifiedm4/issm_options.m4 (diff)
The file was modifiedjenkins/ross-win-msys2-mingw-msmpi-binaries-matlab (diff)
Commit 53ee210e12885e4e96287529f0d2d39bfc5236e5 by support
CHG: Cleanup; missing env var for Javascript build
(commit: 53ee210)
The file was modifiedjenkins/ross-debian_linux-javascript (diff)
The file was modifiedm4/issm_options.m4 (diff)
The file was modifiedm4/issm_options.m4 (diff)