<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div class="elementToProof" style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Hi Bernard,</div>
<div class="elementToProof" style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Is your parfile setting the parameter presync_mode? Alternatively, did you compile in debug mode? I ask this because that function has the following code</div>
<div class="elementToProof"><span style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);"><br>
</span></div>
<div class="elementToProof"><span style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);"> static bool presync_only = CCTK_Equals(presync_mode, "presync-only");</span></div>
<div class="elementToProof"><span style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">#ifndef CCTK_DEBUG</span></div>
<div><span style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);"> if(!presync_only)</span></div>
<div><span style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);"> return true;</span></div>
<div class="elementToProof"><span style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">#endif</span></div>
<div class="elementToProof"><span style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);"><br>
</span></div>
<div class="elementToProof"><span style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">Unless I'm reading this section incorrectly, the code shouldn't reach that assertion
unless its in debug mode or the mode is "presync-only".</span></div>
<div id="Signature">
<div style="font-size: 12pt; font-family: Calibri, Helvetica, sans-serif;" dir="ltr" id="divtagdefaultwrapper">
<br>
</div>
<div style="direction: ltr; font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<span style="font-family: Calibri, Helvetica, sans-serif, serif, EmojiFont; font-size: 16px;"> Samuel Cupp
</span></div>
<div style="font-size:12pt; font-family:Calibri,Helvetica,sans-serif" dir="ltr" id="divtagdefaultwrapper">
<span style="font-family: Calibri, Helvetica, sans-serif, serif, EmojiFont;"> Postdoctoral Researcher<br>
</span></div>
<div style="font-size:12pt; font-family:Calibri,Helvetica,sans-serif" dir="ltr" id="divtagdefaultwrapper">
<span style="font-family: Calibri, Helvetica, sans-serif, serif, EmojiFont;"> Department of Physics</span></div>
<div style="direction: ltr; font-family: Calibri, Helvetica, sans-serif; font-size: 12pt;">
<span style="font-family: Calibri, Helvetica, sans-serif, serif, EmojiFont; color: rgb(0, 0, 0);"> University of Idaho</span></div>
<div style="font-size: 12pt; font-family: Calibri, Helvetica, sans-serif;" dir="ltr" id="divtagdefaultwrapper">
</div>
</div>
<div id="appendonsend"></div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>From:</b> Users <users-bounces@einsteintoolkit.org> on behalf of Bernard Kelly <physicsbeany@gmail.com><br>
<b>Sent:</b> Thursday, February 29, 2024 11:58 AM<br>
<b>To:</b> Einstein Toolkit Users <Users@einsteintoolkit.org><br>
<b>Subject:</b> [Users] WeylScal4 failing testsuites with ET_2023_11</font>
<div> </div>
</div>
<div>
<div dir="ltr">
<div class="x_gmail_default" style="font-family:courier new,monospace">Hi. I just tried running a parameter file with WeylScal4 using the ET_2023_11 release, and it fails during the pre-initial stage, with screen output like the following:</div>
<div class="x_gmail_default" style="font-family:courier new,monospace"><br>
</div>
<div class="x_gmail_default" style="font-family:courier new,monospace">-------------</div>
<div class="x_gmail_default" style="font-family:courier new,monospace">NFO (CarpetIOHDF5): I/O Method 'IOHDF5_1D' registered: 1D AMR output of grid variables to HDF5 files<br>
INFO (CarpetIOHDF5): I/O Method 'IOHDF5_2D' registered: 2D AMR output of grid variables to HDF5 files<br>
INFO (CarpetIOHDF5): Periodic 2D AMR output requested for:<br>
ML_ADMCONSTRAINTS::H<br>
INFO (CarpetIOHDF5): I/O Method 'IOHDF5_3D' registered: 3D AMR output of grid variables to HDF5 files<br>
INFO (CarpetIOScalar): Periodic scalar output requested for:<br>
ML_BSSN::H<br>
ML_BSSN::M1<br>
ML_BSSN::M2<br>
ML_BSSN::M3<br>
cactus_sim_ET_2023_11_WS4_ORIG: /nobackupp19/bjkelly1/codes/Cactus_ET_2023_11/configs/sim/build/Cactus/main/RDWR.cc:336: int cctki_RDWR::CCTK_HasAccess(const _cGH *, int): Assertion `current_function->RDWR' failed.<br>
Rank 3 with PID 73750 received signal 6<br>
Writing backtrace to Kerr_LES_StandardSpin_VACUUM_dx032_WS4_ORIG/backtrace.3.txt<br>
</div>
<div class="x_gmail_default" style="font-family:courier new,monospace">-------------</div>
<div class="x_gmail_default" style="font-family:courier new,monospace"><br>
</div>
<div class="x_gmail_default" style="font-family:courier new,monospace">I tried to run the WeylScal4 testsuites too (Teukolsky etc), with the same "Assertion `current_function->RDWR' failed" message.</div>
<div class="x_gmail_default" style="font-family:courier new,monospace"><br>
</div>
<div class="x_gmail_default" style="font-family:courier new,monospace">Just to check, I went back an ET release (ET_2023_05), and did the same test, and the tests ran & passed.</div>
<div class="x_gmail_default" style="font-family:courier new,monospace"><br>
</div>
<div class="x_gmail_default" style="font-family:courier new,monospace">So did something happen between releases to change the behavior of WeylScal4? And would it affect other Kranc-generated thorns too?</div>
<div class="x_gmail_default" style="font-family:courier new,monospace"><br>
</div>
<div class="x_gmail_default" style="font-family:courier new,monospace">Thanks, Bernard</div>
<div><br>
</div>
<span class="x_gmail_signature_prefix">-- </span><br>
<div dir="ltr" class="x_gmail_signature" data-smartmail="gmail_signature">------------------------------------------------------------------<br>
Bernard Kelly -- CRESST Assistant Research Scientist, NASA/GSFC<br>
Gravitational Astrophysics Laboratory --- Code 663<br>
<br>
Phone: +1 (301) 286-7243 *** Fax: +1 (301) 286-2226<br>
Web: <a href="http://science.gsfc.nasa.gov/sed/bio/bernard.j.kelly" originalsrc="http://science.gsfc.nasa.gov/sed/bio/bernard.j.kelly" shash="NF/Yyi9+eG7CCNle3gwcwGQ9o1l0VDbB+0bPUOxJZIgjurt/kfObyWyfM4Ur4f+qeBMonEjHkYGKE/VI2JUbvuUntqVeBHZC5uw/DJzqgrfQI8wDMMwcoKmQMk0wKa/pB0ZK+ST2nuiHr7+54bNBcOG1NKnNe0QE+EuNg5q3BlA=" target="_blank">
http://science.gsfc.nasa.gov/sed/bio/bernard.j.kelly</a><br>
ORCID: <a href="http://orcid.org/0000-0002-3326-4454" originalsrc="http://orcid.org/0000-0002-3326-4454" shash="JLh5/82wYXv69S0Yjc03xskCv2WOHkFBGwtGSLTe4q/B+x9pQdriagFjH+sr/ROAG1n8FFMrdO2mqB83ARxx19ehyaMZo9tMjeGuSU+xv4e8zUa7mLG4Wv/bbWGBuEUieq2OS1pDH09jhYCnIzOrgZOmRdhPpMQQG7sroGrrp5o=" target="_blank">
orcid.org/0000-0002-3326-4454</a><br>
------------------------------------------------------------------</div>
</div>
</div>
</body>
</html>