From trac-noreply at einsteintoolkit.org Tue Mar 5 15:46:04 2024 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Tue, 05 Mar 2024 21:46:04 +0000 Subject: #2782: GRHayLib fails to compile on testing server with ‘max_lorenz_factor’ undeclared Message-ID: #2782: GRHayLib fails to compile on testing server with ?max_lorenz_factor? undeclared Reporter: Roland Haas Status: new Milestone: Version: Type: bug Priority: major Component: EinsteinToolkit thorn On the CI testing server building the ET fails with: ``` -05T00:10:22.0014094Z Checking status of thorn GRHayLib 2024-03-05T00:10:22.1750005Z COMPILING GRHayL/GRHayLib/src/initialize_and_shutdown.c 2024-03-05T00:10:22.2282841Z /home/runner/work/tests/tests/master/configs/sim/build/GRHayLib/initialize_and_shutdown.c: In function ?GRHayLib_initialize?: 2024-03-05T00:10:22.2286561Z /home/runner/work/tests/tests/master/configs/sim/build/GRHayLib/initialize_and_shutdown.c:165:7: error: ?max_lorenz_factor? undeclared (first use in this function); did you mean ?max_Lorentz_factor?? 2024-03-05T00:10:22.2288608Z 165 | max_lorenz_factor, Lorenz_damping_factor, 2024-03-05T00:10:22.2289476Z | ^~~~~~~~~~~~~~~~~ 2024-03-05T00:10:22.2290397Z | max_Lorentz_factor 2024-03-05T00:10:22.2292076Z /home/runner/work/tests/tests/master/configs/sim/build/GRHayLib/initialize_and_shutdown.c:165:7: note: each undeclared identifier is reported only once for each function it appears in 2024-03-05T00:10:22.2324428Z make[3]: *** [/home/runner/work/tests/tests/master/configs/sim/config-data/make.config.rules:267: initialize_and_shutdown.c.o] Error 1 2024-03-05T00:10:22.2327122Z make[2]: *** [/home/runner/work/tests/tests/master/lib/make/make.thornlib:113: make.checked] Error 2 2024-03-05T00:10:22.2332236Z make[1]: *** [/home/runner/work/tests/tests/master/lib/make/make.configuration:179: /home/runner/work/tests/tests/master/configs/sim/lib/libthorn_GRHayLib.a] Error 2 ``` See full log at [https://github.com/EinsteinToolkit/tests/actions/runs/8148610359/job/22271765455#step:9:29381](https://github.com/EinsteinToolkit/tests/actions/runs/8148610359/job/22271765455#step:9:29381) This does not seem to happen on my workstation. -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2782/grhaylib-fails-to-compile-on-testing -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Tue Mar 5 15:55:48 2024 From: trac-noreply at einsteintoolkit.org (Samuel Cupp) Date: Tue, 05 Mar 2024 21:55:48 +0000 Subject: #2782: GRHayLib fails to compile on testing server with ‘max_lorenz_factor’ undeclared Message-ID: #2782: GRHayLib fails to compile on testing server with ?max_lorenz_factor? undeclared Reporter: Roland Haas Status: new Milestone: Version: Type: bug Priority: major Component: EinsteinToolkit thorn Comment (by Samuel Cupp): @{557058:59e031ba-9bb5-4298-a472-7b99d0ae6f22} I pushed a fix that should resolve that. I don?t know what the CI schedule is on, but please let me know if it fails again. -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2782/grhaylib-fails-to-compile-on-testing -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Tue Mar 5 16:04:40 2024 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Tue, 05 Mar 2024 22:04:40 +0000 Subject: #2782: GRHayLib fails to compile on testing server with ‘max_lorenz_factor’ undeclared Message-ID: #2782: GRHayLib fails to compile on testing server with ?max_lorenz_factor? undeclared Reporter: Roland Haas Status: new Milestone: Version: Type: bug Priority: major Component: EinsteinToolkit thorn Comment (by Roland Haas): hmm, this has been fixed around git hash [ee70afd](https://github.com/GRHayL/GRHayL/commits/ee70afd0c49bdde1cc65ec0771a93649793940c5) "Fixed Lorenz->Lorentz in parameter name" of [GRHayL](https://github.com/GRHayL/GRHayL) and git hash [fbb3d00](https://github.com/GRHayL/GRHayL/commits/fbb3d00ef4bc65f2e5728100fb77c7e1a54893ab) "CI: fixed compilation error" of [GRHayL](https://github.com/GRHayL/GRHayL) or so, yes? Those claim be couple of days old, but maybe ?commit? and ?push? here are different. I?ll trigger a CI build. -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2782/grhaylib-fails-to-compile-on-testing -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Wed Mar 6 10:18:36 2024 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Wed, 06 Mar 2024 16:18:36 +0000 Subject: #2782: GRHayLib fails to compile on testing server with ‘max_lorenz_factor’ undeclared Message-ID: #2782: GRHayLib fails to compile on testing server with ?max_lorenz_factor? undeclared Reporter: Roland Haas Status: resolved Milestone: Version: Type: bug Priority: major Component: EinsteinToolkit thorn Changes (by Roland Haas): status: resolved (was new) -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2782/grhaylib-fails-to-compile-on-testing -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Wed Mar 6 10:34:43 2024 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Wed, 06 Mar 2024 16:34:43 +0000 Subject: [ET Trac] #2781: Fix bug in debug mode with presync_mode = "off" Message-ID: #2781: Fix bug in debug mode with presync_mode = "off" Reporter: Samuel Cupp Status: open Milestone: ET_2024_05 Version: Type: bug Priority: major Component: Cactus Changes (by Roland Haas): status: open (was new) -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2781/fix-bug-in-debug-mode-with-presync_mode -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Wed Mar 6 10:35:58 2024 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Wed, 06 Mar 2024 16:35:58 +0000 Subject: [ET Trac] #2781: Fix bug in debug mode with presync_mode = "off" Message-ID: #2781: Fix bug in debug mode with presync_mode = "off" Reporter: Samuel Cupp Status: open Milestone: ET_2024_05 Version: Type: bug Priority: major Component: Cactus Comment (by Roland Haas): Are there any updates on this? -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2781/fix-bug-in-debug-mode-with-presync_mode -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Wed Mar 6 10:39:11 2024 From: trac-noreply at einsteintoolkit.org (Erik Schnetter) Date: Wed, 06 Mar 2024 16:39:11 +0000 Subject: [ET Trac] #2783: MoL: Avoid empty array Message-ID: #2783: MoL: Avoid empty array Reporter: Erik Schnetter Status: new Milestone: Version: Type: bug Priority: minor Component: EinsteinToolkit thorn Automatic C arrays cannot be empty. Use a size-1 array instead if necessary. See [https://bitbucket.org/cactuscode/cactusnumerical/pull-requests/21](https://bitbucket.org/cactuscode/cactusnumerical/pull-requests/21) Found by enabling run-time compiler checks in debug mode. -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2783/mol-avoid-empty-array -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Wed Mar 6 10:41:12 2024 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Wed, 06 Mar 2024 16:41:12 +0000 Subject: #2782: GRHayLib fails to compile on testing server with ‘max_lorenz_factor’ undeclared Message-ID: #2782: GRHayLib fails to compile on testing server with ?max_lorenz_factor? undeclared Reporter: Roland Haas Status: resolved Milestone: Version: Type: bug Priority: major Component: EinsteinToolkit thorn Comment (by Roland Haas): Test of trac header encoding, please ignore. -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2782/grhaylib-fails-to-compile-on-testing -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Wed Mar 6 10:42:46 2024 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Wed, 06 Mar 2024 16:42:46 +0000 Subject: [ET Trac] #2782: GRHayLib fails to compile on testing server with 'max_lorenz_factor' undeclared Message-ID: #2782: GRHayLib fails to compile on testing server with 'max_lorenz_factor' undeclared Reporter: Roland Haas Status: resolved Milestone: Version: Type: bug Priority: major Component: EinsteinToolkit thorn Changes (by Roland Haas): title: GRHayLib fails to compile on testing server with 'max_lorenz_factor' undeclared (was GRHayLib fails to compile on testing server with ‘max_lorenz_factor’ undeclared) -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2782/grhaylib-fails-to-compile-on-testing -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Wed Mar 6 11:31:52 2024 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Wed, 06 Mar 2024 17:31:52 +0000 Subject: [ET Trac] #2783: MoL: Avoid empty array Message-ID: #2783: MoL: Avoid empty array Reporter: Erik Schnetter Status: new Milestone: Version: Type: bug Priority: minor Component: EinsteinToolkit thorn Comment (by Roland Haas): I?d add a comment describing this to the code, otherwise a future reader may wonder why the size of 1 is needed or put the whole block into a `if(nsrsc > 0) {...}` block which makes the reason explicit in code but is a larger and possibly hard to do \(if the extra scope causes issues\) change. -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2783/mol-avoid-empty-array -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Wed Mar 6 13:08:32 2024 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Wed, 06 Mar 2024 19:08:32 +0000 Subject: [ET Trac] =?utf-8?q?=232782=3A_GRHayLib_fails_to_compile_on_test?= =?utf-8?q?ing_server_with_=E2=80=98max_lorenz=3D___factor=E2=80=99_undecl?= =?utf-8?q?ared?= Message-ID: #2782: GRHayLib fails to compile on testing server with ?max_lorenz_factor? undeclared Reporter: Roland Haas Status: closed Milestone: Version: Type: bug Priority: major Component: EinsteinToolkit thorn Changes (by Roland Haas): status: closed (was resolved) -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2782/grhaylib-fails-to-compile-on-testing -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Wed Mar 6 13:23:53 2024 From: trac-noreply at einsteintoolkit.org (tootle) Date: Wed, 06 Mar 2024 19:23:53 +0000 Subject: [ET Trac] #2772: Issues link against Kadath thorns and Intel MKL due to link ordering Message-ID: #2772: Issues link against Kadath thorns and Intel MKL due to link ordering Reporter: tootle Status: open Milestone: Version: Type: bug Priority: major Component: EinsteinToolkit thorn Comment (by tootle): This is still in the dev branch as I need to test it more thoroughly with the build script. I also ran into an issue on frontier where the external libs linked against didn?t match the libs the fuka library was built with when the external libraries found the local libraries on their own. In this case FUKA was built independently of the ETK build. I think if it is built from scratch during the ET build process and I can ensure the importer functions correctly, then this will be sufficient for now. If people want to build ETK with a prebuilt FUKA, then they will need to be more careful - which I?ll add to the documentation once the details are flushed out -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2772/issues-link-against-kadath-thorns-and -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Wed Mar 6 14:11:18 2024 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Wed, 06 Mar 2024 20:11:18 +0000 Subject: [ET Trac] #2783: MoL: Avoid empty array Message-ID: #2783: MoL: Avoid empty array Reporter: Erik Schnetter Status: open Milestone: Version: Type: bug Priority: minor Component: EinsteinToolkit thorn Changes (by Roland Haas): status: open (was new) -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2783/mol-avoid-empty-array -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Wed Mar 6 14:11:40 2024 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Wed, 06 Mar 2024 20:11:40 +0000 Subject: [ET Trac] #2783: MoL: Avoid empty array Message-ID: #2783: MoL: Avoid empty array Reporter: Erik Schnetter Status: open Milestone: Version: Type: bug Priority: minor Component: EinsteinToolkit thorn Changes (by Roland Haas): responsible: [] (was ) assignee: Erik Schnetter (was ) -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2783/mol-avoid-empty-array -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Wed Mar 6 14:41:27 2024 From: trac-noreply at einsteintoolkit.org (Samuel Cupp) Date: Wed, 06 Mar 2024 20:41:27 +0000 Subject: [ET Trac] #2781: Fix bug in debug mode with presync_mode = "off" Message-ID: #2781: Fix bug in debug mode with presync_mode = "off" Reporter: Samuel Cupp Status: open Milestone: ET_2024_05 Version: Type: bug Priority: major Component: Cactus Comment (by Samuel Cupp): As requested, proposed fix simply removes the assert, as the function->RDWR element is not actually used anywhere in the function. As the function always returns true unless `presync_mode="presync-only`, there?s no problems with this. -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2781/fix-bug-in-debug-mode-with-presync_mode -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Tue Mar 12 09:53:48 2024 From: trac-noreply at einsteintoolkit.org (Steven R. Brandt) Date: Tue, 12 Mar 2024 14:53:48 +0000 Subject: [ET Trac] #2784: Fix Cactus Startup Problems Message-ID: #2784: Fix Cactus Startup Problems Reporter: Steven R. Brandt Status: new Milestone: ET_2024_05 Version: ET_2023_11 Type: bug Priority: major Component: Cactus The recent Mag TOS work in CarpetX revealed that File.c had a threading problem. It also revealed that the scheduler can sometimes retrace a RDWR declaration. Both of these startup issues need addressing. PR: [https://bitbucket.org/cactuscode/cactus/pull-requests/160](https://bitbucket.org/cactuscode/cactus/pull-requests/160) Please Review. -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2784/fix-cactus-startup-problems -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Tue Mar 12 10:25:27 2024 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Tue, 12 Mar 2024 15:25:27 +0000 Subject: [ET Trac] #2784: Fix Cactus Startup Problems Message-ID: #2784: Fix Cactus Startup Problems Reporter: Steven R. Brandt Status: new Milestone: ET_2024_05 Version: ET_2023_11 Type: bug Priority: major Component: Cactus Changes (by Roland Haas): responsible: [] (was []) assignee: Steven R. Brandt (was Roland Haas) -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2784/fix-cactus-startup-problems -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Tue Mar 12 11:51:15 2024 From: trac-noreply at einsteintoolkit.org (Steven R. Brandt) Date: Tue, 12 Mar 2024 16:51:15 +0000 Subject: [ET Trac] #2784: Fix Cactus Startup Problems Message-ID: #2784: Fix Cactus Startup Problems Reporter: Steven R. Brandt Status: new Milestone: ET_2024_05 Version: ET_2023_11 Type: bug Priority: major Component: Cactus Comment (by Steven R. Brandt): As a result of Roland?s comments, I?m replacing this with two PRs. [https://bitbucket.org/cactuscode/cactus/pull-requests/161](https://bitbucket.org/cactuscode/cactus/pull-requests/161) to address the RDWR issue. The next PR will be added here shortly. -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2784/fix-cactus-startup-problems -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Tue Mar 12 12:01:57 2024 From: trac-noreply at einsteintoolkit.org (Steven R. Brandt) Date: Tue, 12 Mar 2024 17:01:57 +0000 Subject: [ET Trac] #2784: Fix Cactus Startup Problems Message-ID: #2784: Fix Cactus Startup Problems Reporter: Steven R. Brandt Status: new Milestone: ET_2024_05 Version: ET_2023_11 Type: bug Priority: major Component: Cactus Comment (by Steven R. Brandt): [https://bitbucket.org/cactuscode/cactus/pull-requests/162](https://bitbucket.org/cactuscode/cactus/pull-requests/162) is the PR for the file access safety -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2784/fix-cactus-startup-problems -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Wed Mar 13 08:07:22 2024 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Wed, 13 Mar 2024 13:07:22 +0000 Subject: [ET Trac] #2299: Proposal: Add BaikalETK to the Toolkit Message-ID: #2299: Proposal: Add BaikalETK to the Toolkit Reporter: Zach Etienne Status: resolved Milestone: ET_2020_05 Version: Type: enhancement Priority: major Component: Comment (by Roland Haas): For the record, there is currently no officially requested or suggested citation for Baikal \(on [http://einsteintoolkit.org/citation.html](http://einsteintoolkit.org/citation.html)\). @{557058:8bc23f2a-45c0-477d-8ac4-a5a16c734278} suggested using the original NRPy\+ paper [https://arxiv.org/abs/1712.07658](https://arxiv.org/abs/1712.07658) until one is added. -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2299/proposal-add-baikaletk-to-the-toolkit -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Wed Mar 13 08:43:23 2024 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Wed, 13 Mar 2024 13:43:23 +0000 Subject: [ET Trac] #2785: Zenodo entry uses old ET URL Message-ID: #2785: Zenodo entry uses old ET URL Reporter: Roland Haas Status: new Milestone: Version: Type: enhancement Priority: minor Component: The current Zenodo entry says: > To find out more, visit [http://einsteintoolkit.org](http://einsteintoolkit.org) which should be changed to ``` To find out more, visit https://www.einsteintoolkit.org ``` that is use `https` transport and add the `www` part of the hostname for the webserver. This needs to be manually changed in zupload.py \(or similar\) when the next ET Zenodo entry is being created. -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2785/zenodo-entry-uses-old-et-url -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Wed Mar 13 08:48:14 2024 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Wed, 13 Mar 2024 13:48:14 +0000 Subject: [ET Trac] #2785: Zenodo entry uses old ET URL Message-ID: #2785: Zenodo entry uses old ET URL Reporter: Roland Haas Status: open Milestone: Version: Type: enhancement Priority: minor Component: Changes (by Roland Haas): status: open (was new) -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2785/zenodo-entry-uses-old-et-url -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Wed Mar 13 09:31:42 2024 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Wed, 13 Mar 2024 14:31:42 +0000 Subject: [ET Trac] #2785: Zenodo entry uses old ET URL Message-ID: #2785: Zenodo entry uses old ET URL Reporter: Roland Haas Status: open Milestone: Version: Type: enhancement Priority: minor Component: Changes (by Roland Haas): responsible: [] (was ) assignee: Roland Haas (was ) -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2785/zenodo-entry-uses-old-et-url -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Wed Mar 13 09:32:05 2024 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Wed, 13 Mar 2024 14:32:05 +0000 Subject: [ET Trac] #2785: Zenodo entry uses old ET URL Message-ID: #2785: Zenodo entry uses old ET URL Reporter: Roland Haas Status: open Milestone: Version: Type: enhancement Priority: minor Component: Changes (by Roland Haas): responsible: [] (was []) assignee: Steven R. Brandt (was Roland Haas) -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2785/zenodo-entry-uses-old-et-url -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Wed Mar 13 13:27:43 2024 From: trac-noreply at einsteintoolkit.org (Samuel Cupp) Date: Wed, 13 Mar 2024 18:27:43 +0000 Subject: [ET Trac] #2778: GRHayLHD(X) update for tabulated EOS support Message-ID: #2778: GRHayLHD(X) update for tabulated EOS support Reporter: Samuel Cupp Status: new Milestone: ET_2024_05 Version: Type: enhancement Priority: major Component: Comment (by Samuel Cupp): The PR for GRHayLHD is [here](https://github.com/GRHayL/GRHayLET/pull/7). -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2778/grhaylhd-x-update-for-tabulated-eos -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Mon Mar 18 13:29:34 2024 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Mon, 18 Mar 2024 18:29:34 +0000 Subject: [ET Trac] #2784: Fix Cactus Startup Problems Message-ID: #2784: Fix Cactus Startup Problems Reporter: Steven R. Brandt Status: new Milestone: ET_2024_05 Version: ET_2023_11 Type: bug Priority: major Component: Cactus Comment (by Roland Haas): Please apply. -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2784/fix-cactus-startup-problems -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Tue Mar 19 12:18:47 2024 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Tue, 19 Mar 2024 17:18:47 +0000 Subject: [ET Trac] #2647: incorrect WENO coefficient in GRHydro WENO reconstruction code Message-ID: #2647: incorrect WENO coefficient in GRHydro WENO reconstruction code Reporter: Roland Haas Status: open Milestone: Version: Type: bug Priority: major Component: EinsteinToolkit thorn Comment (by Roland Haas): Steve says ?please apply? in the pull request. -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2647/incorrect-weno-coefficient-in-grhydro-weno -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Tue Mar 19 12:18:59 2024 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Tue, 19 Mar 2024 17:18:59 +0000 Subject: [ET Trac] #2647: incorrect WENO coefficient in GRHydro WENO reconstruction code Message-ID: #2647: incorrect WENO coefficient in GRHydro WENO reconstruction code Reporter: Roland Haas Status: open Milestone: Version: Type: bug Priority: major Component: EinsteinToolkit thorn Comment (by Roland Haas): Applied as git hash [25f1178](https://bitbucket.org/einsteintoolkit/einsteinevolve/commits/25f1178eb3c2aedfcc92cc460cd2834c6d7369ed) "GRHydro: re-generate test data" of [einsteinevolve](https://bitbucket.org/einsteintoolkit/einsteinevolve) -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2647/incorrect-weno-coefficient-in-grhydro-weno -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Tue Mar 19 12:19:08 2024 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Tue, 19 Mar 2024 17:19:08 +0000 Subject: [ET Trac] #2647: incorrect WENO coefficient in GRHydro WENO reconstruction code Message-ID: #2647: incorrect WENO coefficient in GRHydro WENO reconstruction code Reporter: Roland Haas Status: resolved Milestone: Version: Type: bug Priority: major Component: EinsteinToolkit thorn Changes (by Roland Haas): status: resolved (was open) -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2647/incorrect-weno-coefficient-in-grhydro-weno -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Tue Mar 19 12:20:11 2024 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Tue, 19 Mar 2024 17:20:11 +0000 Subject: [ET Trac] #2781: Fix bug in debug mode with presync_mode = "off" Message-ID: #2781: Fix bug in debug mode with presync_mode = "off" Reporter: Samuel Cupp Status: duplicate Milestone: ET_2024_05 Version: Type: bug Priority: major Component: Cactus Changes (by Roland Haas): status: duplicate (was open) Comment (by Roland Haas): Duplicate of #2784. -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2781/fix-bug-in-debug-mode-with-presync_mode -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Tue Mar 19 12:21:06 2024 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Tue, 19 Mar 2024 17:21:06 +0000 Subject: [ET Trac] #2781: Fix bug in debug mode with presync_mode = "off" Message-ID: #2781: Fix bug in debug mode with presync_mode = "off" Reporter: Samuel Cupp Status: open Milestone: ET_2024_05 Version: Type: bug Priority: major Component: Cactus Changes (by Roland Haas): status: open (was duplicate) -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2781/fix-bug-in-debug-mode-with-presync_mode -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Tue Mar 19 12:56:10 2024 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Tue, 19 Mar 2024 17:56:10 +0000 Subject: [ET Trac] #2619: include Ellipitca (reader) in Einstein Toolkit Message-ID: #2619: include Ellipitca (reader) in Einstein Toolkit Reporter: Roland Haas Status: open Milestone: Version: Type: enhancement Priority: major Component: Comment (by Roland Haas): Are there still plans for doing this or is this abandoned? -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2619/include-ellipitca-reader-in-einstein -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Tue Mar 19 13:05:36 2024 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Tue, 19 Mar 2024 18:05:36 +0000 Subject: [ET Trac] #2786: support CarpetX in Multipole Message-ID: #2786: support CarpetX in Multipole Reporter: Roland Haas Status: new Milestone: Version: Type: enhancement Priority: minor Component: EinsteinToolkit thorn This pull request add compatibility to CarpetX to Multipole. [https://bitbucket.org/einsteintoolkit/einsteinanalysis/pull-requests/22](https://bitbucket.org/einsteintoolkit/einsteinanalysis/pull-requests/22) Due to the nature of Multipole, its actual functionality remains unchanged, only test cases require changes due to interacting with CoordinatesX and CartGrid3D. -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2786/support-carpetx-in-multipole -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Tue Mar 19 13:05:57 2024 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Tue, 19 Mar 2024 18:05:57 +0000 Subject: [ET Trac] #2786: support CarpetX in Multipole Message-ID: #2786: support CarpetX in Multipole Reporter: Roland Haas Status: new Milestone: Version: Type: enhancement Priority: minor Component: EinsteinToolkit thorn Comment (by Roland Haas): Please review. -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2786/support-carpetx-in-multipole -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Tue Mar 19 13:09:03 2024 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Tue, 19 Mar 2024 18:09:03 +0000 Subject: [ET Trac] #2786: support CarpetX in Multipole Message-ID: #2786: support CarpetX in Multipole Reporter: Roland Haas Status: new Milestone: Version: Type: enhancement Priority: minor Component: EinsteinToolkit thorn Comment (by Roland Haas): @{557058:1671c5c3-29cc-4e83-9850-a152d33a6235} could you take a look at [https://bitbucket.org/einsteintoolkit/einsteinanalysis/commits/964dfa0c4bf07ac77a22ae1cac2845c99afb104c](https://bitbucket.org/einsteintoolkit/einsteinanalysis/commits/964dfa0c4bf07ac77a22ae1cac2845c99afb104c) and let Lucas and I know if the change from compile time specified `READS` to `RequireValidData` is ok? This is needed to be able to use both CarpetX and Carpet. For best visibility of the changes you will want to let Bitbucket show whitespace differences. -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2786/support-carpetx-in-multipole -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Tue Mar 19 15:01:31 2024 From: trac-noreply at einsteintoolkit.org (Samuel Cupp) Date: Tue, 19 Mar 2024 20:01:31 +0000 Subject: [ET Trac] #2777: Upgrade IllinoisGRMHD to use GRHayL Message-ID: #2777: Upgrade IllinoisGRMHD to use GRHayL Reporter: Samuel Cupp Status: new Milestone: ET_2024_05 Version: Type: enhancement Priority: major Component: Comment (by Samuel Cupp): There is no PR for this, as it involves two different repos. Please compare `wvuthorns/IllinoisGRMHD` and `GRHayLET/IllinoisGRMHD`. Connected to this are the [deprecation](https://bitbucket.org/zach_etienne/wvuthorns/pull-requests/16) of `ID_converter_ILGRMHD` and `Convert_to_HydroBase` and [change](https://bitbucket.org/einsteintoolkit/manifest/pull-requests/21) to the manifest thornlist. -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2777/upgrade-illinoisgrmhd-to-use-grhayl -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Tue Mar 19 15:03:56 2024 From: trac-noreply at einsteintoolkit.org (Samuel Cupp) Date: Tue, 19 Mar 2024 20:03:56 +0000 Subject: [ET Trac] #2777: Upgrade IllinoisGRMHD to use GRHayL Message-ID: #2777: Upgrade IllinoisGRMHD to use GRHayL Reporter: Samuel Cupp Status: new Milestone: ET_2024_05 Version: Type: enhancement Priority: major Component: Comment (by Samuel Cupp): Backward compatibility is present, though it requires several extra grid functions that will be deleted in the following release. -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2777/upgrade-illinoisgrmhd-to-use-grhayl -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Tue Mar 19 16:01:57 2024 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Tue, 19 Mar 2024 21:01:57 +0000 Subject: [ET Trac] #2777: Upgrade IllinoisGRMHD to use GRHayL Message-ID: #2777: Upgrade IllinoisGRMHD to use GRHayL Reporter: Samuel Cupp Status: new Milestone: ET_2024_05 Version: Type: enhancement Priority: major Component: Comment (by Roland Haas): I merged the thornlist changes to master. -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2777/upgrade-illinoisgrmhd-to-use-grhayl -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Tue Mar 19 16:15:30 2024 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Tue, 19 Mar 2024 21:15:30 +0000 Subject: [ET Trac] #2777: Upgrade IllinoisGRMHD to use GRHayL Message-ID: #2777: Upgrade IllinoisGRMHD to use GRHayL Reporter: Samuel Cupp Status: new Milestone: ET_2024_05 Version: Type: enhancement Priority: major Component: Comment (by Roland Haas): Fails to build: ``` CST error in /home/runner/work/tests/tests/master/lib/sbin/CST (at 319) -> Missing thorn GRHayLET/IllinoisGRMHD CST error in /home/runner/work/tests/tests/master/flesh/lib/sbin/interface_parser.pl (at 665) -> Convert_to_HydroBase (thorn Convert_to_HydroBase) inherits from ILLINOISGRMHD No thorn in your current ThornList implements ILLINOISGRMHD Either remove Convert_to_HydroBase, or add a thorn to your ThornList implementing ILLINOISGRMHD Available thorns in arrangements directory implementing ILLINOISGRMHD: WVUThorns/IllinoisGRMHD CST error in /home/runner/work/tests/tests/master/flesh/lib/sbin/interface_parser.pl (at 665) -> ID_converter_ILGRMHD (thorn ID_converter_ILGRMHD) inherits from ILLINOISGRMHD No thorn in your current ThornList implements ILLINOISGRMHD Either remove ID_converter_ILGRMHD, or add a thorn to your ThornList implementing ILLINOISGRMHD Available thorns in arrangements directory implementing ILLINOISGRMHD: WVUThorns/IllinoisGRMHD ``` See [https://github.com/EinsteinToolkit/tests/actions/runs/8350505981/job/22857067554](https://github.com/EinsteinToolkit/tests/actions/runs/8350505981/job/22857067554) please fix \(soon\). -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2777/upgrade-illinoisgrmhd-to-use-grhayl -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Tue Mar 19 16:16:02 2024 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Tue, 19 Mar 2024 21:16:02 +0000 Subject: [ET Trac] #2777: Upgrade IllinoisGRMHD to use GRHayL Message-ID: #2777: Upgrade IllinoisGRMHD to use GRHayL Reporter: Samuel Cupp Status: new Milestone: ET_2024_05 Version: Type: enhancement Priority: major Component: Comment (by Roland Haas): actually, might be something I need to fix in the testing setup maybe. -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2777/upgrade-illinoisgrmhd-to-use-grhayl -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Tue Mar 19 16:18:52 2024 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Tue, 19 Mar 2024 21:18:52 +0000 Subject: [ET Trac] #2777: Upgrade IllinoisGRMHD to use GRHayL Message-ID: #2777: Upgrade IllinoisGRMHD to use GRHayL Reporter: Samuel Cupp Status: new Milestone: ET_2024_05 Version: Type: enhancement Priority: major Component: Comment (by Roland Haas): ok, should now hopefully work? -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2777/upgrade-illinoisgrmhd-to-use-grhayl -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Tue Mar 19 16:19:48 2024 From: trac-noreply at einsteintoolkit.org (Samuel Cupp) Date: Tue, 19 Mar 2024 21:19:48 +0000 Subject: [ET Trac] #2777: Upgrade IllinoisGRMHD to use GRHayL Message-ID: #2777: Upgrade IllinoisGRMHD to use GRHayL Reporter: Samuel Cupp Status: new Milestone: ET_2024_05 Version: Type: enhancement Priority: major Component: Comment (by Samuel Cupp): I imagine it will still break until I merge [this](https://bitbucket.org/zach_etienne/wvuthorns/pull-requests/16). -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2777/upgrade-illinoisgrmhd-to-use-grhayl -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Tue Mar 19 16:26:34 2024 From: trac-noreply at einsteintoolkit.org (Samuel Cupp) Date: Tue, 19 Mar 2024 21:26:34 +0000 Subject: [ET Trac] #2777: Upgrade IllinoisGRMHD to use GRHayL Message-ID: #2777: Upgrade IllinoisGRMHD to use GRHayL Reporter: Samuel Cupp Status: new Milestone: ET_2024_05 Version: Type: enhancement Priority: major Component: Comment (by Samuel Cupp): PR merged for deprecating those thorns. Everything should ?just work? now. -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2777/upgrade-illinoisgrmhd-to-use-grhayl -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Wed Mar 20 15:47:35 2024 From: trac-noreply at einsteintoolkit.org (Alireza R.) Date: Wed, 20 Mar 2024 20:47:35 +0000 Subject: [ET Trac] #2619: include Ellipitca (reader) in Einstein Toolkit Message-ID: #2619: include Ellipitca (reader) in Einstein Toolkit Reporter: Roland Haas Status: open Milestone: Version: Type: enhancement Priority: major Component: Comment (by Alireza R.): I got sidetracked by other projects, I?ll try to get back to it by the end of this summer. Thanks! -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2619/include-ellipitca-reader-in-einstein -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Thu Mar 21 12:51:43 2024 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Thu, 21 Mar 2024 17:51:43 +0000 Subject: [ET Trac] #2787: einsteintoolkit.th no longer sorted alphabeticallly Message-ID: #2787: einsteintoolkit.th no longer sorted alphabeticallly Reporter: Roland Haas Status: new Milestone: Version: Type: bug Priority: trivial Component: Arrangements in the thornlist are expected to be sorted alphabetically, but CarpetX currently is the last one listed \(after WVUThorns\). This should be changed. -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2787/einsteintoolkitth-no-longer-sorted -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Mon Mar 25 09:46:08 2024 From: trac-noreply at einsteintoolkit.org (Faby 21 Productions) Date: Mon, 25 Mar 2024 14:46:08 +0000 Subject: [ET Trac] #2788: ET building error Message-ID: #2788: ET building error Reporter: Faby 21 Productions Status: submitted Milestone: Version: Type: bug Priority: blocker Component: Cactus Hi, I?m on Ubuntu 20.04 \(VM\) and I?m following the ET Cactus installation tutorial \([https://github.com/EinsteinToolkit/jupyter-et/blob/master/tutorial-server/notebooks/CactusTutorial.ipynb](https://github.com/EinsteinToolkit/jupyter-et/blob/master/tutorial-server/notebooks/CactusTutorial.ipynb)\). While building, I?ve got stuck with this error: ![](https://bitbucket.org/repo/8zBLME5/images/865745973-photo_5769386490651067124_x.jpg) I?ve checked all the prerequisites and they seem to be okay. I don?t understand why there is a problem specifically with LORENE thorn. I would be really grateful if you could help me in any way! ? -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2788/et-building-error -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Tue Mar 26 09:10:42 2024 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Tue, 26 Mar 2024 14:10:42 +0000 Subject: [ET Trac] #2788: ET building error Message-ID: #2788: ET building error Reporter: Faby 21 Productions Status: submitted Milestone: Version: Type: bug Priority: blocker Component: Cactus Comment (by Roland Haas): Unfortunately this is not quite enough information to deduce what is failing, there likely is an error message further up. Could you take a look at the instructions at [http://einsteintoolkit.org/support.html#general-guidelines-for-questions](http://einsteintoolkit.org/support.html#general-guidelines-for-questions) and try and attach the log files mentioned there, please? -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2788/et-building-error -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Tue Mar 26 09:11:04 2024 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Tue, 26 Mar 2024 14:11:04 +0000 Subject: [ET Trac] #2788: ET building error Message-ID: #2788: ET building error Reporter: Faby 21 Productions Status: submitted Milestone: Version: Type: bug Priority: minor Component: Cactus Changes (by Roland Haas): responsible: [] (was ) priority: minor (was blocker) assignee: Roland Haas (was ) Hi, I?m on Ubuntu 20.04 \(VM\) and I?m following the ET Cactus installation tutorial \([https://github.com/EinsteinToolkit/jupyter-et/blob/master/tutorial-server/notebooks/CactusTutorial.ipynb](https://github.com/EinsteinToolkit/jupyter-et/blob/master/tutorial-server/notebooks/CactusTutorial.ipynb)\). While building, I?ve got stuck with this error: ![](https://bitbucket.org/repo/8zBLME5/images/865745973-photo_5769386490651067124_x.jpg) I?ve checked all the prerequisites and they seem to be okay. I don?t understand why there is a problem specifically with LORENE thorn. I would be really grateful if you could help me in any way! ? -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2788/et-building-error -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Tue Mar 26 09:11:10 2024 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Tue, 26 Mar 2024 14:11:10 +0000 Subject: [ET Trac] #2788: ET building error Message-ID: #2788: ET building error Reporter: Faby 21 Productions Status: open Milestone: Version: Type: bug Priority: minor Component: Cactus Changes (by Roland Haas): status: open (was submitted) -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2788/et-building-error -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Wed Mar 27 10:08:18 2024 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Wed, 27 Mar 2024 15:08:18 +0000 Subject: [ET Trac] #2696: Update kuibit to 1.4.0 Message-ID: #2696: Update kuibit to 1.4.0 Reporter: Gabriele Bozzola Status: open Milestone: ET_2023_05 Version: Type: enhancement Priority: major Component: Changes (by Roland Haas): status: open (was on hold) -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2696/update-kuibit-to-140 -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Wed Mar 27 10:10:30 2024 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Wed, 27 Mar 2024 15:10:30 +0000 Subject: [ET Trac] #2696: Update kuibit to 1.4.0 Message-ID: #2696: Update kuibit to 1.4.0 Reporter: Gabriele Bozzola Status: open Milestone: ET_2023_05 Version: Type: enhancement Priority: major Component: Comment (by Roland Haas): kuibit 1.4.0?s `pyproject.toml` says ``` python = "^3.7, <3.12" ``` which clusters provide. -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2696/update-kuibit-to-140 -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Fri Mar 29 12:15:08 2024 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Fri, 29 Mar 2024 17:15:08 +0000 Subject: [ET Trac] #2784: Fix Cactus Startup Problems Message-ID: #2784: Fix Cactus Startup Problems Reporter: Steven R. Brandt Status: new Milestone: ET_2024_05 Version: ET_2023_11 Type: bug Priority: major Component: Cactus Comment (by Roland Haas): Please apply \(162\). -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2784/fix-cactus-startup-problems -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Fri Mar 29 12:15:27 2024 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Fri, 29 Mar 2024 17:15:27 +0000 Subject: [ET Trac] #2784: Fix Cactus Startup Problems Message-ID: #2784: Fix Cactus Startup Problems Reporter: Steven R. Brandt Status: new Milestone: ET_2024_05 Version: ET_2023_11 Type: bug Priority: major Component: Cactus Comment (by Roland Haas): Applied as git hash [dcc71a70](https://bitbucket.org/cactuscode/cactus/commits/dcc71a70f79bda963dd49837b8da0f6504ad80f0) "Cactus: remove non thread safe string manipulation code" of [cactus](https://bitbucket.org/cactuscode/cactus) -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2784/fix-cactus-startup-problems -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Fri Mar 29 12:15:47 2024 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Fri, 29 Mar 2024 17:15:47 +0000 Subject: [ET Trac] #2784: Fix Cactus Startup Problems Message-ID: #2784: Fix Cactus Startup Problems Reporter: Steven R. Brandt Status: resolved Milestone: ET_2024_05 Version: ET_2023_11 Type: bug Priority: major Component: Cactus Changes (by Roland Haas): status: resolved (was new) -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2784/fix-cactus-startup-problems -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Fri Mar 29 12:34:35 2024 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Fri, 29 Mar 2024 17:34:35 +0000 Subject: [ET Trac] #2781: Fix bug in debug mode with presync_mode = "off" Message-ID: #2781: Fix bug in debug mode with presync_mode = "off" Reporter: Samuel Cupp Status: open Milestone: ET_2024_05 Version: Type: bug Priority: major Component: Cactus Comment (by Roland Haas): Please apply. -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2781/fix-bug-in-debug-mode-with-presync_mode -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Fri Mar 29 12:35:17 2024 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Fri, 29 Mar 2024 17:35:17 +0000 Subject: [ET Trac] #2781: Fix bug in debug mode with presync_mode = "off" Message-ID: #2781: Fix bug in debug mode with presync_mode = "off" Reporter: Samuel Cupp Status: open Milestone: ET_2024_05 Version: Type: bug Priority: major Component: Cactus Comment (by Roland Haas): Applied as git hash [e185dc0c](https://bitbucket.org/cactuscode/cactus/commits/e185dc0c014d148908054ff34e6a051988a87e59) "Merged in debug\_mode\_fix \(pull request #159\)" of [cactus](https://bitbucket.org/cactuscode/cactus) -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2781/fix-bug-in-debug-mode-with-presync_mode -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Sat Mar 30 02:57:49 2024 From: trac-noreply at einsteintoolkit.org (Zach Etienne) Date: Sat, 30 Mar 2024 07:57:49 +0000 Subject: [ET Trac] #2789: Citation suggestion for Kranc Message-ID: #2789: Citation suggestion for Kranc Reporter: Zach Etienne Status: new Milestone: Version: Type: enhancement Priority: trivial Component: EinsteinToolkit website Currently the ET citations webpage [https://einsteintoolkit.org/citation.html](https://einsteintoolkit.org/citation.html) only lists the Kranc webpage as the Kranc reference. This seems curious, as there?s no mention of the Kranc paper: [https://inspirehep.net/literature/647701](https://inspirehep.net/literature/647701) Shouldn?t the paper be added to the list? -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2789/citation-suggestion-for-kranc -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Sat Mar 30 13:31:29 2024 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Sat, 30 Mar 2024 18:31:29 +0000 Subject: [ET Trac] #2789: Citation suggestion for Kranc Message-ID: #2789: Citation suggestion for Kranc Reporter: Zach Etienne Status: new Milestone: Version: Type: enhancement Priority: trivial Component: EinsteinToolkit website Comment (by Roland Haas): My recollection is that Ian says that the Kranc paper is "old and outdated". Though [kranccode.org](http://kranccode.org) does say \([http://kranccode.org/\)](http://kranccode.org/)) "We request that you cite our 2006 Kranc paper if you use Kranc, or Kranc-generated code, in a scientific publication." We currently list nothing for Kranc actually. Only for McLachlan. -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2789/citation-suggestion-for-kranc -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Sat Mar 30 13:33:24 2024 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Sat, 30 Mar 2024 18:33:24 +0000 Subject: [ET Trac] #2789: Citation suggestion for Kranc Message-ID: #2789: Citation suggestion for Kranc Reporter: Zach Etienne Status: new Milestone: Version: Type: enhancement Priority: trivial Component: EinsteinToolkit website Changes (by Roland Haas): responsible: [] (was ) assignee: Ian Hinder (was ) -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2789/citation-suggestion-for-kranc -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Sun Mar 31 12:47:22 2024 From: trac-noreply at einsteintoolkit.org (Gabriele Bozzola) Date: Sun, 31 Mar 2024 17:47:22 +0000 Subject: [ET Trac] #2696: Update kuibit to 1.4.0 Message-ID: #2696: Update kuibit to 1.4.0 Reporter: Gabriele Bozzola Status: open Milestone: ET_2023_05 Version: Type: enhancement Priority: major Component: Comment (by Gabriele Bozzola): I have a branch with version 1.4.1 that adds support for Python 3.12, while maintaining support for 3.7. The mininum version for development was bumped to 3.8. [https://github.com/Sbozzolo/kuibit/tree/141](https://github.com/Sbozzolo/kuibit/tree/141) If someone can give it a try and give me a green light, I can make a release. -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2696/update-kuibit-to-140 -------------- next part -------------- An HTML attachment was scrubbed... URL: