From noreply at github.com Mon Oct 6 15:29:26 2025 From: noreply at github.com (Steven R. Brandt) Date: Mon, 06 Oct 2025 13:29:26 -0700 Subject: [Commits] [EinsteinToolkit/Carpet] 9d2caa: Carpet: fix problem with current_scheduled_functio... Message-ID: Branch: refs/heads/scupp/regridValidity Home: https://github.com/EinsteinToolkit/Carpet Commit: 9d2caa4768a9fdb16d73ca6ee4ccb8ef14ad435c https://github.com/EinsteinToolkit/Carpet/commit/9d2caa4768a9fdb16d73ca6ee4ccb8ef14ad435c Author: Steven R. Brandt Date: 2023-11-17 (Fri, 17 Nov 2023) Changed paths: M Carpet/src/CallFunction.cc Log Message: ----------- Carpet: fix problem with current_scheduled_function being a global. passes cGH* to call function Commit: 0da086fe8c87afe345db0aaa89a0e2474b521826 https://github.com/EinsteinToolkit/Carpet/commit/0da086fe8c87afe345db0aaa89a0e2474b521826 Author: Roland Haas Date: 2024-07-02 (Tue, 02 Jul 2024) Changed paths: M CarpetReduce/test/periodic_weight.par R CarpetReduce/test/periodic_weight/grid_coordinates.asc A CarpetReduce/test/periodic_weight/grid_coordinates.txt R CarpetReduce/test/periodic_weight/grid_structure.asc A CarpetReduce/test/periodic_weight/grid_structure.txt Log Message: ----------- CarpetReduce: rename test output files not containing numerical data Commit: 03b6db946ea7721d9d07f465b24f8ac0f9ff98d7 https://github.com/EinsteinToolkit/Carpet/commit/03b6db946ea7721d9d07f465b24f8ac0f9ff98d7 Author: Steven R. Brandt Date: 2024-08-08 (Thu, 08 Aug 2024) Changed paths: M CarpetLib/src/gdata.cc Log Message: ----------- Carpet: Some tests were triggering a segfault when Carpet tried to dereference a null dst pointer. This fixes that issue. Commit: ff99c0d16feb6282edb0b21f2151a520d4a63d0d https://github.com/EinsteinToolkit/Carpet/commit/ff99c0d16feb6282edb0b21f2151a520d4a63d0d Author: Roland Haas Date: 2024-11-05 (Tue, 05 Nov 2024) Changed paths: M LoopControl/src/loopcontrol.cc Log Message: ----------- LoopControl: replace __allign__ with posix_memalign this seems to prevent a SEGFAULT and possible race condition when compiled with vectorization support enabled Commit: 99c01a80219af62195e9dcc674e436c5f8309dbe https://github.com/EinsteinToolkit/Carpet/commit/99c01a80219af62195e9dcc674e436c5f8309dbe Author: Roland Haas Date: 2024-11-05 (Tue, 05 Nov 2024) Changed paths: M LoopControl/src/loopcontrol.cc Log Message: ----------- LoopControl: initialize fine_thread control structures Commit: c9b648bd64eb861c034d39c3edf598ed72f4ba69 https://github.com/EinsteinToolkit/Carpet/commit/c9b648bd64eb861c034d39c3edf598ed72f4ba69 Author: Roland Haas Date: 2025-01-16 (Thu, 16 Jan 2025) Changed paths: M CarpetInterp/src/interp.cc Log Message: ----------- CarpetInterp: make atomic capture operation strictly a supported one Commit: 4643e64b2fb7032cad5d1d6886ad03932325305d https://github.com/EinsteinToolkit/Carpet/commit/4643e64b2fb7032cad5d1d6886ad03932325305d Author: Steven R. Brandt Date: 2025-10-06 (Mon, 06 Oct 2025) Changed paths: M Carpet/src/CallFunction.cc M CarpetInterp/src/interp.cc M CarpetLib/src/gdata.cc M CarpetReduce/test/periodic_weight.par R CarpetReduce/test/periodic_weight/grid_coordinates.asc A CarpetReduce/test/periodic_weight/grid_coordinates.txt R CarpetReduce/test/periodic_weight/grid_structure.asc A CarpetReduce/test/periodic_weight/grid_structure.txt M LoopControl/src/loopcontrol.cc Log Message: ----------- Merge branch 'master' into scupp/regridValidity Commit: e9a15a1c664a96ce55cd5dda0b45bc33c0accbd5 https://github.com/EinsteinToolkit/Carpet/commit/e9a15a1c664a96ce55cd5dda0b45bc33c0accbd5 Author: Steven R. Brandt Date: 2025-10-06 (Mon, 06 Oct 2025) Changed paths: M Carpet/src/Evolve.cc Log Message: ----------- Fix indentation Compare: https://github.com/EinsteinToolkit/Carpet/compare/c196a80d98f5...e9a15a1c664a To unsubscribe from these emails, change your notification settings at https://github.com/EinsteinToolkit/Carpet/settings/notifications From noreply at github.com Mon Oct 6 21:34:43 2025 From: noreply at github.com (Steven R. Brandt) Date: Mon, 06 Oct 2025 19:34:43 -0700 Subject: [Commits] [EinsteinToolkit/Carpet] b14393: Add comment explaining the reason for the change. Message-ID: Branch: refs/heads/scupp/regridValidity Home: https://github.com/EinsteinToolkit/Carpet Commit: b143939ac2d5d7d07f633b3f0ba5e9ecfa7cbed1 https://github.com/EinsteinToolkit/Carpet/commit/b143939ac2d5d7d07f633b3f0ba5e9ecfa7cbed1 Author: Steven R. Brandt Date: 2025-10-06 (Mon, 06 Oct 2025) Changed paths: M Carpet/src/Evolve.cc Log Message: ----------- Add comment explaining the reason for the change. To unsubscribe from these emails, change your notification settings at https://github.com/EinsteinToolkit/Carpet/settings/notifications From noreply at github.com Thu Oct 9 09:24:01 2025 From: noreply at github.com (Roland Haas) Date: Thu, 09 Oct 2025 07:24:01 -0700 Subject: [Commits] [EinsteinToolkit/Carpet] 6ddf4c: Carpet: Added PreSync support in regrid (#8) Message-ID: Branch: refs/heads/master Home: https://github.com/EinsteinToolkit/Carpet Commit: 6ddf4c7f27a20fbf315ba16b40c34e6545b8b25d https://github.com/EinsteinToolkit/Carpet/commit/6ddf4c7f27a20fbf315ba16b40c34e6545b8b25d Author: Roland Haas Date: 2025-10-09 (Thu, 09 Oct 2025) Changed paths: M Carpet/src/Evolve.cc Log Message: ----------- Carpet: Added PreSync support in regrid (#8) * Carpet: Added PreSync support in regrid This change adds logic in the regridding to remove valid status from the ghost zones. Grid functions which have prolongation set to 'no' should instead be set to 'nowhere', but this is not yet implemented. --------- Co-authored-by: Samuel Cupp Co-authored-by: Steven R. Brandt To unsubscribe from these emails, change your notification settings at https://github.com/EinsteinToolkit/Carpet/settings/notifications