Skip to content
Jenkins
Infrastructure
Debian Linux - MATLAB License Check
Changes
Search
Sign in
Status
Changes
Builds
Loading builds...
No builds
Newer builds
Older builds
Changes
#41 (Aug 28, 2026, 12:55:00 PM)
CHG: streamlining Params so that it behaves like Inputs (centralize enum_type in Param.h etc)
(
e003ef2
)
mathieu.morlighem
at
7:35 AM 8/22/26
CHG: streamlining all the SetValues as only one is relevant per class, use Param.h to set the default behavior
(
e24395a
)
mathieu.morlighem
at
7:50 AM 8/22/26
CHG: moved most GetParameter to Param.h, only one or 2 are used by each Param class
(
8c128f7
)
mathieu.morlighem
at
8:22 AM 8/22/26
CHG: all these classes return -1 for Id, moved this behavior to Param.h
(
4b9f15b
)
mathieu.morlighem
at
8:27 AM 8/22/26
CHG: moving ObjectEnum to headerfile since it is so simple
(
c5a4d2f
)
mathieu.morlighem
at
8:41 AM 8/22/26
CHG: final cleanup of Params, looks much better now
(
e93dace
)
mathieu.morlighem
at
8:56 AM 8/22/26
CHG: streamlining Inputs, just like we did for Params
(
bbcbb6c
)
mathieu.morlighem
at
11:32 AM 8/22/26
CHG: removing unused functions
(
3c79363
)
mathieu.morlighem
at
12:01 PM 8/22/26
CHG: cleaning up unused variables in Tria
(
1d57f00
)
mathieu.morlighem
at
1:49 PM 8/22/26
CHG: removing unused variables
(
3270d3d
)
mathieu.morlighem
at
3:56 PM 8/23/26
CHG: did not mean to add this file, removing
(
d55aa15
)
mathieu.morlighem
at
3:59 PM 8/23/26
CHG: removing more unused variables
(
434f3c4
)
mathieu.morlighem
at
5:02 PM 8/23/26
CHG: removing unnecessary includes
(
06ae86e
)
mathieu.morlighem
at
5:09 PM 8/23/26
BUG: m1qn3 now behaves the same as the FORTRAN code
(
3ea0add
)
mathieu.morlighem
at
9:57 PM 8/23/26
CHG: added some more explanations needed to speed up Claude
(
1f33e8d
)
mathieu.morlighem
at
12:49 AM 8/24/26
Pushing some minor unversioned changes to JavaScript interface to trigger Jenkins
(
cbefca7
)
34657535+TidbitSoftware
at
10:19 AM 8/24/26
NEW: added install-3.25-linux.sh
(
8750ddd
)
mathieu.morlighem
at
5:03 PM 8/24/26
Enabling debugging on binaries builds to allow SLC functionality.
(
e54aecf
)
34657535+TidbitSoftware
at
11:25 AM 8/25/26
NEW: Added simple lookup method to parameters to check if any given requestedresult are present; CHG: removed ISSM_DEBUG gating on Barystatic SLC inputs (#179)
(
296e88f
)
noreply
at
4:13 PM 8/25/26
CHG: minor bug fix detected by claude
(
b7835a6
)
mathieu.morlighem
at
5:23 PM 8/25/26
CHG: homogenized function descriptions, fixed typos, etc
(
f39fe26
)
mathieu.morlighem
at
6:24 PM 8/25/26
CHG: removing white line after function declaration
(
8242ec5
)
mathieu.morlighem
at
6:39 PM 8/25/26
Disabling debugging again on binaries builds now that it is no longer necessary for SLC
(
c4fc3ed
)
34657535+TidbitSoftware
at
7:37 PM 8/25/26
CHG: removing weird relic from initial import
(
898285e
)
mathieu.morlighem
at
5:52 PM 8/26/26
CHG: minor cosmetics
(
2feef26
)
mathieu.morlighem
at
5:59 PM 8/26/26
CHG: fixed read/write netcdf for MATLAB/python. Tested a few models and worked surprisingly well
(
29dd6d1
)
mathieu.morlighem
at
10:34 PM 8/26/26
Updated Autotools package versions; updated Triangle
(
81f2abd
)
34657535+TidbitSoftware
at
9:11 PM 8/27/26
ADD: a Thickness Stabilization Scheme for SSA, desgined by Clara Henry and Josefin Ahlkrona
(
d4c5500
)
enigne
at
12:00 AM 8/28/26
CHG:set default theta in SSA stabilization to 0 (not use TSS)
(
95f6f56
)
enigne
at
12:12 AM 8/28/26
BUG:fix grounded type for Codipack
(
2b7a698
)
enigne
at
12:43 AM 8/28/26
CHG: removed --enable-ad that was dead code and fixed POSIX syntax that can be problematic
(
b7668fd
)
mathieu.morlighem
at
5:57 AM 8/28/26
CHG: some clusters do not have etcpath
(
881d8c9
)
mathieu.morlighem
at
7:36 AM 8/28/26
FIX: update pfe options
(
4bbc6c8
)
helene.l.seroussi
at
7:43 AM 8/28/26
CHF: changed defaults for pfe
(
ed8ae5f
)
helene.l.seroussi
at
7:51 AM 8/28/26
CHG: wrong path to environment.sh
(
f79ce42
)
mathieu.morlighem
at
10:30 AM 8/28/26
CHG: removing unnecessary print
(
0468257
)
mathieu.morlighem
at
10:30 AM 8/28/26
Archive updates for CoDiPack tests; adjusted tolerances
(
bcb7763
)
34657535+TidbitSoftware
at
10:40 AM 8/28/26
CHG: updated all node options for pleiades
(
16f00d4
)
helene.l.seroussi
at
11:33 AM 8/28/26
#40 (Aug 21, 2026, 12:55:00 PM)
CHG: made some changes to folding. Do we actually use this function??
(
f11b5ae
)
mathieu.morlighem
at
9:27 AM 8/14/26
BUG: clashes with other interpBedmap2 function, and we are now at BedMap3 anyway :)
(
4a619a5
)
mathieu.morlighem
at
9:36 AM 8/14/26
CHG: plot_section.m - line colormap only for 2D dataset.
(
9c92bdb
)
inwoopark0415
at
6:40 PM 8/16/26
CHG: subplotmodel.m - Support the "axes" option in either handle or 1×4 vector format.
(
8962ef3
)
inwoopark0415
at
6:45 PM 8/16/26
CHG: Fix minor in gadi cluster.
(
ac4b88e
)
inwoopark0415
at
7:52 PM 8/16/26
CHG: hydrologyprescribe supports 3D model with extruding 3D.
(
32fd74b
)
inwoopark0415
at
1:25 AM 8/19/26
CHG: no need to save gradient in controlparam anymore
(
ee801af
)
mathieu.morlighem
at
12:58 PM 8/19/26
CHG: no need to save aG anymore because it is unused in these functions
(
462410e
)
mathieu.morlighem
at
12:58 PM 8/19/26
#39 (Aug 14, 2026, 12:55:00 PM)
CHG: Synchronize Python > Matlab. Add gadi cluster in matlab.
(
f91ce0c
)
inwoopark0415
at
1:28 AM 8/10/26
CHG: shear2d is a duplicate of what mechanicalproperties can do
(
55aa301
)
mathieu.morlighem
at
5:56 AM 8/11/26
CHG: cosmetics
(
9d888b8
)
mathieu.morlighem
at
5:57 AM 8/11/26
CHG: cosmetics
(
9da2c1b
)
mathieu.morlighem
at
5:57 AM 8/11/26
CHG: removing gradient from control inputs because it is now handled by the optimizer
(
f9d0739
)
mathieu.morlighem
at
7:10 AM 8/11/26
CHG: optimizer now returns gradient
(
bc60b04
)
mathieu.morlighem
at
7:10 AM 8/11/26
CHG: no need to output control anymore, it is done by core
(
d2dd416
)
mathieu.morlighem
at
7:11 AM 8/11/26
CHG: updated archive now that gradient is not automatically extruded
(
5857f34
)
mathieu.morlighem
at
7:11 AM 8/11/26
CHG: no need to set gradient anymore since G is handled directly by core
(
0b6e0e5
)
mathieu.morlighem
at
7:12 AM 8/11/26
CHG: updating cores now that gradient is handled outside of inputs
(
db409ab
)
mathieu.morlighem
at
7:13 AM 8/11/26
CHG: removing all the SetGradients now that it's gone
(
05f3e18
)
mathieu.morlighem
at
8:29 AM 8/11/26
BUG: should not deal with gradient anymore
(
1e03563
)
mathieu.morlighem
at
8:56 AM 8/11/26
BUG: fixed codipack
(
12358cd
)
Mathieu Morlighem
at
2:41 PM 8/11/26
CHG: fixed friction linearizations for laws different than 1 and 4
(
07bf6a1
)
mathieu.morlighem
at
3:17 AM 8/13/26
CHG: fixed documentation
(
fa184c4
)
mathieu.morlighem
at
3:18 AM 8/13/26
CHG: use same behavior for Schoof as C++ code
(
e152e74
)
mathieu.morlighem
at
3:40 AM 8/13/26
CHG: removing isnan(N) that is not needed
(
b7229de
)
mathieu.morlighem
at
3:41 AM 8/13/26
#37 (Jul 31, 2026, 12:55:00 PM)
CHG: default option in TJhpc is AMD node
(
8a18ecf
)
enigne
at
1:44 AM 7/28/26
CHG: update interp ITSLIVE and MEaSUREs to be able to load the data files from other machine
(
69148f9
)
enigne
at
1:00 AM 7/29/26
CHG: do not unzip file if batch mode on local machine
(
7c25248
)
mathieu.morlighem
at
6:54 AM 7/29/26
NEW: added linearization for frictionschoof
(
fa1740a
)
mathieu.morlighem
at
2:43 AM 7/30/26
CHG: linearize was not marshalled
(
3aa677c
)
mathieu.morlighem
at
3:16 AM 7/30/26
CHG: minor indentation
(
1d86fb1
)
mathieu.morlighem
at
3:17 AM 7/30/26
CHG: generic can now work for machines that are not local
(
8142fee
)
mathieu.morlighem
at
5:09 AM 7/31/26
CHG: fixing restart command that had two times &&
(
bfbd78a
)
mathieu.morlighem
at
5:25 AM 7/31/26
#36 (Jul 24, 2026, 12:55:00 PM)
Moved definition of ISSM_PREFIX to configure.ac to avoid weird quoting issues on Windows and consolidate multiple definitions.
(
79430b8
)
34657535+TidbitSoftware
at
1:58 PM 7/18/26
CHG: fixing PREFIX
(
42a8b51
)
mathieu.morlighem
at
2:24 PM 7/18/26
Further quoting for ISSM_PREFIX on Windows
(
e7fe1a9
)
34657535+TidbitSoftware
at
2:55 PM 7/18/26
Reverting change to work further on quoting on Windows
(
fffe434
)
34657535+TidbitSoftware
at
3:55 PM 7/18/26
CHG: trying to fix ADOLC
(
0b8f332
)
mathieu.morlighem
at
9:43 AM 7/19/26
CHG: adding tag 2026.3
(
9f037c5
)
mathieu.morlighem
at
9:31 AM 7/21/26
ADD: Tongji-HPC to the cluster
(
0665e56
)
enigne
at
12:03 AM 7/22/26
CHG: add error message so that people don't try full adjoint with FS
(
3384282
)
mathieu.morlighem
at
5:10 AM 7/23/26
#35 (Jul 17, 2026, 12:55:00 PM)
CHG: Fix healing term in damage evolution with Pralong.
(
6830c9c
)
inwoopark0415
at
5:38 PM 7/11/26
CHG: Fix healing term in damage evolution with Pralong.
(
0a0a369
)
inwoo0415
at
5:47 PM 7/11/26
CHG: Update the archive for test275 to reflect the changes to the Pralong damage law.
(
87f666d
)
inwoopark0415
at
6:51 PM 7/11/26
CHG: added comment sign so that output name display when typing help
(
aa1552c
)
mathieu.morlighem
at
11:55 AM 7/13/26
BUG: forgot to delete materials for 3D meshes
(
43c4a63
)
Mathieu Morlighem
at
8:24 AM 7/15/26
CHG: Improved sealevelchange core's tracking of mass changes when significant grounding/coast line migration is involved
(
dd94546
)
lambert.caron
at
9:27 AM 7/16/26
CHG: Improved sealevelchange core's tracking of mass changes when significant grounding/coast line migration is involved
(
47a5eac
)
lambert.caron
at
9:29 AM 7/16/26
CHG: Improved sealevelchange core's tracking of mass changes when significant grounding/coast line migration is involved
(
aeef284
)
lambert.caron
at
11:10 AM 7/16/26
CHG: Improved sealevelchange core's tracking of mass changes when significant grounding/coast line migration is involved
(
ab79309
)
lambert.caron
at
11:42 AM 7/16/26
[BUG]: bamg seems to be OS-dependent when it comes to the mesh for test2091, changed the test to check a profile on required vertices
(
a631d09
)
lambert.caron
at
1:25 PM 7/16/26
[BUG]: switching to pre-gen mesh for test2091, 2092 for consistency across OS
(
75f1f6f
)
lambert.caron
at
2:03 PM 7/16/26
ADD: install petsc in Tongji HPC
(
61977ec
)
chenggong
at
11:57 PM 7/16/26
#34 (Jul 10, 2026, 12:55:00 PM)
Lowering C standard for GCC when compiling Triangle on Windows
(
e2be12e
)
34657535+TidbitSoftware
at
3:04 PM 7/3/26
Reducing list of manually-supplied library link flags now that we are using newer pacman-supplied copy of MS-MPI
(
0035806
)
34657535+TidbitSoftware
at
7:45 PM 7/3/26
Need quadmath library
(
bc35e95
)
34657535+TidbitSoftware
at
10:51 PM 7/3/26
BUG: tiny fix, missing the 3 parameter case
(
3ecdd7b
)
f007fk5
at
2:26 PM 7/4/26
CHG: cleanup: removing Radar cost function and Enums, and removing triangle.h from toolkits
(
fdcbad6
)
mathieu.morlighem
at
9:07 AM 7/6/26
CHG: no more radar cost function
(
4b45b98
)
mathieu.morlighem
at
9:14 AM 7/6/26
CHG: removing header file
(
f45b354
)
mathieu.morlighem
at
2:33 AM 7/9/26
CHG: added example
(
4d9daf3
)
Mathieu Morlighem
at
2:34 AM 7/9/26
CHG: relaxed tolerances
(
2a02f89
)
mathieu.morlighem
at
2:52 AM 7/9/26
CHG: Remove user's specific.
(
4e5aa25
)
inwoo0415
at
6:23 PM 7/9/26
CHG: Update default parameters in ismip7 ocean forcings.
(
3c560e5
)
inwoo0415
at
6:24 PM 7/9/26
CHG: Support string cell arrays for colorbar ticks. Additionally, generate numeric tick labels on a single line.
(
e9bba04
)
inwoopark0415
at
11:44 PM 7/9/26
CHG: adding HydrologyMoulinInputEnum as control and a couple of estetic changes
(
bc1c34a
)
Mathieu Morlighem
at
3:15 AM 7/10/26
BUG: when copying a hook, we should NOT copy the pointers because other datasets are already being copied and we don't want to point to obects of the original dataset
(
f711220
)
Mathieu Morlighem
at
3:31 AM 7/10/26
BUG: now loads need to be reconfigured after being copied
(
790b18c
)
Mathieu Morlighem
at
4:01 AM 7/10/26
#33 (Jul 3, 2026, 1:22:58 PM)
CHG: removed lines not used
(
c855368
)
helene.l.seroussi
at
3:25 PM 6/29/26
NEW: added module for ocean connectivity and ice shelf melt applied only to areas connected to the ocean
(
e902574
)
helene.l.seroussi
at
4:26 AM 6/30/26
FIX: need new nomelt_under_lakes for vertical analysis
(
2dce2c9
)
helene.l.seroussi
at
5:07 AM 6/30/26
FIX: forgot bracket for the check because of nomelt_under_lakes
(
6702993
)
helene.l.seroussi
at
5:20 AM 6/30/26
FIX: fixed new values check in nomeltunderlake for python and js
(
c32a6ae
)
helene.l.seroussi
at
5:54 AM 6/30/26
CHG: interpISMIP7AntarcticaSMB.m - Fix treating nan values in SMB. Also enable to support 'historical' periods.
(
bd1d69a
)
inwoo0415
at
6:29 AM 6/30/26
BUG: Resolve memory leakage problem in Ismip7FloatingiceMeltingRate.
(
8dd1f37
)
inwoo0415
at
6:29 AM 6/30/26
Updates for Windows builds after upgrading system copy of Python
(
b019bb0
)
34657535+TidbitSoftware
at
1:45 PM 7/1/26
CHG: added better error message so that we can remove this function altogether
(
33d49fd
)
mathieu.morlighem
at
3:41 PM 7/1/26
CHG: minor cosmetics
(
9c52f7c
)
mathieu.morlighem
at
3:41 PM 7/1/26
CHG: minor cosmetics
(
1773997
)
mathieu.morlighem
at
3:41 PM 7/1/26
NEW: adding new way to read and broadcast data from binary file. Until now rank 0 reads and broadcasts entire fields but we sometimes run out of memory for very large fields (e.g., SMB). Instead, rank 0 now creates tailored arrays for each partition and that's what's being send. It does not work yet, this is an intermediary commit for debugging, so this behavior is not yet activated. This will be a long summer project...
(
4cd7a6b
)
mathieu.morlighem
at
3:45 PM 7/1/26
NEW: new approach now working and debugged, but not turned on by default
(
0b57124
)
Mathieu Morlighem
at
4:36 AM 7/2/26
BUG: only delete rank0_vert_ids if it is not NULL
(
e4631ad
)
Mathieu Morlighem
at
11:17 AM 7/2/26
CHG: no need to pull C every iteration
(
c79ac1d
)
Mathieu Morlighem
at
3:41 AM 7/3/26
Simplified ISSM and PETSc configs for Windows
(
70edbe2
)
34657535+TidbitSoftware
at
11:14 AM 7/3/26
#32 (Jun 26, 2026, 12:55:00 PM)
CHG: mech/mechanicalproperties.m updated to ensure that power (n) cannot be of length 1.
(
86ff006
)
benjamingetraer
at
10:33 AM 6/22/26
CHG: added RMSEs as J in results
(
95b6abb
)
mathieu.morlighem
at
10:34 AM 6/23/26
CHG: minor cosmetics for valgrind
(
a3c4164
)
Mathieu Morlighem
at
10:46 AM 6/23/26
CHG: no need to prescribe 'benchmark','all' when prescriving ids>1000
(
9deffc2
)
mathieu.morlighem
at
1:16 PM 6/24/26