<html>
<head>
<meta http-equiv="Content-Type" content="text/html;
charset=windows-1252">
</head>
<body>
<p>FYI, the newest development version of the flesh will now provide
a nice error message for this situation.</p>
<p><br>
</p>
<p>--Steve</p>
<p><br>
</p>
<div class="moz-cite-prefix">On 3/29/2021 9:26 AM, Michael Muller
wrote:<br>
</div>
<blockquote type="cite"
cite="mid:QB1PR01MB233797FE542CCF8859E7BD7EAD7E9@QB1PR01MB2337.CANPRD01.PROD.OUTLOOK.COM">
<meta http-equiv="Content-Type" content="text/html;
charset=windows-1252">
<style type="text/css" style="display:none;">P {margin-top:0;margin-bottom:0;}</style>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif;
font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255,
255, 255);">
Hello,</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif;
font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255,
255, 255);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif;
font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255,
255, 255);">
Thank you for your quick reply and sorry for my late one. I was
going through our code to see if I could find the source of the
problem and I was able to locate it. The schedule.ccl file in
one of our thorns created the problem. One of the functions that
was declared in there was assigning "F90" to the "LANG" keyword,
instead of the two options C and FORTRAN. And the function in
rdwr.pl seems to check for those two keyword-options and
generates an error message if neither is used, if I understood
correctly. The latter was the case, where the scheduling
declaration looked something like that:</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif;
font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255,
255, 255);">
***<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif;
font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255,
255, 255);">
SCHEDULE function_name IN group_name AFTER other_function_name
<div> {</div>
<div> LANG: F90</div>
} "do some important stuff"<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif;
font-size: 12pt; color: rgb(0, 0, 0);">
***</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif;
font-size: 12pt; color: rgb(0, 0, 0);">
I hope this helps.<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif;
font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif;
font-size: 12pt; color: rgb(0, 0, 0);">
Thank you!</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif;
font-size: 12pt; color: rgb(0, 0, 0);">
Michael<br>
</div>
<hr tabindex="-1" style="display:inline-block; width:98%">
<br>
<div class="PlainText">Date: Fri, 26 Mar 2021 14:49:02 -0500<br>
From: Steven Brandt <a class="moz-txt-link-rfc2396E" href="mailto:sbrandt@cct.lsu.edu"><sbrandt@cct.lsu.edu></a><br>
Subject: Re: [Users] Compilation Error related to rdwr.pl script<br>
To: <a class="moz-txt-link-abbreviated" href="mailto:users@einsteintoolkit.org">users@einsteintoolkit.org</a><br>
Message-ID:
<a class="moz-txt-link-rfc2396E" href="mailto:6902d061-3fb8-5c8a-63ae-e9955323e2a3@cct.lsu.edu"><6902d061-3fb8-5c8a-63ae-e9955323e2a3@cct.lsu.edu></a><br>
Content-Type: text/plain; charset="windows-1252"<br>
<br>
Hello. Can you show me the source code which exposed this
problem in <br>
rdwr.pl? Thanks.<br>
<br>
<br>
--Steve<br>
<br>
<br>
On 3/26/2021 2:46 PM, Michael Muller wrote:<br>
> Hello everyone,<br>
><br>
> I am a new user of the Einstein Toolkit and I am currently
trying to <br>
> build the ET deWitt-Morette release with some private
thorns. The <br>
> private thorns were previously used with the ET Mayer
release, so <br>
> there are some components that are not quite compatible
with the new <br>
> release and at least one creates an error related to the
new rdwr.pl <br>
> script. The problem is that the function in line 471
of rdwr.pl that <br>
> would create the error message seems to have a problem with
the input <br>
> that it gets. Thus the actual error message pointing to the
error in <br>
> the private thorn never gets printed. The exact error
message is:<br>
><br>
> "Can't call method "linenum" on unblessed reference at <br>
>
/home/mmuller/ET_DeWittMorette_2020_11/Cactus/repos/flesh/lib/sbin/rdwr.pl
<br>
> line 471.<br>
>
/home/mmuller/ET_DeWittMorette_2020_11/Cactus/lib/make/make.configuration:212:
<br>
> recipe for target <br>
>
'/home/mmuller/ET_DeWittMorette_2020_11/Cactus/configs/ET_DeWitt_Morette_privGRHydro/config-data/make.thornlist'<br>
> failed<br>
> make[1]: *** <br>
>
[/home/mmuller/ET_DeWittMorette_2020_11/Cactus/configs/ET_DeWitt_Morette_privGRHydro/config-data/make.thornlist]<br>
> Error 25<br>
> Makefile:260: recipe for target
'ET_DeWitt_Morette_privGRHydro' failed <br>
> make: *** [ET_DeWitt_Morette_privGRHydro] Error 2"<br>
><br>
> This error shows up just after the configuration scripts
for the <br>
> thorns have run. I also included a copy of the full build
output in <br>
> the attachments.<br>
><br>
> It would be great if anyone could provide me with any
pointers as to <br>
> what could be the source of this problem.<br>
><br>
> Thank you and all the best,<br>
> Michael Müller<br>
><br>
> _______________________________________________<br>
> Users mailing list<br>
> <a class="moz-txt-link-abbreviated" href="mailto:Users@einsteintoolkit.org">Users@einsteintoolkit.org</a><br>
> <a
href="http://lists.einsteintoolkit.org/mailman/listinfo/users"
moz-do-not-send="true">http://lists.einsteintoolkit.org/mailman/listinfo/users</a><br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <a
href="http://lists.einsteintoolkit.org/pipermail/users/attachments/20210326/f1218846/attachment-0001.html"
moz-do-not-send="true">
http://lists.einsteintoolkit.org/pipermail/users/attachments/20210326/f1218846/attachment-0001.html</a>
<br>
<br>
------------------------------<br>
<br>
_______________________________________________<br>
Users mailing list<br>
<a class="moz-txt-link-abbreviated" href="mailto:Users@einsteintoolkit.org">Users@einsteintoolkit.org</a><br>
<a
href="http://lists.einsteintoolkit.org/mailman/listinfo/users"
moz-do-not-send="true">http://lists.einsteintoolkit.org/mailman/listinfo/users</a><br>
<br>
<br>
End of Users Digest, Vol 132, Issue 35<br>
**************************************<br>
</div>
<div class="BodyFragment"><font size="2"><span
style="font-size:11pt"></span></font></div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<pre class="moz-quote-pre" wrap="">_______________________________________________
Users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Users@einsteintoolkit.org">Users@einsteintoolkit.org</a>
<a class="moz-txt-link-freetext" href="http://lists.einsteintoolkit.org/mailman/listinfo/users">http://lists.einsteintoolkit.org/mailman/listinfo/users</a>
</pre>
</blockquote>
</body>
</html>