<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;
        mso-ligatures:standardcontextual;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri",sans-serif;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-US" link="#0563C1" vlink="#954F72" style="word-wrap:break-word">
<div class="WordSection1">
<p class="MsoNormal">Hi,<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Summer Scholar and still a newbie flash user here. I am trying to run the LaserSlab problem as shown in the example on the User Guide. However when I run the Makefile.h there is a pathing issue as seen below.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">gr_hypreF90CAdapters.c:9:10: fatal error: '_hypre_parcsr_ls.h' file not found<o:p></o:p></p>
<p class="MsoNormal">#include "_hypre_parcsr_ls.h"<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">…<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">gr_hypre_fortran_message.c:3:10: fatal error: 'HYPRE_config.h' file not found<o:p></o:p></p>
<p class="MsoNormal">#include "HYPRE_config.h"<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">I think for the path I have tried 3 different ones and they have three different errors.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">PATH 1: /g/g22/sharma22/hypre-master (gives first error before cant find HYPRE_config.h)<o:p></o:p></p>
<p class="MsoNormal">PATH 2: /g/g22/sharma22/hypre-master/src (gives first error as before cant find HYPRE_config.h)<o:p></o:p></p>
<p class="MsoNormal">PATH 3: /g/g22/sharma22/hypre-master/src/hypre (gives new error based on c needing head files or .h files and hypre directory being too low)<o:p></o:p></p>
<p class="MsoNormal">HYPRE_config.h is in the src directory<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Example: for path 3 error<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">io_create_dataset.c:41:5: warning: implicit declaration of function 'Driver_abortFlashC' is invalid in C99 [-Wimplicit-function-declaration]<o:p></o:p></p>
<p class="MsoNormal">    Driver_abortFlashC("[io_create_dataset]: Unknown I/O");<o:p></o:p></p>
<p class="MsoNormal">    ^<o:p></o:p></p>
<p class="MsoNormal">io_attribute.c:66:5: warning: implicit declaration of function 'Driver_abortFlashC' is invalid in C99 [-Wimplicit-function-declaration]<o:p></o:p></p>
<p class="MsoNormal">    Driver_abortFlashC("[io_attribute_create]: Unknown I/O");<o:p></o:p></p>
<p class="MsoNormal">    ^<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">I am just really stuck any help would be appreciated. Thanks!<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
</body>
</html>