From trac-noreply at einsteintoolkit.org Wed May 1 09:24:37 2024 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Wed, 01 May 2024 14:24:37 +0000 Subject: [ET Trac] #2794: TACC Stampede3-skx Compilation Failing [-Wincompatible-function-pointer-type] Message-ID: #2794: TACC Stampede3-skx Compilation Failing [-Wincompatible-function-pointer-type] Reporter: vik at arizona.edu Status: submitted Milestone: ET_2023_05 Version: ET_2023_05 Type: bug Priority: minor Component: EinsteinToolkit thorn Changes (by Roland Haas): priority: minor (was blocker) Comment (by Roland Haas): downgrading to minor from blocker since it does not prevent compilation on all machines and stampede3 is not among the machines in the official list of supported systems -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2794/tacc-stampede3-skx-compilation-failing -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Wed May 1 14:28:13 2024 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Wed, 01 May 2024 19:28:13 +0000 Subject: [ET Trac] #2794: TACC Stampede3-skx Compilation Failing [-Wincompatible-function-pointer-type] Message-ID: #2794: TACC Stampede3-skx Compilation Failing [-Wincompatible-function-pointer-type] Reporter: vik at arizona.edu Status: new Milestone: ET_2023_05 Version: ET_2023_05 Type: bug Priority: minor Component: EinsteinToolkit thorn Changes (by Roland Haas): status: new (was submitted) -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2794/tacc-stampede3-skx-compilation-failing -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Wed May 1 15:10:57 2024 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Wed, 01 May 2024 20:10:57 +0000 Subject: [ET Trac] #2794: TACC Stampede3-skx Compilation Failing [-Wincompatible-function-pointer-type] Message-ID: #2794: TACC Stampede3-skx Compilation Failing [-Wincompatible-function-pointer-type] Reporter: vik at arizona.edu Status: new Milestone: ET_2023_05 Version: ET_2023_05 Type: bug Priority: minor Component: EinsteinToolkit thorn Comment (by Roland Haas): these seem to differ only in the `restrict` keyword used by \`ReflectionSymmetry\`. The interface specification of the aliased function ``` CCTK_INT FUNCTION \ SymmetryRegisterGridInterpolator \ (CCTK_POINTER IN cctkGH, \ CCTK_INT IN sym_handle, \ CCTK_INT CCTK_FPOINTER IN symmetry_interpolate \ (CCTK_POINTER_TO_CONST IN cctkGH, \ CCTK_INT IN N_dims, \ CCTK_INT IN local_interp_handle, \ CCTK_INT IN param_table_handle, \ CCTK_INT IN coord_system_handle, \ CCTK_INT IN N_interp_points, \ CCTK_INT IN interp_coords_type, \ CCTK_POINTER_TO_CONST ARRAY IN interp_coords, \ CCTK_INT IN N_input_arrays, \ CCTK_INT ARRAY IN input_array_indices, \ CCTK_INT IN N_output_arrays, \ CCTK_INT ARRAY IN output_array_types, \ CCTK_POINTER ARRAY IN output_arrays, \ CCTK_INT IN faces)) ``` has no `restrict` in it \(not sure if this can even be expressed in the CCL file\). So the function prototypes differ, though if that difference is something that the compiler may care about \(since restrict is just a property of the function and does not affect externally visible behaviour\) may be a different question. Since this is just a warning, it should not actually stop the compilation though. It maybe good to include the full compilation output as described on [http://einsteintoolkit.org/support.html#general-guidelines-for-questions](http://einsteintoolkit.org/support.html#general-guidelines-for-questions) If this warning is indeed what makes the compilation abort I?d add ``` -Wno-incompatible-function-pointer-types ``` to `CFLAGS` and `CXXFLAGS` of the option list \(cfg file\). -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2794/tacc-stampede3-skx-compilation-failing -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Thu May 2 10:33:33 2024 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Thu, 02 May 2024 15:33:33 +0000 Subject: [ET Trac] #2775: FLRWSolver: work around Cactus include search path mangling Message-ID: #2775: FLRWSolver: work around Cactus include search path mangling Reporter: Roland Haas Status: open Milestone: Version: Type: bug Priority: major Component: EinsteinToolkit thorn Comment (by Roland Haas): Approved by Hayley. Applied as git hash [d330c69](https://github.com/hayleyjm/FLRWSolver_public/commits/d330c6982f622010b281d8cbe7acbbec390154d9) "Merge pull request #3 from hayleyjm/rhaas/macOS" of [FLRWSolver\_public](https://github.com/hayleyjm/FLRWSolver_public) -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2775/flrwsolver-work-around-cactus-include -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Thu May 2 10:33:43 2024 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Thu, 02 May 2024 15:33:43 +0000 Subject: [ET Trac] #2775: FLRWSolver: work around Cactus include search path mangling Message-ID: #2775: FLRWSolver: work around Cactus include search path mangling 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/2775/flrwsolver-work-around-cactus-include -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Thu May 2 12:20:42 2024 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Thu, 02 May 2024 17:20:42 +0000 Subject: [ET Trac] #2794: TACC Stampede3-skx Compilation Failing [-Wincompatible-function-pointer-type] Message-ID: #2794: TACC Stampede3-skx Compilation Failing [-Wincompatible-function-pointer-type] Reporter: vik at arizona.edu Status: new Milestone: ET_2023_05 Version: ET_2023_05 Type: bug Priority: minor Component: EinsteinToolkit thorn Comment (by Roland Haas): This was discussed in today?s Einstein Toolkit call. Steve also encountered this issue with g\+\+-14 which also flags this as an error. The solution agree on in the phone call is to remove the restrict keyword from ReflectionSymmetry, at least for this release. -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2794/tacc-stampede3-skx-compilation-failing -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Fri May 3 17:38:43 2024 From: trac-noreply at einsteintoolkit.org (vik@arizona.edu) Date: Fri, 03 May 2024 22:38:43 +0000 Subject: [ET Trac] #2794: TACC Stampede3-skx Compilation Failing [-Wincompatible-function-pointer-type] Message-ID: #2794: TACC Stampede3-skx Compilation Failing [-Wincompatible-function-pointer-type] Reporter: vik at arizona.edu Status: new Milestone: ET_2023_05 Version: ET_2023_05 Type: bug Priority: minor Component: EinsteinToolkit thorn Comment (by vik at arizona.edu): Thank you for the suggestions. The compiler flag suggestion bypassed the error that was killing the compilation. ``` -Wno-incompatible-function-pointer-types ``` ? -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2794/tacc-stampede3-skx-compilation-failing -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Mon May 6 18:24:08 2024 From: trac-noreply at einsteintoolkit.org (Samuel Cupp) Date: Mon, 06 May 2024 23:24:08 +0000 Subject: [ET Trac] #2176: Test "Binary neutron star" example Message-ID: #2176: Test "Binary neutron star" example Reporter: Roland Haas Status: open Milestone: ET_2023_11 Version: development version Type: task Priority: major Component: EinsteinToolkit website Comment (by Samuel Cupp): @{557058:1671c5c3-29cc-4e83-9850-a152d33a6235} @{557058:a1365549-c6b3-47a0-a4ba-7749d6439c60} was this ever resolved in the previous release? I recall you saying the results differed, but never received any updates. -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2176/test-binary-neutron-star-example -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Tue May 7 09:21:20 2024 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Tue, 07 May 2024 14:21:20 +0000 Subject: [ET Trac] #2176: Test "Binary neutron star" example Message-ID: #2176: Test "Binary neutron star" example Reporter: Roland Haas Status: open Milestone: ET_2023_11 Version: development version Type: task Priority: major Component: EinsteinToolkit website Comment (by Roland Haas): I think some differences were post-merger only \(so expected\) and some were missing data in the re-run. The current setup uses higher resolution than the very old ones, so will look a bit different than say a 2019 run. -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2176/test-binary-neutron-star-example -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Wed May 8 10:47:10 2024 From: trac-noreply at einsteintoolkit.org (Lorenzo Ennoggi) Date: Wed, 08 May 2024 15:47:10 +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 Lorenzo Ennoggi): I reviewed the changes to IllinoisGRMHD for the upcoming ET release and everything looks good to me. -- 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 Thu May 9 09:30:06 2024 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Thu, 09 May 2024 14:30:06 +0000 Subject: [ET Trac] #2793: ET webserver no longer sends email Message-ID: #2793: ET webserver no longer sends email Reporter: Roland Haas Status: new Milestone: Version: Type: bug Priority: major Component: Changes (by Roland Haas): responsible: [] (was ) assignee: Roland Haas (was ) -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2793/et-webserver-no-longer-sends-email -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Thu May 9 09:30:46 2024 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Thu, 09 May 2024 14:30:46 +0000 Subject: [ET Trac] #2793: ET webserver no longer sends email Message-ID: #2793: ET webserver no longer sends email Reporter: Roland Haas Status: resolved Milestone: Version: Type: bug Priority: major Component: Changes (by Roland Haas): status: resolved (was new) Comment (by Roland Haas): Was caused by outdated docker image being used after a VM reboot. Docker image has been updated and VM will use the updated one in the future. -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2793/et-webserver-no-longer-sends-email -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Thu May 9 09:37:59 2024 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Thu, 09 May 2024 14:37:59 +0000 Subject: [ET Trac] #2795: Include NewRadX in ET Message-ID: #2795: Include NewRadX in ET Reporter: Roland Haas Status: new Milestone: Version: Type: enhancement Priority: major Component: EinsteinToolkit thorn The NewRadX thorn implements radiative boundary condition similar to NewRad for CarpetX -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2795/include-newradx-in-et -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Thu May 9 09:39:16 2024 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Thu, 09 May 2024 14:39:16 +0000 Subject: [ET Trac] #2795: Include NewRadX in ET Message-ID: #2795: Include NewRadX in ET Reporter: Roland Haas Status: new Milestone: Version: Type: enhancement Priority: major Component: EinsteinToolkit thorn Comment (by Roland Haas): Alex is champion. Liwei and Jay are reviewers. -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2795/include-newradx-in-et -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Thu May 9 09:42:39 2024 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Thu, 09 May 2024 14:42:39 +0000 Subject: [ET Trac] #2795: Include NewRadX in ET Message-ID: #2795: Include NewRadX in ET Reporter: Roland Haas Status: new Milestone: Version: Type: enhancement Priority: major Component: EinsteinToolkit thorn Comment (by Roland Haas): Discussion are mostly happening in pull request on github: [https://github.com/lwJi/SpacetimeX/pulls?q=is%3Apr\+NewRadX](https://github.com/lwJi/SpacetimeX/pulls?q=is%3Apr+NewRadX) -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2795/include-newradx-in-et -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Thu May 9 10:04:54 2024 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Thu, 09 May 2024 15:04:54 +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_2023_11 Version: development version Type: task Priority: major Component: EinsteinToolkit website Changes (by Roland Haas): status: open (was resolved) -- 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 May 9 10:04:57 2024 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Thu, 09 May 2024 15:04:57 +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_2023_11 Version: development version Type: task Priority: major Component: EinsteinToolkit website Changes (by Roland Haas): status: open (was resolved) -- 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 Thu May 9 10:05:01 2024 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Thu, 09 May 2024 15:05:01 +0000 Subject: [ET Trac] #2173: Test "Poisson equation" example Message-ID: #2173: Test "Poisson equation" example Reporter: Roland Haas Status: open Milestone: ET_2023_11 Version: development version Type: task Priority: major Component: EinsteinToolkit website Changes (by Roland Haas): status: open (was resolved) -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2173/test-poisson-equation-example -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Thu May 9 10:05:31 2024 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Thu, 09 May 2024 15:05:31 +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_2023_11 Version: development version Type: task Priority: major Component: EinsteinToolkit website Changes (by Roland Haas): responsible: [] (was []) assignee: Lucas Timotheo Sanches (was Hyun Park) -- 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 Thu May 9 10:06:08 2024 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Thu, 09 May 2024 15:06:08 +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_2023_11 Version: development version Type: task Priority: major Component: EinsteinToolkit website Comment (by Roland Haas): @{5f2f18c8e8c45600229698f5} will test for 2024\_05 -- 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 Thu May 9 10:06:49 2024 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Thu, 09 May 2024 15:06:49 +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_2023_11 Version: development version Type: task Priority: major Component: EinsteinToolkit website Changes (by Roland Haas): responsible: (was []) assignee: (was Peter Diener) -- 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 May 9 15:59:27 2024 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Thu, 09 May 2024 20:59:27 +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_2023_11 Version: development version Type: task Priority: major Component: EinsteinToolkit website Changes (by Roland Haas): responsible: [] (was ) assignee: Steven R. Brandt (was ) -- 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 May 9 15:59:40 2024 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Thu, 09 May 2024 20:59:40 +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_2023_11 Version: development version Type: task Priority: major Component: EinsteinToolkit website Changes (by Roland Haas): responsible: (was []) assignee: (was Steven R. Brandt) -- 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 May 9 16:01:11 2024 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Thu, 09 May 2024 21:01:11 +0000 Subject: [ET Trac] #2173: Test "Poisson equation" example Message-ID: #2173: Test "Poisson equation" example Reporter: Roland Haas Status: open Milestone: ET_2023_11 Version: development version Type: task Priority: major Component: EinsteinToolkit website Changes (by Roland Haas): responsible: [] (was []) assignee: Steven R. Brandt (was Hyun Park) -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2173/test-poisson-equation-example -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Thu May 9 16:01:24 2024 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Thu, 09 May 2024 21:01:24 +0000 Subject: [ET Trac] #2173: Test "Poisson equation" example Message-ID: #2173: Test "Poisson equation" example Reporter: Roland Haas Status: open Milestone: ET_2024_05 Version: development version Type: task Priority: major Component: EinsteinToolkit website Changes (by Roland Haas): milestone: ET_2024_05 (was ET_2023_11) -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2173/test-poisson-equation-example -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Thu May 9 16:01:54 2024 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Thu, 09 May 2024 21:01:54 +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_05 Version: development version Type: task Priority: major Component: EinsteinToolkit website Changes (by Roland Haas): milestone: ET_2024_05 (was ET_2023_11) -- 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 May 9 16:02:06 2024 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Thu, 09 May 2024 21:02:06 +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_05 Version: development version Type: task Priority: major Component: EinsteinToolkit website Changes (by Roland Haas): milestone: ET_2024_05 (was ET_2023_11) -- 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 Thu May 9 16:02:33 2024 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Thu, 09 May 2024 21:02:33 +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_05 Version: development version Type: task Priority: major Component: EinsteinToolkit website Changes (by Roland Haas): milestone: ET_2024_05 (was ET_2023_11) -- 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 May 9 16:02:49 2024 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Thu, 09 May 2024 21:02:49 +0000 Subject: [ET Trac] #2176: Test "Binary neutron star" example Message-ID: #2176: Test "Binary neutron star" example Reporter: Roland Haas Status: open Milestone: ET_2024_05 Version: development version Type: task Priority: major Component: EinsteinToolkit website Changes (by Roland Haas): responsible: (was []) milestone: ET_2024_05 (was ET_2023_11) assignee: (was Steven R. Brandt) -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2176/test-binary-neutron-star-example -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Fri May 10 12:54:32 2024 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Fri, 10 May 2024 17:54:32 +0000 Subject: [ET Trac] #2796: build failure using gcc14 on macOS 23.0.0 Message-ID: #2796: build failure using gcc14 on macOS 23.0.0 Reporter: Roland Haas Status: new Milestone: Version: Type: bug Priority: major Component: Trying to build on a M1 mac with macOS 23.0.0 using a freshly installed homebrew and Xcode and installed packages ``` brew install fftw gcc gsl hwloc jpeg open-mpi openssl cmake pkg-config bash subversion ``` Fails in Baikal with: ``` In file included from /Users/rhaas/Cactus/configs/sim/build/Baikal/Baikal_BSSN_c onstraints_order_2.c:1: /Users/rhaas/Cactus/arrangements/WVUThorns/Baikal/src/./simd/simd_intrinsics.h:1 02:25: error: unknown type name 'REAL' 102 | #define REAL_SIMD_ARRAY REAL ``` Option list is simfactory?s generated one: ``` # generic # This option list is used internally by simfactory as a template during the # sim setup and sim setup-silent commands # Edit at your own risk # Whenever this version string changes, the application is configured # and rebuilt from scratch VERSION = 2018-12-13 CPP = cpp-14 CC = gcc-14 CXX = g++-14 FPP = cpp-14 F90 = gfortran-14 CPPFLAGS = FPPFLAGS = -traditional CFLAGS = -g -std=gnu99 # if compiler is old and you do not need AMReX, can change to gnu++11 CXXFLAGS = -g -std=gnu++17 F90FLAGS = -g -fcray-pointer -ffixed-line-length-none LDFLAGS = -rdynamic DEBUG = no CPP_DEBUG_FLAGS = C_DEBUG_FLAGS = CXX_DEBUG_FLAGS = OPTIMISE = yes CPP_OPTIMISE_FLAGS = C_OPTIMISE_FLAGS = -O2 CXX_OPTIMISE_FLAGS = -O2 F90_OPTIMISE_FLAGS = -O2 PROFILE = no CPP_PROFILE_FLAGS = C_PROFILE_FLAGS = -pg CXX_PROFILE_FLAGS = -pg F90_PROFILE_FLAGS = -pg WARN = yes CPP_WARN_FLAGS = -Wall C_WARN_FLAGS = -Wall CXX_WARN_FLAGS = -Wall F90_WARN_FLAGS = -Wall OPENMP = yes CPP_OPENMP_FLAGS = -fopenmp FPP_OPENMP_FLAGS = -D_OPENMP C_OPENMP_FLAGS = -fopenmp CXX_OPENMP_FLAGS = -fopenmp F90_OPENMP_FLAGS = -fopenmp VECTORISE = yes VECTORISE_ALIGNED_ARRAYS = no VECTORISE_INLINE = yes PTHREADS_DIR = NO_BUILD ``` Full log attached. Presumably some issue about SIMD / no-SIMD. attachment: make.log (https://api.bitbucket.org/2.0/repositories/einsteintoolkit/tickets/issues/2796/attachments/make.log) -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2796/build-failure-using-gcc14-on-macos-2300 -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Fri May 10 13:07:34 2024 From: trac-noreply at einsteintoolkit.org (Zach Etienne) Date: Fri, 10 May 2024 18:07:34 +0000 Subject: [ET Trac] #2796: build failure using gcc14 on macOS 23.0.0 Message-ID: #2796: build failure using gcc14 on macOS 23.0.0 Reporter: Roland Haas Status: new Milestone: Version: Type: bug Priority: major Component: Comment (by Zach Etienne): @{557058:088051f9-5b94-4b5e-bfbe-71137030b9c1} will fix this right away. -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2796/build-failure-using-gcc14-on-macos-2300 -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Fri May 10 13:26:06 2024 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Fri, 10 May 2024 18:26:06 +0000 Subject: [ET Trac] #2794: TACC Stampede3-skx Compilation Failing [-Wincompatible-function-pointer-type] Message-ID: #2794: TACC Stampede3-skx Compilation Failing [-Wincompatible-function-pointer-type] Reporter: vik at arizona.edu Status: new Milestone: ET_2023_05 Version: ET_2023_05 Type: bug Priority: minor Component: EinsteinToolkit thorn Changes (by Roland Haas): responsible: [] (was ) assignee: Roland Haas (was ) -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2794/tacc-stampede3-skx-compilation-failing -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Fri May 10 13:26:14 2024 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Fri, 10 May 2024 18:26:14 +0000 Subject: [ET Trac] #2794: TACC Stampede3-skx Compilation Failing [-Wincompatible-function-pointer-type] Message-ID: #2794: TACC Stampede3-skx Compilation Failing [-Wincompatible-function-pointer-type] Reporter: vik at arizona.edu Status: open Milestone: ET_2023_05 Version: ET_2023_05 Type: bug Priority: minor Component: EinsteinToolkit thorn Changes (by Roland Haas): status: open (was new) -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2794/tacc-stampede3-skx-compilation-failing -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Fri May 10 13:29:02 2024 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Fri, 10 May 2024 18:29:02 +0000 Subject: [ET Trac] #2794: TACC Stampede3-skx Compilation Failing [-Wincompatible-function-pointer-type] Message-ID: #2794: TACC Stampede3-skx Compilation Failing [-Wincompatible-function-pointer-type] Reporter: vik at arizona.edu Status: open Milestone: ET_2023_05 Version: ET_2023_05 Type: bug Priority: minor Component: EinsteinToolkit thorn Comment (by Roland Haas): Pull request is: [https://bitbucket.org/cactuscode/cactusnumerical/pull-requests/22](https://bitbucket.org/cactuscode/cactusnumerical/pull-requests/22) -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2794/tacc-stampede3-skx-compilation-failing -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Fri May 10 13:29:14 2024 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Fri, 10 May 2024 18:29:14 +0000 Subject: [ET Trac] #2794: TACC Stampede3-skx Compilation Failing [-Wincompatible-function-pointer-type] Message-ID: #2794: TACC Stampede3-skx Compilation Failing [-Wincompatible-function-pointer-type] Reporter: vik at arizona.edu Status: open Milestone: ET_2023_05 Version: ET_2023_05 Type: bug Priority: minor Component: EinsteinToolkit thorn Comment (by Roland Haas): Please review -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2794/tacc-stampede3-skx-compilation-failing -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Fri May 10 13:32:55 2024 From: trac-noreply at einsteintoolkit.org (Samuel Cupp) Date: Fri, 10 May 2024 18:32:55 +0000 Subject: [ET Trac] #2796: build failure using gcc14 on macOS 23.0.0 Message-ID: #2796: build failure using gcc14 on macOS 23.0.0 Reporter: Roland Haas Status: new Milestone: Version: Type: bug Priority: major Component: Comment (by Samuel Cupp): @{557058:59e031ba-9bb5-4298-a472-7b99d0ae6f22} can you check if the `macFix` branch fixes your issue? if it does, I can merge it and then try to fix the code gen. -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2796/build-failure-using-gcc14-on-macos-2300 -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Fri May 10 13:39:10 2024 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Fri, 10 May 2024 18:39:10 +0000 Subject: [ET Trac] #2796: build failure using gcc14 on macOS 23.0.0 Message-ID: #2796: build failure using gcc14 on macOS 23.0.0 Reporter: Roland Haas Status: new Milestone: Version: Type: bug Priority: major Component: Comment (by Roland Haas): Which repository? -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2796/build-failure-using-gcc14-on-macos-2300 -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Fri May 10 14:22:52 2024 From: trac-noreply at einsteintoolkit.org (Samuel Cupp) Date: Fri, 10 May 2024 19:22:52 +0000 Subject: [ET Trac] #2796: build failure using gcc14 on macOS 23.0.0 Message-ID: #2796: build failure using gcc14 on macOS 23.0.0 Reporter: Roland Haas Status: new Milestone: Version: Type: bug Priority: major Component: Comment (by Samuel Cupp): Wvuthorns -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2796/build-failure-using-gcc14-on-macos-2300 -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Fri May 10 14:34:41 2024 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Fri, 10 May 2024 19:34:41 +0000 Subject: [ET Trac] #2796: build failure using gcc14 on macOS 23.0.0 Message-ID: #2796: build failure using gcc14 on macOS 23.0.0 Reporter: Roland Haas Status: new Milestone: Version: Type: bug Priority: major Component: Comment (by Roland Haas): hmm Zach?s apparently, now why does it not pull the branch? -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2796/build-failure-using-gcc14-on-macos-2300 -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Fri May 10 15:00:47 2024 From: trac-noreply at einsteintoolkit.org (Samuel Cupp) Date: Fri, 10 May 2024 20:00:47 +0000 Subject: [ET Trac] #2796: build failure using gcc14 on macOS 23.0.0 Message-ID: #2796: build failure using gcc14 on macOS 23.0.0 Reporter: Roland Haas Status: new Milestone: Version: Type: bug Priority: major Component: Comment (by Samuel Cupp): Is it a shallow checkout? -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2796/build-failure-using-gcc14-on-macos-2300 -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Fri May 10 15:05:49 2024 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Fri, 10 May 2024 20:05:49 +0000 Subject: [ET Trac] #2796: build failure using gcc14 on macOS 23.0.0 Message-ID: #2796: build failure using gcc14 on macOS 23.0.0 Reporter: Roland Haas Status: new Milestone: Version: Type: bug Priority: major Component: Comment (by Roland Haas): Should not have been anymore. Some sort of user error one assumes. I found the branch and recompiled. The branch seems to remove the error. -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2796/build-failure-using-gcc14-on-macos-2300 -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Fri May 10 15:08:49 2024 From: trac-noreply at einsteintoolkit.org (Samuel Cupp) Date: Fri, 10 May 2024 20:08:49 +0000 Subject: [ET Trac] #2796: build failure using gcc14 on macOS 23.0.0 Message-ID: #2796: build failure using gcc14 on macOS 23.0.0 Reporter: Roland Haas Status: new Milestone: Version: Type: bug Priority: major Component: Comment (by Samuel Cupp): Great! I?ll merge and then look at code gen. -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2796/build-failure-using-gcc14-on-macos-2300 -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Fri May 10 16:14:30 2024 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Fri, 10 May 2024 21:14:30 +0000 Subject: [ET Trac] #2797: NRPyElliptic passes incompatible pointer types Message-ID: #2797: NRPyElliptic passes incompatible pointer types Reporter: Roland Haas Status: new Milestone: Version: Type: bug Priority: major Component: With gcc-14 NRPyElliptic fails with ``` Creating /Users/rhaas/Cactus/configs/sim/lib/libthorn_Meudon_Bin_BH.a /Users/rhaas/Cactus/configs/sim/build/NRPyEllipticET/conformally_flat_BBH/NRPyEllipticET_conformally_flat_BBH_Initialize_ADMBase.c: In function 'NRPyEllipticET_conformally_flat_BBH_Initialize_ADMBase': /Users/rhaas/Cactus/configs/sim/build/NRPyEllipticET/conformally_flat_BBH/NRPyEllipticET_conformally_flat_BBH_Initialize_ADMBase.c:147:71: error: passing argument 6 of 'NRPyEllipticET_conformally_flat_BBH_interpolate_solution_to_ADMBase' from incompatible pointer type [-Wincompatible-pointer-types] 147 | input_array, | ^~~~~~~~~~~ | | | CCTK_REAL8 (*)[Nxx_plus_2NGHOSTS1][Nxx_plus_2NGHOSTS0] {aka double (*)[Nxx_plus_2NGHOSTS1][Nxx_plus_2NGHOSTS0]} In file included from /Users/rhaas/Cactus/configs/sim/build/NRPyEllipticET/conformally_flat_BBH/NRPyEllipticET_conformally_flat_BBH_Initialize_ADMBase.c:3: /Users/rhaas/Cactus/arrangements/EinsteinInitialData/NRPyEllipticET/src/conformally_flat_BBH/./conformally_flat_BBH_NRPy_function_prototypes.h:74:92: note: expected 'const CCTK_REAL8 *' {aka 'const double *'} but argument is of type 'CCTK_REAL8 (*)[Nxx_plus_2NGHOSTS1][Nxx_plus_2NGHOSTS0]' {aka 'double (*)[Nxx_plus_2NGHOSTS1][Nxx_plus_2NGHOSTS0]'} 74 | const CCTK_REAL *input_gf, | ~~~~~~~~~~~~~~~~~^~~~~~~~ ``` Basically a `CCTK_REAL*` is not the same as a `CCTK_REAL[][]`. -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2797/nrpyelliptic-passes-incompatible-pointer -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Thu May 16 09:12:15 2024 From: trac-noreply at einsteintoolkit.org (Samuel Cupp) Date: Thu, 16 May 2024 14:12:15 +0000 Subject: [ET Trac] #2796: build failure using gcc14 on macOS 23.0.0 Message-ID: #2796: build failure using gcc14 on macOS 23.0.0 Reporter: Roland Haas Status: resolved Milestone: Version: Type: bug Priority: major Component: Changes (by Samuel Cupp): status: resolved (was new) Comment (by Samuel Cupp): This was resolved in nrpy via [PR 31](https://github.com/nrpy/nrpy/pull/31). -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2796/build-failure-using-gcc14-on-macos-2300 -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Thu May 16 10:01:59 2024 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Thu, 16 May 2024 15:01:59 +0000 Subject: [ET Trac] #2794: TACC Stampede3-skx Compilation Failing [-Wincompatible-function-pointer-type] Message-ID: #2794: TACC Stampede3-skx Compilation Failing [-Wincompatible-function-pointer-type] Reporter: vik at arizona.edu Status: open Milestone: ET_2023_05 Version: ET_2023_05 Type: bug Priority: minor Component: EinsteinToolkit thorn Comment (by Roland Haas): Steve says: Please apply -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2794/tacc-stampede3-skx-compilation-failing -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Thu May 16 10:14:49 2024 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Thu, 16 May 2024 15:14:49 +0000 Subject: [ET Trac] #2794: TACC Stampede3-skx Compilation Failing [-Wincompatible-function-pointer-type] Message-ID: #2794: TACC Stampede3-skx Compilation Failing [-Wincompatible-function-pointer-type] Reporter: vik at arizona.edu Status: open Milestone: ET_2023_05 Version: ET_2023_05 Type: bug Priority: minor Component: EinsteinToolkit thorn Comment (by Roland Haas): Applied as git hash [6f421ce6](https://bitbucket.org/cactuscode/cactusnumerical/commits/6f421ce63ec40834eebfe41122e4694879c14f0a) "ReflectionSymmetry: remove restrict from registered interpolation fct" of [cactusnumerical](https://bitbucket.org/cactuscode/cactusnumerical) -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2794/tacc-stampede3-skx-compilation-failing -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Thu May 16 10:14:58 2024 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Thu, 16 May 2024 15:14:58 +0000 Subject: [ET Trac] #2794: TACC Stampede3-skx Compilation Failing [-Wincompatible-function-pointer-type] Message-ID: #2794: TACC Stampede3-skx Compilation Failing [-Wincompatible-function-pointer-type] Reporter: vik at arizona.edu Status: resolved Milestone: ET_2023_05 Version: ET_2023_05 Type: bug Priority: minor Component: EinsteinToolkit thorn Changes (by Roland Haas): status: resolved (was open) -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2794/tacc-stampede3-skx-compilation-failing -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Tue May 21 09:57:22 2024 From: trac-noreply at einsteintoolkit.org (Bruno Giacomazzo) Date: Tue, 21 May 2024 14:57:22 +0000 Subject: [ET Trac] #2798: VolumeIntegrals_GRMHD has a maximum value for out_every Message-ID: #2798: VolumeIntegrals_GRMHD has a maximum value for out_every Reporter: Bruno Giacomazzo Status: new Milestone: Version: Type: bug Priority: minor Component: EinsteinToolkit thorn In WVUThorns\_Diagnostics/VolumeIntegrals\_GRMHD the parameter VolIntegral\_out\_every is defined in the following way: ```none CCTK_INT VolIntegral_out_every "How often to compute volume integrals?" STEERABLE = ALWAYS { 0:1000 :: "zero (disable integration) or some other number" } 0 ``` Is there a reason for not allowing the user to save every 1001 or larger number of iterations? I discovered it recently because I set it to 1024 and of course I got an error. ```none WARNING[L1,P0] (Cactus): Major error in parameter file 'BH.par' line 684: Range error setting parameter 'VolumeIntegrals_GRMHD::VolIntegral_out_every' to '1024' WARNING level 0 from host lrdn4615.leonardo.local process 0 in thorn Cactus, file /leonardo/home/userexternal/bgiacoma/ET_2023_11/Cactus/src/main/ProcessParameterDatabase.c:201: -> CCTKi_SetParameterSetMask: 1 major error in parameter file ``` ? -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2798/volumeintegrals_grmhd-has-a-maximum-value -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Tue May 21 10:29:02 2024 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Tue, 21 May 2024 15:29:02 +0000 Subject: [ET Trac] #2798: VolumeIntegrals_GRMHD has a maximum value for out_every Message-ID: #2798: VolumeIntegrals_GRMHD has a maximum value for out_every Reporter: Bruno Giacomazzo Status: new Milestone: Version: Type: bug Priority: minor Component: EinsteinToolkit thorn Changes (by Roland Haas): responsible: [] (was ) assignee: Zach Etienne (was ) Comment (by Roland Haas): Assigning to @{557058:8bc23f2a-45c0-477d-8ac4-a5a16c734278} -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2798/volumeintegrals_grmhd-has-a-maximum-value -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Tue May 21 10:50:28 2024 From: trac-noreply at einsteintoolkit.org (Zach Etienne) Date: Tue, 21 May 2024 15:50:28 +0000 Subject: [ET Trac] #2798: VolumeIntegrals_GRMHD has a maximum value for out_every Message-ID: #2798: VolumeIntegrals_GRMHD has a maximum value for out_every Reporter: Bruno Giacomazzo Status: new Milestone: Version: Type: bug Priority: minor Component: EinsteinToolkit thorn Comment (by Zach Etienne): Thanks for the report! This issue has been fixed in commit 8f9c036a05f98ff3b061ba6893e7673290c9fb4c . -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2798/volumeintegrals_grmhd-has-a-maximum-value -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Tue May 21 10:50:40 2024 From: trac-noreply at einsteintoolkit.org (Zach Etienne) Date: Tue, 21 May 2024 15:50:40 +0000 Subject: [ET Trac] #2798: VolumeIntegrals_GRMHD has a maximum value for out_every Message-ID: #2798: VolumeIntegrals_GRMHD has a maximum value for out_every Reporter: Bruno Giacomazzo Status: resolved Milestone: Version: Type: bug Priority: minor Component: EinsteinToolkit thorn Changes (by Zach Etienne): status: resolved (was new) Comment (by Zach Etienne): Fixed in commit 8f9c036a05f98ff3b061ba6893e7673290c9fb4c . -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2798/volumeintegrals_grmhd-has-a-maximum-value -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Tue May 21 10:54:52 2024 From: trac-noreply at einsteintoolkit.org (Bruno Giacomazzo) Date: Tue, 21 May 2024 15:54:52 +0000 Subject: [ET Trac] #2798: VolumeIntegrals_GRMHD has a maximum value for out_every Message-ID: #2798: VolumeIntegrals_GRMHD has a maximum value for out_every Reporter: Bruno Giacomazzo Status: resolved Milestone: Version: Type: bug Priority: minor Component: EinsteinToolkit thorn Comment (by Bruno Giacomazzo): Thanks for the very quick reply and fix! -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2798/volumeintegrals_grmhd-has-a-maximum-value -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Thu May 23 07:46:28 2024 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Thu, 23 May 2024 12:46:28 +0000 Subject: [ET Trac] #2797: NRPyElliptic passes incompatible pointer types Message-ID: #2797: NRPyElliptic passes incompatible pointer types Reporter: Roland Haas Status: new Milestone: Version: Type: bug Priority: major Component: Comment (by Roland Haas): Do the CI results pass? In that case we could close this ticket as resolved. -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2797/nrpyelliptic-passes-incompatible-pointer -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Thu May 23 09:19:58 2024 From: trac-noreply at einsteintoolkit.org (Leonardo Werneck) Date: Thu, 23 May 2024 14:19:58 +0000 Subject: [ET Trac] #2797: NRPyElliptic passes incompatible pointer types Message-ID: #2797: NRPyElliptic passes incompatible pointer types Reporter: Roland Haas Status: resolved Milestone: Version: Type: bug Priority: major Component: Changes (by Leonardo Werneck): status: resolved (was new) Comment (by Leonardo Werneck): This issue is fixed in commit [464fe4a](https://github.com/assumpcaothiago/NRPyElliptic/commit/464fe4a0963d01383fedbf1d5c5807d4f167a72c). -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2797/nrpyelliptic-passes-incompatible-pointer -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Thu May 23 09:24:35 2024 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Thu, 23 May 2024 14:24:35 +0000 Subject: [ET Trac] #2760: SyntaxWarnings Raised During Build Process with Python 3.12 Message-ID: #2760: SyntaxWarnings Raised During Build Process with Python 3.12 Reporter: Thiago Assumpcao Status: resolved Milestone: Version: ET_2023_05 Type: bug Priority: major Component: SimFactory Comment (by Roland Haas): Applied as git hash [54f87bd3](https://bitbucket.org/simfactory/simfactory2/commits/54f87bd3de81dc155ab9a1c8ca0d7238b7e94c5c) "Merged in fix-python-syntax-warnings \(pull request #69\)" of [simfactory2](https://bitbucket.org/simfactory/simfactory2) -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2760/syntaxwarnings-raised-during-build-process -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Thu May 23 09:24:47 2024 From: trac-noreply at einsteintoolkit.org (Steven R. Brandt) Date: Thu, 23 May 2024 14:24:47 +0000 Subject: [ET Trac] #2760: SyntaxWarnings Raised During Build Process with Python 3.12 Message-ID: #2760: SyntaxWarnings Raised During Build Process with Python 3.12 Reporter: Thiago Assumpcao Status: resolved Milestone: Version: ET_2023_05 Type: bug Priority: major Component: SimFactory Changes (by Steven R. Brandt): status: resolved (was new) Comment (by Steven R. Brandt): PR 69 is merged. -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2760/syntaxwarnings-raised-during-build-process -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Thu May 23 09:26:24 2024 From: trac-noreply at einsteintoolkit.org (Steven R. Brandt) Date: Thu, 23 May 2024 14:26:24 +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 Steven R. Brandt): Let?s put this off until the next release and make a real way to solve this. -- 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 Fri May 24 15:00:30 2024 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Fri, 24 May 2024 20:00:30 +0000 Subject: [ET Trac] #2799: NewRadX is missing a README file Message-ID: #2799: NewRadX is missing a README file Reporter: Roland Haas Status: new Milestone: Version: Type: bug Priority: major Component: All Einstein Toolkit thorns should have a readme file that lists authors, maintainers and license. This readme file must conform the the format created by the `make newthorn` target to be parsable by the website. Without it the thorn should not pass review: [https://docs.einsteintoolkit.org/et-docs/How\_to\_Review\_a\_new\_component#Formal\_criteria](https://docs.einsteintoolkit.org/et-docs/How_to_Review_a_new_component#Formal_criteria) -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2799/newradx-is-missing-a-readme-file -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Fri May 24 15:35:14 2024 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Fri, 24 May 2024 20:35:14 +0000 Subject: [ET Trac] #2800: disable PAPI in default thornlist Message-ID: #2800: disable PAPI in default thornlist Reporter: Roland Haas Status: new Milestone: ET_2024_05 Version: Type: enhancement Priority: major Component: PAPI provides s set of performance counters that can be used with Cactus' timing infrastructure. However it only supports Linux as an operating system and compiling it on macOS \(where it does then provide no counters\) has been increasingly difficult. Thus, similar to PETSc, it is proposed to disable PAPI in the default thornlist and enable it on clusters where it is know to work via simfactory?s `enable-thhorns` option. -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2800/disable-papi-in-default-thornlist -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Fri May 24 15:39:54 2024 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Fri, 24 May 2024 20:39:54 +0000 Subject: [ET Trac] #2800: disable PAPI in default thornlist Message-ID: #2800: disable PAPI in default thornlist Reporter: Roland Haas Status: new Milestone: ET_2024_05 Version: Type: enhancement Priority: major Component: Comment (by Roland Haas): Pull request is [https://bitbucket.org/einsteintoolkit/manifest/pull-requests/23](https://bitbucket.org/einsteintoolkit/manifest/pull-requests/23) -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2800/disable-papi-in-default-thornlist -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Fri May 24 15:40:05 2024 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Fri, 24 May 2024 20:40:05 +0000 Subject: [ET Trac] #2800: disable PAPI in default thornlist Message-ID: #2800: disable PAPI in default thornlist Reporter: Roland Haas Status: new Milestone: ET_2024_05 Version: Type: enhancement Priority: major Component: Comment (by Roland Haas): Please review -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2800/disable-papi-in-default-thornlist -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Tue May 28 10:31:35 2024 From: trac-noreply at einsteintoolkit.org (Cheng-Hsin Cheng) Date: Tue, 28 May 2024 15:31:35 +0000 Subject: [ET Trac] #2799: NewRadX is missing a README file Message-ID: #2799: NewRadX is missing a README file Reporter: Roland Haas Status: new Milestone: Version: Type: bug Priority: major Component: Changes (by Cheng-Hsin Cheng): responsible: [] (was ) assignee: Cheng-Hsin Cheng (was ) -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2799/newradx-is-missing-a-readme-file -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Tue May 28 10:46:00 2024 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Tue, 28 May 2024 15:46:00 +0000 Subject: [ET Trac] #2799: NewRadX is missing a README file Message-ID: #2799: NewRadX is missing a README file Reporter: Roland Haas Status: open Milestone: Version: Type: bug Priority: major Component: Changes (by Roland Haas): status: open (was new) -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2799/newradx-is-missing-a-readme-file -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Wed May 29 14:17:17 2024 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Wed, 29 May 2024 19:17:17 +0000 Subject: [ET Trac] #2800: disable PAPI in default thornlist Message-ID: #2800: disable PAPI in default thornlist Reporter: Roland Haas Status: new Milestone: ET_2024_05 Version: Type: enhancement Priority: major Component: Comment (by Roland Haas): Applied as git hash [4bda8ef](https://bitbucket.org/einsteintoolkit/manifest/commits/4bda8ef25d7dc261a0fb400a8a47e1fa6482086b) "[einsteintoolkit.th](http://einsteintoolkit.th): disable PAPI by default" of [manifest](https://bitbucket.org/einsteintoolkit/manifest) -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2800/disable-papi-in-default-thornlist -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Wed May 29 14:18:54 2024 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Wed, 29 May 2024 19:18:54 +0000 Subject: [ET Trac] #2800: disable PAPI in default thornlist Message-ID: #2800: disable PAPI in default thornlist Reporter: Roland Haas Status: resolved Milestone: ET_2024_05 Version: Type: enhancement Priority: major Component: Changes (by Roland Haas): status: resolved (was new) -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2800/disable-papi-in-default-thornlist -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Wed May 29 14:40:07 2024 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Wed, 29 May 2024 19:40:07 +0000 Subject: [ET Trac] #2262: svn.einsteintoolkit.org uses old SSL library Message-ID: #2262: svn.einsteintoolkit.org uses old SSL library Reporter: Roland Haas Status: new Milestone: Version: Type: bug Priority: major Component: Comment (by Roland Haas): [svn.einsteintoolkit.org](http://svn.einsteintoolkit.org) has been retired. -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2262/svneinsteintoolkitorg-uses-old-ssl-library -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Wed May 29 14:40:22 2024 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Wed, 29 May 2024 19:40:22 +0000 Subject: [ET Trac] #2262: svn.einsteintoolkit.org uses old SSL library Message-ID: #2262: svn.einsteintoolkit.org uses old SSL library Reporter: Roland Haas Status: resolved Milestone: Version: Type: bug Priority: major Component: Changes (by Roland Haas): status: resolved (was new) -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2262/svneinsteintoolkitorg-uses-old-ssl-library -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Thu May 30 09:15:29 2024 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Thu, 30 May 2024 14:15:29 +0000 Subject: [ET Trac] #2786: support CarpetX in Multipole Message-ID: #2786: support CarpetX in Multipole Reporter: Roland Haas Status: on hold Milestone: Version: Type: enhancement Priority: minor Component: EinsteinToolkit thorn Changes (by Roland Haas): status: on hold (was new) -- 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 Thu May 30 20:16:29 2024 From: trac-noreply at einsteintoolkit.org (Cheng-Hsin Cheng) Date: Fri, 31 May 2024 01:16:29 +0000 Subject: [ET Trac] #2799: NewRadX is missing a README file Message-ID: #2799: NewRadX is missing a README file Reporter: Roland Haas Status: open Milestone: Version: Type: bug Priority: major Component: Comment (by Cheng-Hsin Cheng): I made a [pull request](https://github.com/EinsteinToolkit/SpacetimeX/pull/26) to add a README file to the main branch for SpacetimeX. -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2799/newradx-is-missing-a-readme-file -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Fri May 31 15:20:13 2024 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Fri, 31 May 2024 20:20:13 +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 Comment (by Roland Haas): @{557058:56049c54-f8c2-4b6c-9b88-ab697c967495} any updates? See the comment about an analogous case for `CCTK_COMPLEX` in the pull request. -- 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 Fri May 31 15:23:20 2024 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Fri, 31 May 2024 20:23:20 +0000 Subject: [ET Trac] #2799: NewRadX is missing a README file Message-ID: #2799: NewRadX is missing a README file Reporter: Roland Haas Status: open Milestone: Version: Type: bug Priority: major Component: Comment (by Roland Haas): Applied as git hash [0e869858](https://github.com/lwJi/SpacetimeX/commits/0e8698583906f3d49782486da06314b8cd4b6637) "Merge pull request #26 from chcheng3/main" of [SpacetimeX](https://github.com/lwJi/SpacetimeX) -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2799/newradx-is-missing-a-readme-file -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Fri May 31 15:23:35 2024 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Fri, 31 May 2024 20:23:35 +0000 Subject: [ET Trac] #2799: NewRadX is missing a README file Message-ID: #2799: NewRadX is missing a README file Reporter: Roland Haas Status: open Milestone: Version: Type: bug Priority: major Component: Comment (by Roland Haas): Thank you. -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2799/newradx-is-missing-a-readme-file -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Fri May 31 15:24:02 2024 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Fri, 31 May 2024 20:24:02 +0000 Subject: [ET Trac] #2799: NewRadX is missing a README file Message-ID: #2799: NewRadX is missing a README file Reporter: Roland Haas Status: resolved Milestone: Version: Type: bug Priority: major Component: Changes (by Roland Haas): status: resolved (was open) -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2799/newradx-is-missing-a-readme-file -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Fri May 31 15:27:17 2024 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Fri, 31 May 2024 20:27:17 +0000 Subject: [ET Trac] #2801: gcc14 compatibility in Einstein Toolkit thorns Message-ID: #2801: gcc14 compatibility in Einstein Toolkit thorns Reporter: Roland Haas Status: new Milestone: Version: Type: bug Priority: major Component: GCC14 remove implicit pointer casts and requires explicit casts for C in the same manner that C\+\+ requires them. [https://gcc.gnu.org/gcc-14/porting\_to.html](https://gcc.gnu.org/gcc-14/porting_to.html) This ticket collects pull requests with fixes to Einstein Toolkit thorns that address this -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2801/gcc14-compatibility-in-einstein-toolkit -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Fri May 31 15:27:50 2024 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Fri, 31 May 2024 20:27:50 +0000 Subject: [ET Trac] #2801: gcc14 compatibility in Einstein Toolkit thorns Message-ID: #2801: gcc14 compatibility in Einstein Toolkit thorns Reporter: Roland Haas Status: new Milestone: Version: Type: bug Priority: major Component: Comment (by Roland Haas): Pull request for CactusNumerical thorns \(symmetry thorns, mostly\) is here: [https://bitbucket.org/cactuscode/cactusnumerical/pull-requests/23](https://bitbucket.org/cactuscode/cactusnumerical/pull-requests/23) -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2801/gcc14-compatibility-in-einstein-toolkit -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Fri May 31 15:28:06 2024 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Fri, 31 May 2024 20:28:06 +0000 Subject: [ET Trac] #2801: gcc14 compatibility in Einstein Toolkit thorns Message-ID: #2801: gcc14 compatibility in Einstein Toolkit thorns Reporter: Roland Haas Status: new Milestone: Version: Type: bug Priority: major Component: Comment (by Roland Haas): Pull request for TwoPunctures is here: [https://bitbucket.org/einsteintoolkit/einsteininitialdata/pull-requests/18](https://bitbucket.org/einsteintoolkit/einsteininitialdata/pull-requests/18) -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2801/gcc14-compatibility-in-einstein-toolkit -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Fri May 31 15:28:31 2024 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Fri, 31 May 2024 20:28:31 +0000 Subject: [ET Trac] #2801: gcc14 compatibility in Einstein Toolkit thorns Message-ID: #2801: gcc14 compatibility in Einstein Toolkit thorns Reporter: Roland Haas Status: open Milestone: Version: Type: bug Priority: major Component: Changes (by Roland Haas): status: open (was new) -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2801/gcc14-compatibility-in-einstein-toolkit -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Fri May 31 15:28:54 2024 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Fri, 31 May 2024 20:28:54 +0000 Subject: [ET Trac] #2801: gcc14 compatibility in Einstein Toolkit thorns Message-ID: #2801: gcc14 compatibility in Einstein Toolkit thorns Reporter: Roland Haas Status: open Milestone: Version: Type: bug Priority: major Component: Changes (by Roland Haas): responsible: [] (was ) assignee: Roland Haas (was ) -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2801/gcc14-compatibility-in-einstein-toolkit -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Fri May 31 15:29:10 2024 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Fri, 31 May 2024 20:29:10 +0000 Subject: [ET Trac] #2801: gcc14 compatibility in Einstein Toolkit thorns Message-ID: #2801: gcc14 compatibility in Einstein Toolkit thorns Reporter: Roland Haas Status: open Milestone: Version: Type: bug Priority: major Component: Comment (by Roland Haas): Please review. -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2801/gcc14-compatibility-in-einstein-toolkit -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Fri May 31 15:33:26 2024 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Fri, 31 May 2024 20:33:26 +0000 Subject: [ET Trac] #2802: compilation faiulres in TwoPunctures_BBHSF and TwoPunctures_KerrProca with gcc14 Message-ID: #2802: compilation faiulres in TwoPunctures_BBHSF and TwoPunctures_KerrProca with gcc14 Reporter: Roland Haas Status: new Milestone: Version: Type: bug Priority: major Component: EinsteinToolkit thorn GCC14 remove implicit pointer casts and requires explicit casts for C in the same manner that C\+\+ requires them. [https://gcc.gnu.org/gcc-14/porting\_to.html](https://gcc.gnu.org/gcc-14/porting_to.html) This affects TwoPunctures and thus all thorns that are derived from TwoPunctures. Typical compile failures are error messages such as: ``` COMPILING Proca/TwoPunctures_KerrProca/src/Newton.c /Users/rhaas/Cactus/configs/sim/build/TwoPunctures_KerrProca/Newton.c: In function 'TPKP_TestRelax': /Users/rhaas/Cactus/configs/sim/build/TwoPunctures_KerrProca/Newton.c:287:37: error: passing argument 6 of 'resid' from incompatible pointer type [-Wincompatible-pointer-types] 287 | resid (res, ntotal, dv, F, ncols, cols, JFD); | ^~~~ | | | int ** ``` This is fixed for TwoPunctures in [https://bitbucket.org/einsteintoolkit/einsteininitialdata/pull-requests/18](https://bitbucket.org/einsteintoolkit/einsteininitialdata/pull-requests/18) but the patch used there does not cleanly apply to the derived codes \(possibly due to some extra lines of code being present\). -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2802/compilation-faiulres-in-twopunctures_bbhsf -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Fri May 31 15:33:40 2024 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Fri, 31 May 2024 20:33:40 +0000 Subject: [ET Trac] #2802: compilation faiulres in TwoPunctures_BBHSF and TwoPunctures_KerrProca with gcc14 Message-ID: #2802: compilation faiulres in TwoPunctures_BBHSF and TwoPunctures_KerrProca with gcc14 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/2802/compilation-faiulres-in-twopunctures_bbhsf -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Fri May 31 15:45:19 2024 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Fri, 31 May 2024 20:45:19 +0000 Subject: [ET Trac] #2802: compilation faiulres in TwoPunctures_BBHSF and TwoPunctures_KerrProca with gcc14 Message-ID: #2802: compilation faiulres in TwoPunctures_BBHSF and TwoPunctures_KerrProca with gcc14 Reporter: Roland Haas Status: open Milestone: Version: Type: bug Priority: major Component: EinsteinToolkit thorn Comment (by Roland Haas): README files list as maintainers: * @{557058:a2800088-fc6e-4fbe-9a1e-663271f736bd} * @{557058:65c5f18c-c3ad-4126-bb2b-be0e766b31ef} * Giuseppe Ficarra \(who I cannot seem to @mention in bitbucket\) * Cheng-Hsin Cheng \(who I cannot seem to @mention in bitbucket\) If one of you could take a stab at adding the changes shown in [https://bitbucket.org/einsteintoolkit/einsteininitialdata/pull-requests/18](https://bitbucket.org/einsteintoolkit/einsteininitialdata/pull-requests/18) to TwoPunctures\_KerrProca and TwoPunctures\_BBHSF that would be great. -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2802/compilation-faiulres-in-twopunctures_bbhsf -------------- next part -------------- An HTML attachment was scrubbed... URL: From trac-noreply at einsteintoolkit.org Fri May 31 15:45:35 2024 From: trac-noreply at einsteintoolkit.org (Roland Haas) Date: Fri, 31 May 2024 20:45:35 +0000 Subject: [ET Trac] #2802: compilation faiulres in TwoPunctures_BBHSF and TwoPunctures_KerrProca with gcc14 Message-ID: #2802: compilation faiulres in TwoPunctures_BBHSF and TwoPunctures_KerrProca with gcc14 Reporter: Roland Haas Status: open Milestone: Version: Type: bug Priority: major Component: EinsteinToolkit thorn Changes (by Roland Haas): GCC14 removed implicit pointer casts and requires explicit casts for C in the same manner that C\+\+ requires them. [https://gcc.gnu.org/gcc-14/porting\_to.html](https://gcc.gnu.org/gcc-14/porting_to.html) This affects TwoPunctures and thus all thorns that are derived from TwoPunctures. Typical compile failures are error messages such as: ``` COMPILING Proca/TwoPunctures_KerrProca/src/Newton.c /Users/rhaas/Cactus/configs/sim/build/TwoPunctures_KerrProca/Newton.c: In function 'TPKP_TestRelax': /Users/rhaas/Cactus/configs/sim/build/TwoPunctures_KerrProca/Newton.c:287:37: error: passing argument 6 of 'resid' from incompatible pointer type [-Wincompatible-pointer-types] 287 | resid (res, ntotal, dv, F, ncols, cols, JFD); | ^~~~ | | | int ** ``` This is fixed for TwoPunctures in [https://bitbucket.org/einsteintoolkit/einsteininitialdata/pull-requests/18](https://bitbucket.org/einsteintoolkit/einsteininitialdata/pull-requests/18) but the patch used there does not cleanly apply to the derived codes \(possibly due to some extra lines of code being present\). -- Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2802/compilation-faiulres-in-twopunctures_bbhsf -------------- next part -------------- An HTML attachment was scrubbed... URL: