From trac-noreply at einsteintoolkit.org Fri Jan 3 14:20:14 2025 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Fri, 03 Jan 2025 20:20:14 +0000 Subject: [ET Trac] #1878: hdf5 deflate fragments memory Message-ID: #1878: hdf5 deflate fragments memory Reporter: Frank L?ffler Status: new Milestone: Version: development version Type: enhancement Priority: minor Component: Other Comment (by Roland Haas): Since the issue is caused by code in libhdf5 there is not much we can actually do about this. Even patching `H5Z_filter_deflate` in the tar file included in ExternalLibraries/HDF5 won?t fix the issue on most clusters since on most clusters we use the system installed HDF5 library. Looking at the API call [https://support.hdfgroup.org/documentation/hdf5/latest/group\_\_\_d\_c\_p\_l.html#gaf1f569bfc54552bdb9317d2b63318a0d](https://support.hdfgroup.org/documentation/hdf5/latest/group___d_c_p_l.html#gaf1f569bfc54552bdb9317d2b63318a0d) there is no option to specify the initial buffer size. A patch for the self-build library is in `rhaas/deflate` of [https://github.com/einsteinToolkit/ExternalLibraries-hdf5](https://github.com/einsteinToolkit/ExternalLibraries-hdf5) for all the good it might do. The 32bit size field in gzip files is no longer considered authorative \(fails to record uncompressed file sizes >2GB\). I?d suggest to close this as ?wontfix? since there is nothing that we can really do about this. -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/1878/hdf5-deflate-fragments-memory -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Fri Jan 3 14:50:54 2025 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Fri, 03 Jan 2025 20:50:54 +0000 Subject: [ET Trac] #2838: supplement pkg-config information by h5cc Message-ID: #2838: supplement pkg-config information by h5cc Reporter: Roland Haas Status: new Milestone: Version: Type: bug Priority: major Component: EinsteinToolkit thorn On macOS using macports the automated fallback has issues finding libsz on macports, so this supplements guessed information with h5cc info if available. ? -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2838/supplement-pkg-config-information-by-h5cc -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Fri Jan 3 14:51:54 2025 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Fri, 03 Jan 2025 20:51:54 +0000 Subject: [ET Trac] #2838: supplement pkg-config information by h5cc Message-ID: #2838: supplement pkg-config information by h5cc Reporter: Roland Haas Status: new Milestone: Version: Type: bug Priority: major Component: EinsteinToolkit thorn Comment (by Roland Haas): Pull request is here: [https://github.com/EinsteinToolkit/ExternalLibraries-HDF5/pull/5](https://github.com/EinsteinToolkit/ExternalLibraries-HDF5/pull/5) -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2838/supplement-pkg-config-information-by-h5cc -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Fri Jan 3 14:52:14 2025 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Fri, 03 Jan 2025 20:52:14 +0000 Subject: [ET Trac] #2838: supplement pkg-config information by h5cc Message-ID: #2838: supplement pkg-config information by h5cc Reporter: Roland Haas Status: new Milestone: Version: Type: bug Priority: major Component: EinsteinToolkit thorn Comment (by Roland Haas): Please review. -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2838/supplement-pkg-config-information-by-h5cc -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Fri Jan 3 14:52:30 2025 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Fri, 03 Jan 2025 20:52:30 +0000 Subject: [ET Trac] #2838: supplement pkg-config information by h5cc Message-ID: #2838: supplement pkg-config information by h5cc Reporter: Roland Haas Status: open Milestone: Version: Type: bug Priority: major Component: EinsteinToolkit thorn Changes (by Roland Haas): status: open (was new) -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2838/supplement-pkg-config-information-by-h5cc -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Fri Jan 3 16:28:54 2025 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Fri, 03 Jan 2025 22:28:54 +0000 Subject: [ET Trac] #2776: zlib: also use pkg-config when searching for installed version Message-ID: #2776: zlib: also use pkg-config when searching for installed version Reporter: Roland Haas Status: open Milestone: Version: Type: enhancement Priority: minor Component: EinsteinToolkit thorn Comment (by Roland Haas): @{557058:1671c5c3-29cc-4e83-9850-a152d33a6235} could you take a look to review? -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2776/zlib-also-use-pkg-config-when-searching -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Fri Jan 3 16:31:32 2025 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Fri, 03 Jan 2025 22:31:32 +0000 Subject: [ET Trac] #2528: ExternalLibraries/libjpeg thorn adds problematic system library path to Cactus Message-ID: #2528: ExternalLibraries/libjpeg thorn adds problematic system library path to Cactus Reporter: Michael M?ller Status: open Milestone: Version: ET_2020_11 Type: bug Priority: major Component: EinsteinToolkit thorn Comment (by Roland Haas): Fixed in git hash [36262f2](https://github.com/EinsteinToolkit/ExternalLibraries-libjpeg/commits/36262f2386c59e7a5f65f4e48e45abf15a2884cb) "libjpeg: use bash\_utils.sh to find library" of [ExternalLibraries-libjpeg](https://github.com/EinsteinToolkit/ExternalLibraries-libjpeg) -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2528/externallibraries-libjpeg-thorn-adds -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Fri Jan 3 16:31:44 2025 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Fri, 03 Jan 2025 22:31:44 +0000 Subject: [ET Trac] #2528: ExternalLibraries/libjpeg thorn adds problematic system library path to Cactus Message-ID: #2528: ExternalLibraries/libjpeg thorn adds problematic system library path to Cactus Reporter: Michael M?ller Status: resolved Milestone: Version: ET_2020_11 Type: bug Priority: major Component: EinsteinToolkit thorn Changes (by Roland Haas): status: resolved (was open) -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2528/externallibraries-libjpeg-thorn-adds -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Sat Jan 4 11:13:48 2025 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Sat, 04 Jan 2025 17:13:48 +0000 Subject: [ET Trac] #2837: Building the Einstein Toolkit Message-ID: #2837: Building the Einstein Toolkit Reporter: Suo-Ning Wang Status: open Milestone: Version: development version Type: bug Priority: major Component: EinsteinToolkit website Comment (by Roland Haas): I played around with OpenSuSE a bit over the break. Turns out that it sets `CONFIG_SITE` and that causes problems in the release branch of the Einstein Toolkit \(will be fixed in development soon\). For now the workaround is to add: ``` unset CONFIG_SITE ``` before you compile. See the OpenSuSE section of the prerequisites section of [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) -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2837/building-the-einstein-toolkit -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Sat Jan 4 11:15:38 2025 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Sat, 04 Jan 2025 17:15:38 +0000 Subject: [ET Trac] #2837: Building the Einstein Toolkit Message-ID: #2837: Building the Einstein Toolkit Reporter: Suo-Ning Wang Status: open Milestone: Version: development version Type: bug Priority: major Component: EinsteinToolkit website Comment (by Roland Haas): There is also an unfortunate bug in how we build PETSc and Silo which will leads to errors \(compiler failure with eg libsilhoh5 not found\) when configuring more than once. The easiest fix for now is to disable \(remove from the thornlist file\) PETSc and Silo \(don?t just comment them out, remove them from the file\). That is assuming you don?t need PETSc or Silo of course. -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2837/building-the-einstein-toolkit -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Sat Jan 4 11:17:06 2025 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Sat, 04 Jan 2025 17:17:06 +0000 Subject: [ET Trac] #2839: look for multiple flavors of hdf5 library names Message-ID: #2839: look for multiple flavors of hdf5 library names Reporter: Roland Haas Status: new Milestone: Version: Type: bug Priority: major Component: EinsteinToolkit thorn This handles cases where hdf5hl\_fortran or hdf5\_hl\_fortran are used. ? -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2839/look-for-multiple-flavors-of-hdf5-library -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Sat Jan 4 11:17:24 2025 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Sat, 04 Jan 2025 17:17:24 +0000 Subject: [ET Trac] #2839: look for multiple flavors of hdf5 library names Message-ID: #2839: look for multiple flavors of hdf5 library names Reporter: Roland Haas Status: new Milestone: Version: Type: bug Priority: major Component: EinsteinToolkit thorn Comment (by Roland Haas): Pull request is here: [https://github.com/EinsteinToolkit/ExternalLibraries-HDF5/pull/6](https://github.com/EinsteinToolkit/ExternalLibraries-HDF5/pull/6) -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2839/look-for-multiple-flavors-of-hdf5-library -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Sat Jan 4 11:17:39 2025 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Sat, 04 Jan 2025 17:17:39 +0000 Subject: [ET Trac] #2839: look for multiple flavors of hdf5 library names Message-ID: #2839: look for multiple flavors of hdf5 library names Reporter: Roland Haas Status: open Milestone: Version: Type: bug Priority: major Component: EinsteinToolkit thorn Changes (by Roland Haas): status: open (was new) -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2839/look-for-multiple-flavors-of-hdf5-library -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Sat Jan 4 11:18:01 2025 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Sat, 04 Jan 2025 17:18:01 +0000 Subject: [ET Trac] #2839: look for multiple flavors of hdf5 library names Message-ID: #2839: look for multiple flavors of hdf5 library names Reporter: Roland Haas Status: open Milestone: Version: Type: bug Priority: major Component: EinsteinToolkit thorn Comment (by Roland Haas): Please review -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2839/look-for-multiple-flavors-of-hdf5-library -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Sat Jan 4 16:27:51 2025 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Sat, 04 Jan 2025 22:27:51 +0000 Subject: [ET Trac] #2840: supplement rather than supercese auto-guessed data with gsl-config Message-ID: #2840: supplement rather than supercese auto-guessed data with gsl-config Reporter: Roland Haas Status: new Milestone: Version: Type: bug Priority: minor Component: EinsteinToolkit thorn some clusters provide gsl-config but its output is incorrect, likely pointing to temporary locations used when compiling GSL -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2840/supplement-rather-than-supercese-auto -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Sat Jan 4 16:28:07 2025 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Sat, 04 Jan 2025 22:28:07 +0000 Subject: [ET Trac] #2840: supplement rather than supercese auto-guessed data with gsl-config Message-ID: #2840: supplement rather than supercese auto-guessed data with gsl-config Reporter: Roland Haas Status: new Milestone: Version: Type: bug Priority: minor Component: EinsteinToolkit thorn Comment (by Roland Haas): Pull request is here: [https://github.com/EinsteinToolkit/ExternalLibraries-GSL/pull/1](https://github.com/EinsteinToolkit/ExternalLibraries-GSL/pull/1) -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2840/supplement-rather-than-supercese-auto -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Sat Jan 4 16:28:20 2025 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Sat, 04 Jan 2025 22:28:20 +0000 Subject: [ET Trac] #2840: supplement rather than supercese auto-guessed data with gsl-config Message-ID: #2840: supplement rather than supercese auto-guessed data with gsl-config Reporter: Roland Haas 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/2840/supplement-rather-than-supercese-auto -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Sat Jan 4 16:30:01 2025 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Sat, 04 Jan 2025 22:30:01 +0000 Subject: [ET Trac] #2840: supplement rather than supercese auto-guessed data with gsl-config Message-ID: #2840: supplement rather than supercese auto-guessed data with gsl-config Reporter: Roland Haas Status: open Milestone: Version: Type: bug Priority: minor Component: EinsteinToolkit thorn Comment (by Roland Haas): This would render the workaround in git hash [7be1d613](https://bitbucket.org/simfactory/simfactory2/commits/7be1d613ccab2b98e25ace5de3a0e3bfc1530a57) "frontera: use oneAPI compilers" of [simfactory2](https://bitbucket.org/simfactory/simfactory2) -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2840/supplement-rather-than-supercese-auto -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Sat Jan 4 16:30:38 2025 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Sat, 04 Jan 2025 22:30:38 +0000 Subject: [ET Trac] #2840: supplement rather than supercese auto-guessed data with gsl-config Message-ID: #2840: supplement rather than supercese auto-guessed data with gsl-config Reporter: Roland Haas Status: open Milestone: Version: Type: bug Priority: minor Component: EinsteinToolkit thorn Comment (by Roland Haas): Please review. -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2840/supplement-rather-than-supercese-auto -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Sat Jan 4 16:33:14 2025 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Sat, 04 Jan 2025 22:33:14 +0000 Subject: [ET Trac] #2841: update GSL tar file to version 2.8 Message-ID: #2841: update GSL tar file to version 2.8 Reporter: Roland Haas Status: new Milestone: Version: Type: enhancement Priority: major Component: RePrimAnd requires GSL 2 \(see #2610\) and this at least provides a fallback in case of clusters where the system GSL is too old. -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2841/update-gsl-tar-file-to-version-28 -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Sat Jan 4 16:33:25 2025 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Sat, 04 Jan 2025 22:33:25 +0000 Subject: [ET Trac] #2841: update GSL tar file to version 2.8 Message-ID: #2841: update GSL tar file to version 2.8 Reporter: Roland Haas Status: open Milestone: Version: Type: enhancement Priority: major Component: Changes (by Roland Haas): status: open (was new) -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2841/update-gsl-tar-file-to-version-28 -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Sat Jan 4 16:33:42 2025 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Sat, 04 Jan 2025 22:33:42 +0000 Subject: [ET Trac] #2841: update GSL tar file to version 2.8 Message-ID: #2841: update GSL tar file to version 2.8 Reporter: Roland Haas Status: open Milestone: Version: Type: enhancement Priority: major Component: Comment (by Roland Haas): Pull request is here: [https://github.com/EinsteinToolkit/ExternalLibraries-GSL/pull/2](https://github.com/EinsteinToolkit/ExternalLibraries-GSL/pull/2) -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2841/update-gsl-tar-file-to-version-28 -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Sat Jan 4 16:33:57 2025 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Sat, 04 Jan 2025 22:33:57 +0000 Subject: [ET Trac] #2841: update GSL tar file to version 2.8 Message-ID: #2841: update GSL tar file to version 2.8 Reporter: Roland Haas Status: open Milestone: Version: Type: enhancement Priority: major Component: Comment (by Roland Haas): Please review. -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2841/update-gsl-tar-file-to-version-28 -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Sat Jan 4 16:50:50 2025 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Sat, 04 Jan 2025 22:50:50 +0000 Subject: [ET Trac] #2821: update PETSc to 3.21.5 Message-ID: #2821: update PETSc to 3.21.5 Reporter: Roland Haas Status: open Milestone: Version: Type: bug Priority: major Component: EinsteinToolkit thorn Changes (by Roland Haas): status: open (was resolved) Comment (by Roland Haas): This introduces a different sort of bug. It only captures the correct `LIBS` once when CST for PETSc runs in a "clean" configuration. Afterwards `LIBS` is set to the full set of ExternalLibraries in the makefile before CST runs and thus it captures all libraries. A correct fix would seem to require changes to the flesh [720ef037](https://bitbucket.org/cactuscode/cactus/commits/720ef0372df4089a51e777fd8ad7593c9ceb906c) "Cactus: keep track of ExternalLibs separately from Libs" of [cactus](https://bitbucket.org/cactuscode/cactus) -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2821/update-petsc-to-3215 -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Sat Jan 4 16:53:00 2025 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Sat, 04 Jan 2025 22:53:00 +0000 Subject: [ET Trac] #2842: Silo captures incorrect LIBS values on second CST run Message-ID: #2842: Silo captures incorrect LIBS values on second CST run Reporter: Roland Haas Status: new Milestone: Version: Type: bug Priority: major Component: EinsteinToolkit thorn In git hash [49ef0de](https://github.com/EinsteinToolkit/ExternalLibraries-Silo/commits/49ef0de20fc9c4f5b6690bdbbdd8afc0af746194) "Silo: capture option list LIBS and LIBDIRS" of [ExternalLibraries-Silo](https://github.com/EinsteinToolkit/ExternalLibraries-Silo) code was added to capture LIBS for systems where extra libraries are required to make simple code compile. This introduced a different sort of bug. It only captures the correct `LIBS` once when CST for PETSc runs in a "clean" configuration. Afterwards `LIBS` is set to the full set of ExternalLibraries in the makefile before CST runs and thus it captures all libraries. A correct fix would seem to require changes to the flesh [720ef037](https://bitbucket.org/cactuscode/cactus/commits/720ef0372df4089a51e777fd8ad7593c9ceb906c) "Cactus: keep track of ExternalLibs separately from Libs" of [cactus](https://bitbucket.org/cactuscode/cactus) Related to #2821 which has the same issue with LIBS. -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2842/silo-captures-incorrect-libs-values-on -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Sat Jan 4 16:53:13 2025 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Sat, 04 Jan 2025 22:53:13 +0000 Subject: [ET Trac] #2842: Silo captures incorrect LIBS values on second CST run Message-ID: #2842: Silo captures incorrect LIBS values on second CST run Reporter: Roland Haas Status: open Milestone: Version: Type: bug Priority: major Component: EinsteinToolkit thorn Changes (by Roland Haas): status: open (was new) -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2842/silo-captures-incorrect-libs-values-on -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Sun Jan 5 09:51:19 2025 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Sun, 05 Jan 2025 15:51:19 +0000 Subject: [ET Trac] #2606: Inconsistent LAPACK versions in ExternalLibraries/BLAS & LAPACK Message-ID: #2606: Inconsistent LAPACK versions in ExternalLibraries/BLAS & LAPACK Reporter: Zach Etienne Status: new Milestone: Version: development version Type: bug Priority: minor Component: Comment (by Roland Haas): Seems like newer version incorporate some Fortran90 code. Branches rhaas/lapack312 of LAPACK and BLAS updates this and also uses LAPACK/BLAS?s own Makefile \(to handle the modules\). Pull requests are here: [https://github.com/EinsteinToolkit/ExternalLibraries-BLAS/pull/2](https://github.com/EinsteinToolkit/ExternalLibraries-BLAS/pull/2) [https://github.com/EinsteinToolkit/ExternalLibraries-LAPACK/pull/4](https://github.com/EinsteinToolkit/ExternalLibraries-LAPACK/pull/4) -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2606/inconsistent-lapack-versions-in -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Sun Jan 5 09:51:30 2025 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Sun, 05 Jan 2025 15:51:30 +0000 Subject: [ET Trac] #2606: Inconsistent LAPACK versions in ExternalLibraries/BLAS & LAPACK Message-ID: #2606: Inconsistent LAPACK versions in ExternalLibraries/BLAS & LAPACK Reporter: Zach Etienne Status: open Milestone: Version: development version Type: bug Priority: minor Component: Changes (by Roland Haas): status: open (was new) -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2606/inconsistent-lapack-versions-in -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Sun Jan 5 09:51:44 2025 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Sun, 05 Jan 2025 15:51:44 +0000 Subject: [ET Trac] #2606: Inconsistent LAPACK versions in ExternalLibraries/BLAS & LAPACK Message-ID: #2606: Inconsistent LAPACK versions in ExternalLibraries/BLAS & LAPACK Reporter: Zach Etienne Status: open Milestone: Version: development version Type: bug Priority: minor Component: Comment (by Roland Haas): Please review. -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2606/inconsistent-lapack-versions-in -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Sun Jan 5 10:23:49 2025 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Sun, 05 Jan 2025 16:23:49 +0000 Subject: [ET Trac] #2843: update FFTW3 to 3.3.10 Message-ID: #2843: update FFTW3 to 3.3.10 Reporter: Roland Haas Status: new Milestone: Version: Type: enhancement Priority: minor Component: EinsteinToolkit thorn this builds with -std=c99 since it no longer uses gcc's `asm()` pseudofunction but instead uses `__asm__` -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2843/update-fftw3-to-3310 -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Sun Jan 5 10:24:08 2025 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Sun, 05 Jan 2025 16:24:08 +0000 Subject: [ET Trac] #2843: update FFTW3 to 3.3.10 Message-ID: #2843: update FFTW3 to 3.3.10 Reporter: Roland Haas Status: new Milestone: Version: Type: enhancement Priority: minor Component: EinsteinToolkit thorn Comment (by Roland Haas): Pull request is here: [https://github.com/EinsteinToolkit/ExternalLibraries-FFTW3/pull/2](https://github.com/EinsteinToolkit/ExternalLibraries-FFTW3/pull/2) -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2843/update-fftw3-to-3310 -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Sun Jan 5 10:24:28 2025 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Sun, 05 Jan 2025 16:24:28 +0000 Subject: [ET Trac] #2843: update FFTW3 to 3.3.10 Message-ID: #2843: update FFTW3 to 3.3.10 Reporter: Roland Haas Status: open Milestone: Version: Type: enhancement Priority: minor Component: EinsteinToolkit thorn Changes (by Roland Haas): status: open (was new) Comment (by Roland Haas): Please review. -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2843/update-fftw3-to-3310 -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Sun Jan 5 10:28:41 2025 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Sun, 05 Jan 2025 16:28:41 +0000 Subject: [ET Trac] #2476: BLAS and LAPACK ExternalLibraries ignore BLAS_DIR and LAPACK_DIR Message-ID: #2476: BLAS and LAPACK ExternalLibraries ignore BLAS_DIR and LAPACK_DIR Reporter: Roland Haas Status: on hold Milestone: Version: Type: task Priority: major Component: Comment (by Roland Haas): Ping, to update LAPACK and BLAS to use FOO\_DIR in the same manner as the other external libraries. Namely the directory pointed to is ?base? directory and not the ?lib? directory. This would be a breaking change so will need some discussion. -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2476/blas-and-lapack-externallibraries-ignore -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Sun Jan 5 10:33:12 2025 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Sun, 05 Jan 2025 16:33:12 +0000 Subject: [ET Trac] #2476: BLAS and LAPACK ExternalLibraries ignore BLAS_DIR and LAPACK_DIR Message-ID: #2476: BLAS and LAPACK ExternalLibraries ignore BLAS_DIR and LAPACK_DIR Reporter: Roland Haas Status: open Milestone: Version: Type: task Priority: major Component: Changes (by Roland Haas): status: open (was on hold) -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2476/blas-and-lapack-externallibraries-ignore -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Sun Jan 5 10:51:40 2025 From: trac-noreply at einsteintoolkit.org (Zach Etienne) Date: Sun, 05 Jan 2025 16:51:40 +0000 Subject: [ET Trac] #2606: Inconsistent LAPACK versions in ExternalLibraries/BLAS & LAPACK Message-ID: #2606: Inconsistent LAPACK versions in ExternalLibraries/BLAS & LAPACK Reporter: Zach Etienne Status: open Milestone: Version: development version Type: bug Priority: minor Component: Comment (by Zach Etienne): Thanks for tackling this ticket! I don?t see anything obviously wrong. -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2606/inconsistent-lapack-versions-in -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Sun Jan 5 14:37:07 2025 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Sun, 05 Jan 2025 20:37:07 +0000 Subject: [ET Trac] #2606: Inconsistent LAPACK versions in ExternalLibraries/BLAS & LAPACK Message-ID: #2606: Inconsistent LAPACK versions in ExternalLibraries/BLAS & LAPACK Reporter: Zach Etienne Status: open Milestone: Version: development version Type: bug Priority: minor Component: Comment (by Roland Haas): Applied as git hash [90f4f1a](https://github.com/EinsteinToolkit/ExternalLibraries-LAPACK/commits/90f4f1a3a2ff84a93acbf6e2a9a7e6d33cfdf833) "LAPACK: update to 3.12.0" of [ExternalLibraries-LAPACK](https://github.com/EinsteinToolkit/ExternalLibraries-LAPACK) Applied as git hash [2da2134](https://github.com/EinsteinToolkit/ExternalLibraries-BLAS/commits/2da21340248c6ec6f50ea2703e63726fd8372857) "BLAS: updat to 3.12.0" of [ExternalLibraries-BLAS](https://github.com/EinsteinToolkit/ExternalLibraries-BLAS) -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2606/inconsistent-lapack-versions-in -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Sun Jan 5 14:38:58 2025 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Sun, 05 Jan 2025 20:38:58 +0000 Subject: [ET Trac] #2606: Inconsistent LAPACK versions in ExternalLibraries/BLAS & LAPACK Message-ID: #2606: Inconsistent LAPACK versions in ExternalLibraries/BLAS & LAPACK Reporter: Zach Etienne Status: resolved Milestone: Version: development version Type: bug Priority: minor Component: Changes (by Roland Haas): status: resolved (was open) Comment (by Roland Haas): Thank you. -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2606/inconsistent-lapack-versions-in -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Tue Jan 7 08:05:04 2025 From: trac-noreply at einsteintoolkit.org (Suo-Ning Wang) Date: Tue, 07 Jan 2025 14:05:04 +0000 Subject: [ET Trac] #2837: Building the Einstein Toolkit Message-ID: #2837: Building the Einstein Toolkit Reporter: Suo-Ning Wang Status: open Milestone: Version: development version Type: bug Priority: major Component: EinsteinToolkit website Comment (by Suo-Ning Wang): I want to ask how to disable \(remove from the thornlist file\) PETSc and Silo. In this file Cactus/thornlists/[einsteintoolkit.th](http://einsteintoolkit.th)? And should I delete relevant parts? Is this way for Ubuntu? -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2837/building-the-einstein-toolkit -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Tue Jan 7 08:15:34 2025 From: trac-noreply at einsteintoolkit.org (Suo-Ning Wang) Date: Tue, 07 Jan 2025 14:15:34 +0000 Subject: [ET Trac] #2837: Building the Einstein Toolkit Message-ID: #2837: Building the Einstein Toolkit Reporter: Suo-Ning Wang Status: open Milestone: Version: development version Type: bug Priority: major Component: EinsteinToolkit website Comment (by Suo-Ning Wang): I used the method you provided on Opensuse and encountered the same problem as before. ``` libtool: link: g++ -g -std=c++17 -D_GNU_SOURCE -O2 -fopenmp -Wall -rdynamic -Wl,-rpath -Wl,/usr/lib64/gcc/x86_64-suse-linux/14 -o silock silock.o -L/usr/lib64/gcc/x86_64-suse-linux/14 -L/usr/gapps/silo/szip/2.1/i386-pc-linux-gcc-3.2.3/lib ../../src/.libs/libsilo.a -lhdf5hl_fortran -lhdf5_fortran -lhdf5_hl -lhdf5 -lz -lcrypt -lgfortran -lm -lsz -fopenmp /usr/lib64/gcc/x86_64-suse-linux/14/../../../../x86_64-suse-linux/bin/ld: cannot find -lsz: No such file or directory ``` I only found the path of libsz.so not libsz.a and I use the way you provide before but it doesn?t work. ``` LIBDIRS= ``` ![](https://bitbucket.org/repo/8zBLME5/images/841076125-5c4a38d9-7419-4750-ac28-ec09209c1b86.png) ![](https://bitbucket.org/repo/8zBLME5/images/3267780690-aa40d712-4217-43d1-9286-92f9c791fb46.png) ? -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2837/building-the-einstein-toolkit -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Thu Jan 9 10:22:30 2025 From: trac-noreply at einsteintoolkit.org (Anthony Shoup) Date: Thu, 09 Jan 2025 16:22:30 +0000 Subject: [ET Trac] #2844: HelloWorldCuda Message-ID: #2844: HelloWorldCuda Reporter: Anthony Shoup Status: submitted Milestone: ET_2024_11 Version: Type: bug Priority: minor Component: EinsteinToolkit thorn The HelloWorldCuda thorn does not seem to work in my build of the Einstein Toolkit, ET\_2024\_11 release. The routine, HelloWorldCUDA\_evol, that launches the cuda kernel uses cctk\_lsh grid size values that are very large \(x-dir > 1x10^9\), which then tries to launch too many kernels. Below is the code: extern "C" void HelloWorldCUDA\_evol\(CCTK\_ARGUMENTS\) \{ DECLARE\_CCTK\_ARGUMENTS; ``` const int val1 = cctk_iteration; const int val2 = 3; int res = 42; // poison const dim3 blockDim(4, 4, 4); ``` // const dim3 gridDim\(\(cctk\_lsh\[0\] \+ blockDim.x - 1\) / blockDim.x, // Commented out by ALS // \(cctk\_lsh\[1\] \+ blockDim.y - 1\) / blockDim.y, // \(cctk\_lsh\[2\] \+ blockDim.z - 1\) / blockDim.z\); ``` // This code does work - ALS const dim3 gridDim((8 + blockDim.x - 1) / blockDim.x, (8 + blockDim.y - 1) / blockDim.y, (8 + blockDim.z - 1) / blockDim.z); add<<>>(val1, val2, &res); cudaError_t cerr = cudaDeviceSynchronize(); // Added by ALS check_error(cerr, "Could not do cuda device synchronize"); // Added by ALS CCTK_VInfo(CCTK_THORNSTRING, "CUDA says(testing): %d + %d = %d", val1, val2, res); ``` \} -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2844/helloworldcuda -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Mon Jan 13 13:20:26 2025 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Mon, 13 Jan 2025 19:20:26 +0000 Subject: [ET Trac] #2845: support (again) filesystem in std::experimental in Silo output Message-ID: #2845: support (again) filesystem in std::experimental in Silo output Reporter: Roland Haas Status: new Milestone: Version: Type: enhancement Priority: major Component: EinsteinToolkit thorn CarpetX?s Silo output \(and only it\) uses `std::filesystem`which is defined in C\+\+17 but not all compilers fully support it, RoCM on Frontier uses `std::experimental::filesystem` instead. -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2845/support-again-filesystem-in-std -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Mon Jan 13 13:23:47 2025 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Mon, 13 Jan 2025 19:23:47 +0000 Subject: [ET Trac] #2845: support (again) filesystem in std::experimental in Silo output Message-ID: #2845: support (again) filesystem in std::experimental in Silo output Reporter: Roland Haas Status: new Milestone: Version: Type: enhancement Priority: major Component: EinsteinToolkit thorn Comment (by Roland Haas): Pull request is here: [https://github.com/EinsteinToolkit/CarpetX/pull/330](https://github.com/EinsteinToolkit/CarpetX/pull/330) -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2845/support-again-filesystem-in-std -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Mon Jan 13 13:25:42 2025 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Mon, 13 Jan 2025 19:25:42 +0000 Subject: [ET Trac] #2845: support (again) filesystem in std::experimental in Silo output Message-ID: #2845: support (again) filesystem in std::experimental in Silo output Reporter: Roland Haas Status: open Milestone: Version: Type: enhancement Priority: major Component: EinsteinToolkit thorn Changes (by Roland Haas): status: open (was new) Comment (by Roland Haas): Please review -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2845/support-again-filesystem-in-std -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Thu Jan 16 15:18:24 2025 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Thu, 16 Jan 2025 21:18:24 +0000 Subject: [ET Trac] #2844: HelloWorldCuda Message-ID: #2844: HelloWorldCuda Reporter: Anthony Shoup Status: new Milestone: ET_2024_11 Version: Type: bug Priority: minor Component: EinsteinToolkit thorn Changes (by Roland Haas): status: new (was submitted) -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2844/helloworldcuda -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Thu Jan 16 15:28:08 2025 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Thu, 16 Jan 2025 21:28:08 +0000 Subject: [ET Trac] #2837: Building the Einstein Toolkit Message-ID: #2837: Building the Einstein Toolkit Reporter: Suo-Ning Wang Status: open Milestone: Version: development version Type: bug Priority: major Component: EinsteinToolkit website Comment (by Roland Haas): `libsz.so` \(but not eg `libsz.so.1`\) should also be sufficient I think. To remove PETSc and Silo, yes please remove the respective lines that contain `ExternalLibraries/Silo` and `ExternalLibraries/PETSc` \(the latter may be commented out using a `#DISABLED` . I?d remove it anyway because there is some functionality in simfactory that can enable `#DISABLED` thorns.\) -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2837/building-the-einstein-toolkit -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Thu Jan 16 15:29:36 2025 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Thu, 16 Jan 2025 21:29:36 +0000 Subject: [ET Trac] #2846: added PreSync support in regrid Message-ID: #2846: added PreSync support in regrid Reporter: Roland Haas Status: new Milestone: Version: Type: enhancement Priority: major Component: EinsteinToolkit thorn During PreSync development @{557058:088051f9-5b94-4b5e-bfbe-71137030b9c1} created a pull request to set validity after a regrid operation. [https://github.com/EinsteinToolkit/Carpet/pull/8](https://github.com/EinsteinToolkit/Carpet/pull/8) This may or may not be still required, but should be reviewed and applied or closed. -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2846/added-presync-support-in-regrid -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Thu Jan 16 15:30:01 2025 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Thu, 16 Jan 2025 21:30:01 +0000 Subject: [ET Trac] #2846: added PreSync support in regrid Message-ID: #2846: added PreSync support in regrid Reporter: Roland Haas Status: new Milestone: Version: Type: enhancement Priority: major Component: EinsteinToolkit thorn Comment (by Roland Haas): Please review. -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2846/added-presync-support-in-regrid -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Thu Jan 16 15:34:40 2025 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Thu, 16 Jan 2025 21:34:40 +0000 Subject: [ET Trac] #2364: avoid opening and closing HDF5 files multiple times during output Message-ID: #2364: avoid opening and closing HDF5 files multiple times during output Reporter: Roland Haas Status: open Milestone: Version: Type: enhancement Priority: minor Component: Comment (by Roland Haas): Pull request got moved to: [https://github.com/EinsteinToolkit/Carpet/pull/6](https://github.com/EinsteinToolkit/Carpet/pull/6) -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2364/avoid-opening-and-closing-hdf5-files -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Thu Jan 16 15:35:10 2025 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Thu, 16 Jan 2025 21:35:10 +0000 Subject: [ET Trac] #2364: avoid opening and closing HDF5 files multiple times during output Message-ID: #2364: avoid opening and closing HDF5 files multiple times during output Reporter: Roland Haas Status: open Milestone: Version: Type: enhancement Priority: minor Component: Comment (by Roland Haas): Please review. Or close and reject the pull request. -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2364/avoid-opening-and-closing-hdf5-files -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Thu Jan 16 15:55:25 2025 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Thu, 16 Jan 2025 21:55:25 +0000 Subject: [ET Trac] #2847: CarpetInterp: make atomic capture operation strictly a supported one Message-ID: #2847: CarpetInterp: make atomic capture operation strictly a supported one Reporter: Roland Haas Status: new Milestone: Version: Type: bug Priority: major Component: EinsteinToolkit thorn nvhpc does not like the omp capture otherwise and reports ``` NVC++-S-0155-Invalid atomic capture statement(s). (/u/rhaas/Cactus/configs/cpu/build/CarpetInterp/interp.cc: 846) NVC++/arm Linux 24.3-0: compilation completed with severe errors ``` ? -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2847/carpetinterp-make-atomic-capture-operation -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Thu Jan 16 15:55:52 2025 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Thu, 16 Jan 2025 21:55:52 +0000 Subject: [ET Trac] #2847: CarpetInterp: make atomic capture operation strictly a supported one Message-ID: #2847: CarpetInterp: make atomic capture operation strictly a supported one Reporter: Roland Haas Status: new Milestone: Version: Type: bug Priority: major Component: EinsteinToolkit thorn Comment (by Roland Haas): Pull request is here: [https://github.com/EinsteinToolkit/Carpet/pull/12](https://github.com/EinsteinToolkit/Carpet/pull/12) -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2847/carpetinterp-make-atomic-capture-operation -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Thu Jan 16 15:56:10 2025 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Thu, 16 Jan 2025 21:56:10 +0000 Subject: [ET Trac] #2847: CarpetInterp: make atomic capture operation strictly a supported one Message-ID: #2847: CarpetInterp: make atomic capture operation strictly a supported one Reporter: Roland Haas Status: open Milestone: Version: Type: bug Priority: major Component: EinsteinToolkit thorn Changes (by Roland Haas): status: open (was new) Comment (by Roland Haas): Please review. -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2847/carpetinterp-make-atomic-capture-operation -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Thu Jan 16 15:58:24 2025 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Thu, 16 Jan 2025 21:58:24 +0000 Subject: [ET Trac] #2847: CarpetInterp: make atomic capture operation strictly a supported one Message-ID: #2847: CarpetInterp: make atomic capture operation strictly a supported one Reporter: Roland Haas Status: open Milestone: Version: Type: bug Priority: major Component: EinsteinToolkit thorn Comment (by Roland Haas): Applied as git hash [c9b648bd6](https://github.com/einsteintoolkit/Carpet/commits/c9b648bd64eb861c034d39c3edf598ed72f4ba69) "CarpetInterp: make atomic capture operation strictly a supported one" of [Carpet](https://github.com/einsteintoolkit/Carpet) Thank you @{557058:56049c54-f8c2-4b6c-9b88-ab697c967495} -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2847/carpetinterp-make-atomic-capture-operation -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Thu Jan 16 15:58:35 2025 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Thu, 16 Jan 2025 21:58:35 +0000 Subject: [ET Trac] #2847: CarpetInterp: make atomic capture operation strictly a supported one Message-ID: #2847: CarpetInterp: make atomic capture operation strictly a supported one 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/2847/carpetinterp-make-atomic-capture-operation -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Fri Jan 17 10:10:55 2025 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Fri, 17 Jan 2025 16:10:55 +0000 Subject: [ET Trac] #2553: Cactus' link command uses CPPFLAGS and CXXFLAGS Message-ID: #2553: Cactus' link command uses CPPFLAGS and CXXFLAGS Reporter: Roland Haas Status: open Milestone: Version: development version Type: bug Priority: minor Component: Cactus Comment (by Roland Haas): Applied as git hash [352b5b23](https://bitbucket.org/cactuscode/cactus/commits/352b5b23157d33154bce4a060cde1a644528f277) "Cactus: document LD\_XXX\_FLAGS options" of [cactus](https://bitbucket.org/cactuscode/cactus) -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2553/cactus-link-command-uses-cppflags-and -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Fri Jan 17 10:15:53 2025 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Fri, 17 Jan 2025 16:15:53 +0000 Subject: [ET Trac] #2807: Hydro_RNSID passes CFLAGS to LD Message-ID: #2807: Hydro_RNSID passes CFLAGS to LD Reporter: Roland Haas Status: new Milestone: Version: Type: bug Priority: minor Component: EinsteinToolkit thorn Comment (by Roland Haas): Applied as git hash [52437b3d](https://bitbucket.org/einsteintoolkit/einsteininitialdata/commits/52437b3d060c069a2619a8d9577f09408ae3286b) "Hydro\_RNSID: remove superfluous CFLAGS from linker command line" of [einsteininitialdata](https://bitbucket.org/einsteintoolkit/einsteininitialdata) -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2807/hydro_rnsid-passes-cflags-to-ld -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Fri Jan 17 10:16:49 2025 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Fri, 17 Jan 2025 16:16:49 +0000 Subject: [ET Trac] #2807: Hydro_RNSID passes CFLAGS to LD Message-ID: #2807: Hydro_RNSID passes CFLAGS to LD Reporter: Roland Haas Status: resolved Milestone: Version: Type: bug Priority: minor Component: EinsteinToolkit thorn Changes (by Roland Haas): status: resolved (was new) -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2807/hydro_rnsid-passes-cflags-to-ld -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Fri Jan 17 10:27:49 2025 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Fri, 17 Jan 2025 16:27:49 +0000 Subject: [ET Trac] #2553: Cactus' link command uses CPPFLAGS and CXXFLAGS Message-ID: #2553: Cactus' link command uses CPPFLAGS and CXXFLAGS Reporter: Roland Haas Status: resolved Milestone: Version: development version Type: bug Priority: minor Component: Cactus Changes (by Roland Haas): status: resolved (was open) -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2553/cactus-link-command-uses-cppflags-and -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Fri Jan 17 15:37:04 2025 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Fri, 17 Jan 2025 21:37:04 +0000 Subject: [ET Trac] #2842: Silo captures incorrect LIBS values on second CST run Message-ID: #2842: Silo captures incorrect LIBS values on second CST run Reporter: Roland Haas Status: open Milestone: Version: Type: bug Priority: major Component: EinsteinToolkit thorn Comment (by Roland Haas): Pull request is here: [https://bitbucket.org/cactuscode/cactus/pull-requests/169](https://bitbucket.org/cactuscode/cactus/pull-requests/169) -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2842/silo-captures-incorrect-libs-values-on -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Fri Jan 17 15:37:21 2025 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Fri, 17 Jan 2025 21:37:21 +0000 Subject: [ET Trac] #2842: Silo captures incorrect LIBS values on second CST run Message-ID: #2842: Silo captures incorrect LIBS values on second CST run Reporter: Roland Haas Status: open Milestone: Version: Type: bug Priority: major Component: EinsteinToolkit thorn Comment (by Roland Haas): Please review -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2842/silo-captures-incorrect-libs-values-on -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Fri Jan 17 15:43:01 2025 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Fri, 17 Jan 2025 21:43:01 +0000 Subject: [ET Trac] #2776: zlib: also use pkg-config when searching for installed version Message-ID: #2776: zlib: also use pkg-config when searching for installed version Reporter: Roland Haas Status: open Milestone: Version: Type: enhancement Priority: minor Component: EinsteinToolkit thorn Comment (by Roland Haas): Pull request using `bash_utils` is here: [https://github.com/EinsteinToolkit/ExternalLibraries-zlib/pull/3](https://github.com/EinsteinToolkit/ExternalLibraries-zlib/pull/3) No more ad-hoc searching. -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2776/zlib-also-use-pkg-config-when-searching -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Fri Jan 17 15:43:17 2025 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Fri, 17 Jan 2025 21:43:17 +0000 Subject: [ET Trac] #2776: zlib: also use pkg-config when searching for installed version Message-ID: #2776: zlib: also use pkg-config when searching for installed version Reporter: Roland Haas Status: open Milestone: Version: Type: enhancement Priority: minor Component: EinsteinToolkit thorn Comment (by Roland Haas): Please review. -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2776/zlib-also-use-pkg-config-when-searching -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Fri Jan 17 15:44:52 2025 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Fri, 17 Jan 2025 21:44:52 +0000 Subject: [ET Trac] #2174: Test "Multi Patch Scalar Wave Equation" example Message-ID: #2174: Test "Multi Patch Scalar Wave Equation" example Reporter: Roland Haas Status: open Milestone: ET_2024_11 Version: development version Type: task Priority: major Component: EinsteinToolkit website Comment (by Roland Haas): Gallery has been updated in git hash [37bb3ab](https://bitbucket.org/einsteintoolkit/www/commits/37bb3ab4e37771db11ed0f6cf2802a39d4c3859b) "Update multipatch gallery: images and index.html for November 2024" of [www](https://bitbucket.org/einsteintoolkit/www) by @{712020:d1a3df85-d975-4103-a904-7214e64f1e72} -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2174/test-multi-patch-scalar-wave-equation -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Fri Jan 17 15:45:04 2025 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Fri, 17 Jan 2025 21:45:04 +0000 Subject: [ET Trac] #2174: Test "Multi Patch Scalar Wave Equation" example Message-ID: #2174: Test "Multi Patch Scalar Wave Equation" example Reporter: Roland Haas Status: resolved Milestone: ET_2024_11 Version: development version Type: task Priority: major Component: EinsteinToolkit website Changes (by Roland Haas): status: resolved (was open) -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2174/test-multi-patch-scalar-wave-equation -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Fri Jan 17 15:47:13 2025 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Fri, 17 Jan 2025 21:47:13 +0000 Subject: [ET Trac] #2175: Test "Single, stable neutron star" example Message-ID: #2175: Test "Single, stable neutron star" example Reporter: Roland Haas Status: open Milestone: ET_2024_11 Version: development version Type: task Priority: major Component: EinsteinToolkit website Comment (by Roland Haas): @{712020:f7b71fbc-4964-482c-9ef9-4a5f5b90754b} could you try again please? Also updating the web-page, please? -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2175/test-single-stable-neutron-star-example -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Fri Jan 17 15:48:22 2025 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Fri, 17 Jan 2025 21:48:22 +0000 Subject: [ET Trac] #2172: Test "Binary black hole GW150914" example Message-ID: #2172: Test "Binary black hole GW150914" example Reporter: Roland Haas Status: open Milestone: ET_2024_11 Version: development version Type: task Priority: major Component: EinsteinToolkit website Comment (by Roland Haas): @{557058:f7fd5133-6eee-4385-a5e5-3e03342a0b24} could you update the web-page and the downloads section, please? -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2172/test-binary-black-hole-gw150914-example -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Fri Jan 17 15:49:13 2025 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Fri, 17 Jan 2025 21:49:13 +0000 Subject: [ET Trac] #2520: update gauge settings in TOV example to be more typical Message-ID: #2520: update gauge settings in TOV example to be more typical Reporter: Roland Haas Status: open Milestone: ET_2023_11 Version: development version Type: enhancement Priority: major Component: Comment (by Roland Haas): @{712020:f7b71fbc-4964-482c-9ef9-4a5f5b90754b} could you ping this ticket once you have updated the gallery example, please? -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2520/update-gauge-settings-in-tov-example-to-be -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Fri Jan 17 15:50:33 2025 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Fri, 17 Jan 2025 21:50:33 +0000 Subject: [ET Trac] #2282: gallery examples use low-order integration n Multipole Message-ID: #2282: gallery examples use low-order integration n Multipole Reporter: Roland Haas Status: new Milestone: Version: Type: enhancement Priority: minor Component: EinsteinToolkit website Comment (by Roland Haas): @{557058:f7fd5133-6eee-4385-a5e5-3e03342a0b24} did you also look into this when re-doing the GW150914 example for the Cannon release? -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2282/gallery-examples-use-low-order-integration -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Wed Jan 22 13:46:27 2025 From: trac-noreply at einsteintoolkit.org (Zach Etienne) Date: Wed, 22 Jan 2025 19:46:27 +0000 Subject: [ET Trac] #2282: gallery examples use low-order integration n Multipole Message-ID: #2282: gallery examples use low-order integration n Multipole Reporter: Roland Haas Status: new Milestone: Version: Type: enhancement Priority: minor Component: EinsteinToolkit website Comment (by Zach Etienne): A correctly implemented extended midpoint rule should be 2nd-order accurate \(Numerical Recipes, Section 4.1\), with errors dropping like 1/N^2, where N is the number of subintervals. In addition, on spheres midpoint rule is often preferred as it can avoid sampling on the singular z-axis. -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2282/gallery-examples-use-low-order-integration -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Wed Jan 22 14:02:25 2025 From: trac-noreply at einsteintoolkit.org (Erik Schnetter) Date: Wed, 22 Jan 2025 20:02:25 +0000 Subject: [ET Trac] #2282: gallery examples use low-order integration n Multipole Message-ID: #2282: gallery examples use low-order integration n Multipole Reporter: Roland Haas Status: new Milestone: Version: Type: enhancement Priority: minor Component: EinsteinToolkit website Comment (by Erik Schnetter): The `DriscollHealy2D` rule is the best rule we implemented. It has spectral accuracy. The so-called `midpoint` rule doesn?t implement the midpoint rule and is only 1st order accurate, different from the documentation. Most integration methods neglect the fact that the domain is periodic in the phi direction and introduce unnecessary errors there. -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2282/gallery-examples-use-low-order-integration -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Wed Jan 22 14:13:01 2025 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Wed, 22 Jan 2025 20:13:01 +0000 Subject: [ET Trac] #2282: gallery examples use low-order integration n Multipole Message-ID: #2282: gallery examples use low-order integration n Multipole Reporter: Roland Haas Status: new Milestone: Version: Type: enhancement Priority: minor Component: EinsteinToolkit website Comment (by Roland Haas): Zach fixed the midpoint rule in git hash [42342282](https://bitbucket.org/einsteintoolkit/einsteinanalysis/commits/423422825a327204fd6d5f616d05db4ef7c43298) "Multipole: Journey to fix midpoint integration begins." of [einsteinanalysis](https://bitbucket.org/einsteintoolkit/einsteinanalysis) as far as I know. Ticket [#2398](https://bitbucket.org/einsteintoolkit/tickets/issues/2398/multipole-default-midpoint-integration). Yes to the other statements though. -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2282/gallery-examples-use-low-order-integration -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Wed Jan 22 14:24:02 2025 From: trac-noreply at einsteintoolkit.org (Erik Schnetter) Date: Wed, 22 Jan 2025 20:24:02 +0000 Subject: [ET Trac] #2282: gallery examples use low-order integration n Multipole Message-ID: #2282: gallery examples use low-order integration n Multipole Reporter: Roland Haas Status: new Milestone: Version: Type: enhancement Priority: minor Component: EinsteinToolkit website Comment (by Erik Schnetter): I see this code: ``` for (iy = 0; iy <= ny; iy++) for (ix = 0; ix <= nx; ix++) integrand_sum += f[idx(ix,iy)]; ``` This double-counts the first/last point on the equator. -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2282/gallery-examples-use-low-order-integration -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Thu Jan 23 09:21:12 2025 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Thu, 23 Jan 2025 15:21:12 +0000 Subject: [ET Trac] #2172: Test "Binary black hole GW150914" example Message-ID: #2172: Test "Binary black hole GW150914" example Reporter: Roland Haas Status: open Milestone: ET_2024_11 Version: development version Type: task Priority: major Component: EinsteinToolkit website Comment (by Roland Haas): @{557058:f7fd5133-6eee-4385-a5e5-3e03342a0b24} could you update the web-page and the downloads section, please? -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2172/test-binary-black-hole-gw150914-example -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Thu Jan 23 09:22:41 2025 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Thu, 23 Jan 2025 15:22:41 +0000 Subject: [ET Trac] #2175: Test "Single, stable neutron star" example Message-ID: #2175: Test "Single, stable neutron star" example Reporter: Roland Haas Status: open Milestone: ET_2024_11 Version: development version Type: task Priority: major Component: EinsteinToolkit website Comment (by Roland Haas): @{712020:f7b71fbc-4964-482c-9ef9-4a5f5b90754b} could you try again please? Also updating the web-page, please? -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2175/test-single-stable-neutron-star-example -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Thu Jan 23 09:35:25 2025 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Thu, 23 Jan 2025 15:35:25 +0000 Subject: [ET Trac] #2840: supplement rather than supercede auto-guessed data with gsl-config Message-ID: #2840: supplement rather than supercede auto-guessed data with gsl-config Reporter: Roland Haas Status: open Milestone: Version: Type: bug Priority: minor Component: EinsteinToolkit thorn Changes (by Roland Haas): title: supplement rather than supercede auto-guessed data with gsl-config (was supplement rather than supercese auto-guessed data with gsl-config) -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2840/supplement-rather-than-supercede-auto -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Thu Jan 23 11:04:44 2025 From: trac-noreply at einsteintoolkit.org (Zach Etienne) Date: Thu, 23 Jan 2025 17:04:44 +0000 Subject: [ET Trac] #2282: gallery examples use low-order integration n Multipole Message-ID: #2282: gallery examples use low-order integration n Multipole Reporter: Roland Haas Status: new Milestone: Version: Type: enhancement Priority: minor Component: EinsteinToolkit website Comment (by Zach Etienne): I adjusted the sampled points so that 0 and n\{x,y\} correspond to points that lie within \(0,pi\), and \(0,2 pi\), _excluding_ the endpoints \(midpoints, naturally\). dtheta and dphi were adjusted accordingly. -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2282/gallery-examples-use-low-order-integration -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Thu Jan 23 12:00:05 2025 From: trac-noreply at einsteintoolkit.org (Erik Schnetter) Date: Thu, 23 Jan 2025 18:00:05 +0000 Subject: [ET Trac] #2282: gallery examples use low-order integration n Multipole Message-ID: #2282: gallery examples use low-order integration n Multipole Reporter: Roland Haas Status: new Milestone: Version: Type: enhancement Priority: minor Component: EinsteinToolkit website Comment (by Erik Schnetter): Did you do this globally? That is, there are now `nx+1` points along the equator, and there is no double-sampling any more? This would have broken the Driscoll&Healy integrator. -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2282/gallery-examples-use-low-order-integration -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Fri Jan 24 10:23:10 2025 From: trac-noreply at einsteintoolkit.org (Hayley Macpherson) Date: Fri, 24 Jan 2025 16:23:10 +0000 Subject: [ET Trac] #2848: updates to FLRWSolver Message-ID: #2848: updates to FLRWSolver Reporter: Roland Haas Status: new Milestone: ET_2025_05 Version: Type: enhancement Priority: major Component: EinsteinToolkit thorn Changes (by Hayley Macpherson): responsible: [] (was ) assignee: Hayley Macpherson (was ) -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2848/updates-to-flrwsolver -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Fri Jan 24 14:09:13 2025 From: trac-noreply at einsteintoolkit.org (David Boyer) Date: Fri, 24 Jan 2025 20:09:13 +0000 Subject: [ET Trac] #2175: Test "Single, stable neutron star" example Message-ID: #2175: Test "Single, stable neutron star" example Reporter: Roland Haas Status: open Milestone: ET_2024_11 Version: development version Type: task Priority: major Component: EinsteinToolkit website Comment (by David Boyer): @{557058:59e031ba-9bb5-4298-a472-7b99d0ae6f22} Thank you for the ping. I got some help and was able to create a pull request with the new additions \+ updated index.html. Please review. I?ll also make sure I update the other ticket as well. -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2175/test-single-stable-neutron-star-example -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Fri Jan 24 14:10:28 2025 From: trac-noreply at einsteintoolkit.org (David Boyer) Date: Fri, 24 Jan 2025 20:10:28 +0000 Subject: [ET Trac] #2520: update gauge settings in TOV example to be more typical Message-ID: #2520: update gauge settings in TOV example to be more typical Reporter: Roland Haas Status: open Milestone: ET_2023_11 Version: development version Type: enhancement Priority: major Component: Comment (by David Boyer): @{557058:59e031ba-9bb5-4298-a472-7b99d0ae6f22} I have created a pull request for the gallery example. Please Review. -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2520/update-gauge-settings-in-tov-example-to-be -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Sun Jan 26 12:12:46 2025 From: trac-noreply at einsteintoolkit.org (Zach Etienne) Date: Sun, 26 Jan 2025 18:12:46 +0000 Subject: [ET Trac] #2282: gallery examples use low-order integration n Multipole Message-ID: #2282: gallery examples use low-order integration n Multipole Reporter: Roland Haas Status: new Milestone: Version: Type: enhancement Priority: minor Component: EinsteinToolkit website Comment (by Zach Etienne): Please take a look at the git hash Roland shared. You?ll see that in the uniform grid setup, there are two separate cases ? midpoint and non-midpoint. Both are well commented, so it should be easy to follow. -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2282/gallery-examples-use-low-order-integration -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Tue Jan 28 08:43:57 2025 From: trac-noreply at einsteintoolkit.org (Deborah Ferguson) Date: Tue, 28 Jan 2025 14:43:57 +0000 Subject: [ET Trac] #2849: add Canuda axidilaton gallery example Message-ID: #2849: add Canuda axidilaton gallery example Reporter: Roland Haas Status: resolved Milestone: ET_2025_05 Version: Type: enhancement Priority: major Component: EinsteinToolkit website Changes (by Deborah Ferguson): status: resolved (was new) Comment (by Deborah Ferguson): Added a gallery example for evolving scalar fields in axi-dilaton gravity in the background of a single Kerr black hole -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2849/add-canuda-axidilaton-gallery-example -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Thu Jan 30 09:47:08 2025 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Thu, 30 Jan 2025 15:47:08 +0000 Subject: [ET Trac] #2835: add backtrace functionality from CarpetLib Message-ID: #2835: add backtrace functionality from CarpetLib Reporter: Roland Haas Status: wontfix Milestone: Version: development version Type: enhancement Priority: major Component: EinsteinToolkit thorn Changes (by Roland Haas): status: wontfix (was open) Comment (by Roland Haas): Functionality already provided by AMReX, no need to duplicate. -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2835/add-backtrace-functionality-from-carpetlib -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Thu Jan 30 11:28:41 2025 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Thu, 30 Jan 2025 17:28:41 +0000 Subject: [ET Trac] #2175: Test "Single, stable neutron star" example Message-ID: #2175: Test "Single, stable neutron star" example Reporter: Roland Haas Status: open Milestone: ET_2024_11 Version: development version Type: task Priority: major Component: EinsteinToolkit website Comment (by Roland Haas): Applied as git hash [33f7614](https://bitbucket.org/einsteintoolkit/www/commits/33f7614fbfe3ed2e66b5c107925860d7cd8b2394) "ns: Updated NS Gallery example for Cannon Release. Parfiles updated with new gauge settings." of [www](https://bitbucket.org/einsteintoolkit/www) -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2175/test-single-stable-neutron-star-example -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Thu Jan 30 11:28:58 2025 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Thu, 30 Jan 2025 17:28:58 +0000 Subject: [ET Trac] #2175: Test "Single, stable neutron star" example Message-ID: #2175: Test "Single, stable neutron star" example Reporter: Roland Haas Status: resolved Milestone: ET_2024_11 Version: development version Type: task Priority: major Component: EinsteinToolkit website Changes (by Roland Haas): status: resolved (was open) -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2175/test-single-stable-neutron-star-example -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Thu Jan 30 11:29:19 2025 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Thu, 30 Jan 2025 17:29:19 +0000 Subject: [ET Trac] #2520: update gauge settings in TOV example to be more typical Message-ID: #2520: update gauge settings in TOV example to be more typical Reporter: Roland Haas Status: open Milestone: ET_2023_11 Version: development version Type: enhancement Priority: major Component: Comment (by Roland Haas): Applied as git hash [33f7614](https://bitbucket.org/einsteintoolkit/www/commits/33f7614fbfe3ed2e66b5c107925860d7cd8b2394) "ns: Updated NS Gallery example for Cannon Release. Parfiles updated with new gauge settings." of [www](https://bitbucket.org/einsteintoolkit/www) -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2520/update-gauge-settings-in-tov-example-to-be -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Thu Jan 30 11:29:37 2025 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Thu, 30 Jan 2025 17:29:37 +0000 Subject: [ET Trac] #2520: update gauge settings in TOV example to be more typical Message-ID: #2520: update gauge settings in TOV example to be more typical Reporter: Roland Haas Status: resolved Milestone: ET_2023_11 Version: development version Type: enhancement Priority: major Component: Changes (by Roland Haas): status: resolved (was open) -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2520/update-gauge-settings-in-tov-example-to-be -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Thu Jan 30 11:41:05 2025 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Thu, 30 Jan 2025 17:41:05 +0000 Subject: [ET Trac] #2282: gallery examples use low-order integration n Multipole Message-ID: #2282: gallery examples use low-order integration n Multipole Reporter: Roland Haas Status: open Milestone: Version: Type: enhancement Priority: minor Component: EinsteinToolkit website Changes (by Roland Haas): status: open (was new) -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2282/gallery-examples-use-low-order-integration -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Thu Jan 30 11:42:01 2025 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Thu, 30 Jan 2025 17:42:01 +0000 Subject: [ET Trac] #2843: update FFTW3 to 3.3.10 Message-ID: #2843: update FFTW3 to 3.3.10 Reporter: Roland Haas Status: open Milestone: Version: Type: enhancement Priority: minor Component: EinsteinToolkit thorn Comment (by Roland Haas): Unless objected I will apply this after 2025-02-13 -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2843/update-fftw3-to-3310 -------------- next part -------------- An HTML attachment was scrubbed... URL: