<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<p>Hi Klaus,</p>
<p>Thanks for the help. Please see the following:<br>
</p>
<div class="moz-cite-prefix">On 04/01/2020 23:20, Klaus Weide wrote:<br>
</div>
<blockquote type="cite"
cite="mid:Pine.LNX.4.64.2001041708230.32278@flash.uchicago.edu">
<pre class="moz-quote-pre" wrap="">This message is from an external sender. Please take care when responding, clicking links or opening attachments.
On Sat, 4 Jan 2020, Aodhan McIlvenny wrote:
</pre>
</blockquote>
<blockquote type="cite"
cite="mid:Pine.LNX.4.64.2001041708230.32278@flash.uchicago.edu">
<blockquote type="cite">
<pre class="moz-quote-pre" wrap="">Sorry for the naivity of my message, I am only beginning to use FLASH. I am
having an issue getting the laserslab example to run when running make. While
the example appears to setup correctly, following up with make produces the
attached error. I'd really appreciate if someone could point out my error. I
also am attaching the Makefile I am using.
</pre>
</blockquote>
<pre class="moz-quote-pre" wrap="">
Your Makefile.h has different values for FFLAGS_HYPRE and CFLAGS_HYPRE.
As a result, your compilations of Fortran sources have
-I/users/40082858/hypre/src
while your compilations of C sources have
-I/users/40082858/hypre/src/include
on the command line.
Normally the include directories should be the same for Fortran and C, and
you will have to figure out which one is the correct location on your
system.
</pre>
</blockquote>
<p>Thank you for spotting this. I believe it is now fixed. (new
Makefile attached) However I am getting another error (also
attached) relating to the hypre release name. Does this help in
any way?<br>
</p>
<blockquote type="cite"
cite="mid:Pine.LNX.4.64.2001041708230.32278@flash.uchicago.edu">
<pre class="moz-quote-pre" wrap="">
If you have further problems, you should let us know at least which
version of the HYPRE library is installed on your system, and how it was
compiled or installed.</pre>
</blockquote>
<p>I compiled hypre-2.11.2 with cmake/3.5.2/gcc-4.8.5.<b> </b><br>
</p>
<blockquote type="cite"
cite="mid:Pine.LNX.4.64.2001041708230.32278@flash.uchicago.edu">
<pre class="moz-quote-pre" wrap="">
Btw. I suggest you run make without any '-j' flags, at least while
debugging compilation problems. The compilation may take longer, but this
often makes it easier to spot which step is failing.
Klaus</pre>
</blockquote>
<p><br>
</p>
<p>Thanks again,</p>
<p>Aodhan</p>
<p>
</p>
<blockquote type="cite"
cite="mid:Pine.LNX.4.64.2001041708230.32278@flash.uchicago.edu">
</blockquote>
</body>
</html>