<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">&lt;sbrandt@cct.lsu.edu&gt;</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">&lt;6902d061-3fb8-5c8a-63ae-e9955323e2a3@cct.lsu.edu&gt;</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>
        &gt; Hello everyone,<br>
        &gt;<br>
        &gt; I am a new user of the Einstein Toolkit and I am currently
        trying to <br>
        &gt; build the ET deWitt-Morette release with some private
        thorns. The <br>
        &gt; private thorns were previously used with the ET Mayer
        release, so <br>
        &gt; there are some components that are not quite compatible
        with the new <br>
        &gt; release and at least one creates an error related to the
        new rdwr.pl <br>
        &gt; script. The problem is that the function in line 471
        of rdwr.pl that <br>
        &gt; would create the error message seems to have a problem with
        the input <br>
        &gt; that it gets. Thus the actual error message pointing to the
        error in <br>
        &gt; the private thorn never gets printed. The exact error
        message is:<br>
        &gt;<br>
        &gt; "Can't call method "linenum" on unblessed reference at <br>
        &gt;
/home/mmuller/ET_DeWittMorette_2020_11/Cactus/repos/flesh/lib/sbin/rdwr.pl
        <br>
        &gt; line 471.<br>
        &gt;
/home/mmuller/ET_DeWittMorette_2020_11/Cactus/lib/make/make.configuration:212:
        <br>
        &gt; recipe for target <br>
        &gt;
'/home/mmuller/ET_DeWittMorette_2020_11/Cactus/configs/ET_DeWitt_Morette_privGRHydro/config-data/make.thornlist'<br>
        &gt; failed<br>
        &gt; make[1]: *** <br>
        &gt;
[/home/mmuller/ET_DeWittMorette_2020_11/Cactus/configs/ET_DeWitt_Morette_privGRHydro/config-data/make.thornlist]<br>
        &gt; Error 25<br>
        &gt; Makefile:260: recipe for target
        'ET_DeWitt_Morette_privGRHydro' failed <br>
        &gt; make: *** [ET_DeWitt_Morette_privGRHydro] Error 2"<br>
        &gt;<br>
        &gt; This error shows up just after the configuration scripts
        for the <br>
        &gt; thorns have run. I also included a copy of the full build
        output in <br>
        &gt; the attachments.<br>
        &gt;<br>
        &gt; It would be great if anyone could provide me with any
        pointers as to <br>
        &gt; what could be the source of this problem.<br>
        &gt;<br>
        &gt; Thank you and all the best,<br>
        &gt; Michael Müller<br>
        &gt;<br>
        &gt; _______________________________________________<br>
        &gt; Users mailing list<br>
        &gt; <a class="moz-txt-link-abbreviated" href="mailto:Users@einsteintoolkit.org">Users@einsteintoolkit.org</a><br>
        &gt; <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>