<div dir="ltr">Hi Alessandro,<div><br></div><div>You might be better off contacting the HDF5 group, but since I'm also having an issue doing a local install of HDF5 (for enhanced debugging of FLASH) and I was thinking of posting here since my issue is almost certainly a silly PATH problem, here are some thoughts:</div><div><br></div><div>1. environment variables should have no spaces between the equal sign and the value:<br>NOT :<br>  CC = mpicc</div><div>GOOD:<br>  CC=mpicc</div><div><br></div><div>2. You'll be better off supplying absolute paths when possible. That is, what does "which mpicc" return? Use that full path. Additionally, make sure just executing "mpicc" returns something, otherwise you have a PATH issue.</div><div><br></div><div>Similarly, specify the full path of configure rather than "./configure"<br>Use $HOME rather than ~/ for the full path (or typing the full path is also fine).</div><div><br></div><div>3. I'd be surprised if you have write access to /usr. You more likely will need to set your prefix to a directory you have full control over (such as a subdirectory of your home space).<br><br>4. For further, perhaps more useful help, it would be nice if you supplied the result of "echo $PATH" as well as "ls <span style="color:rgb(0,0,0);font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif;font-size:16px">~/software/flash/hdf5-1.8.10-</span><span style="color:rgb(0,0,0);font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif;font-size:16px">patch1" (or whatever the path to your hdf5 is).</span></div><div><br></div><div>Best wishes,</div><div><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div dir="ltr">--------<div>Ryan</div></div></div></div></div></div></div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Jul 9, 2024 at 6:33 AM Alessandro Ruocco <<a href="mailto:alessandro.ruocco@fsdynamics.fi">alessandro.ruocco@fsdynamics.fi</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div class="msg-440490175721286826">




<div dir="ltr">
<div style="font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
Dear all,</div>
<div style="font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
We are trying to install FLASH on our cluster, but we are having issues when compiling HDF5 parallel. Below the loaded modules and the error message while trying to configure HDF5:</div>
<div style="font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
[~/software/flash/hdf5-1.8.10-patch1] (33 files, 1.1M) > module list</div>
<div style="font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
Currently Loaded Modulefiles:</div>
<div style="font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
  1) null                 3) toolbox/1.0          5) mpi/openmpi/1.10.7</div>
<div style="font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
  2) uppdrag/base         4) local-soft/1.0       6) mpi/intel-mpi</div>
<div style="font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
[~/software/flash/hdf5-1.8.10-patch1] (33 files, 1.1M) > CC = mpicc ./configure --prefix=/usr/local/lib/HDF5-parallel --enable-parallel</div>
<div style="font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
-bash: CC: command not found</div>
<div style="font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
[~/software/flash/hdf5-1.8.10-patch1] (33 files, 1.1M) > mpicc ./configure --prefix=/usr/local/lib/HDF5-parallel --enable-parallel</div>
<div style="font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
./configure: file not recognized: File format not recognized</div>
<div style="font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
collect2: error: ld returned 1 exit status</div>
<div style="font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
[~/software/flash/hdf5-1.8.10-patch1] (33 files, 1.1M) > cc = mpicc ./configure --prefix=/usr/local/lib/HDF5-parallel --enable-parallel</div>
<div style="font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
cc: error: =: No such file or directory</div>
<div style="font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
cc: error: mpicc: No such file or directory</div>
<div style="font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
Do you have any suggestions on how to fix this?</div>
<div style="font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
Best regards</div>
<div style="font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
Alessandro</div>
<u></u>


<hr>
<table align="left" border="0" cellpadding="3" cellspacing="0" style="min-width:650px;border-collapse:collapse;width:100%">
<tbody>
<tr>
<td style="width:250px"><strong>Alessandro Ruocco</strong>, <span style="color:rgb(128,128,128)">
PhD</span></td>
<td colspan="2" rowspan="3"><a href="http://fsdynamics.fi/" target="_blank"><img alt="FS Dynamics Finland Oy AB" src="https://xchange.fsdynamics.eu/images/fsd_mail_logo.png" style="width: 200px; height: 43px; margin: 0px; float: right;"></a></td>
</tr>
<tr>
<td style="width:250px"><span style="color:rgb(128,128,128)">Engineer CFD</span></td>
</tr>
<tr>
<td style="width:250px"> </td>
</tr>
<tr>
<td style="white-space:nowrap;width:300px;min-width:300px;vertical-align:top">
FS Dynamics Finland Oy Ab<br>
c/o Polaris Business Park, Capella<br>
Vänrikinkuja 3<br>
<br>
FI-02600 Espoo<br>
Finland </td>
<td style="white-space:nowrap;width:95px;min-width:95px;vertical-align:top">
Phone:<br>
Email:<br>
<br>
<br>
URL:<br>
Privacy policy:<br>
</td>
<td style="white-space:nowrap;min-width:300px;vertical-align:top">+358 40 839 0008<br>
<a href="mailto:alessandro.ruocco@fsdynamics.fi" target="_blank">alessandro.ruocco@fsdynamics.fi</a><br>
<br>
<br>
<a href="http://www.fsdynamics.fi" target="_blank">www.fsdynamics.fi</a><br>
<a href="https://fsdynamics.se/privacy-policy/" target="_blank">https://fsdynamics.se/privacy-policy/</a><br>
</td>
</tr>
</tbody>
</table>
<br clear="all">
<hr>
 <br>
</div>

_______________________________________________<br>
flash-users mailing list<br>
<a href="mailto:flash-users@flash.rochester.edu" target="_blank">flash-users@flash.rochester.edu</a><br>
<br>
For list info, including unsubscribe:<br>
<a href="https://flash.rochester.edu/mailman/listinfo/flash-users" rel="noreferrer" target="_blank">https://flash.rochester.edu/mailman/listinfo/flash-users</a><br>
</div></blockquote></div>