<div dir="ltr"><div><div>Hi,<br><br></div>I got this error once. If I remember correctly, it requires szip to be installed or loaded as a module. It also comes with hdf5, so you might try different hdf5 module too.<br><br></div>-rahul<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jun 29, 2016 at 2:00 PM, Hamilton, Maria <span dir="ltr">&lt;<a href="mailto:babiuc@marshall.edu" target="_blank">babiuc@marshall.edu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
Indeed, gcc was outdated. I loaded gnu/<a href="http://4.9.2." rel="noreferrer" target="_blank">4.9.2.</a><br>
I got it configured, but at make I have this error:<br>
/usr/bin/ld: cannot find -lz<br>
collect2: error: ld returned 1 exit status<br>
<br>
What is your suggestion?<br>
<br>
Thank you for your help.<br>
<span class="HOEnZb"><font color="#888888">Maria<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
On 6/28/16, 5:14 PM, &quot;Korobkin, Oleg&quot; &lt;<a href="mailto:korobkin@lanl.gov">korobkin@lanl.gov</a>&gt; wrote:<br>
<br>
Maria,<br>
<br>
Looks like default g++ on your cluster is outdated. You can check the<br>
version by typing,<br>
$ g++ ‹-version<br>
<br>
Versions before 4.7.0 don¹t support the offending &#39;‹std=gnu++11&#39; flag. But<br>
the cluster certainly should have more recent compilers installed. Is<br>
there a link to the list of software available on biggreen? Try this<br>
command:<br>
$ module avail<br>
<br>
 - this should list all the modules that are installed on your cluster,<br>
including more recent compilers. If any modules are present, they are<br>
probably called &#39;gcc/X.Y.Z&#39; or &#39;gnu-compilers-X.Y.Z&#39; and you can add the<br>
corresponding module like this:<br>
$ module load gcc/4.8.1<br>
<br>
Try adding this newer module and recompiling:<br>
$ make ET-config options=simfactory/mdb/optionlists/biggreen.cfg<br>
THORNLIST=manifest/<a href="http://einsteintoolkit.th" rel="noreferrer" target="_blank">einsteintoolkit.th</a><br>
<br>
<br>
All the best,<br>
 - Oleg<br>
<br>
On 6/28/16, 11:59 AM, &quot;<a href="mailto:users-bounces@einsteintoolkit.org">users-bounces@einsteintoolkit.org</a> on behalf of<br>
Hamilton, Maria&quot; &lt;<a href="mailto:users-bounces@einsteintoolkit.org">users-bounces@einsteintoolkit.org</a> on behalf of<br>
<a href="mailto:babiuc@marshall.edu">babiuc@marshall.edu</a>&gt; wrote:<br>
<br>
&gt;Hello,<br>
&gt;<br>
&gt;I was wondering if I can get some help in compiling the Einstein Toolkit<br>
&gt;on a cluster called BigGreen<br>
&gt;<a href="http://www.marshall.edu/itresearch/resources-and-tools/biggreen-cluster/" rel="noreferrer" target="_blank">http://www.marshall.edu/itresearch/resources-and-tools/biggreen-cluster/</a><br>
&gt;I¹ve followed the instructions in<br>
&gt;<a href="https://docs.einsteintoolkit.org/et-docs/Compiling_the_Einstein_Toolkit" rel="noreferrer" target="_blank">https://docs.einsteintoolkit.org/et-docs/Compiling_the_Einstein_Toolkit</a><br>
&gt;I¹ve created biggreen.marshall.edu.ini and biggreen.cfg, which are<br>
&gt;attached to this message.<br>
&gt;When I issued the commands:<br>
&gt;simfactory/bin/sim setup --optionlist= biggreen.cfg --runscript<br>
&gt;biggreen.sh<br>
&gt;simfactory/bin/sim build  --thornlist=manifest/<a href="http://einsteintoolkit.th" rel="noreferrer" target="_blank">einsteintoolkit.th</a><br>
&gt;I get this error:<br>
&gt;Cactus requires a C++11 compiler -- check your C++ compiler and C++<br>
&gt;compiler flags<br>
&gt;<br>
&gt;When I run:<br>
&gt;make ET-config options=simfactory/mdb/optionlists/biggreen.cfg<br>
&gt;THORNLIST=manifest/<a href="http://einsteintoolkit.th" rel="noreferrer" target="_blank">einsteintoolkit.th</a><br>
&gt;I get this error:<br>
&gt;checking whether the C++ compiler (g++ -g3 -march=native -std=gnu++11<br>
&gt;-rdynamic) works... no<br>
&gt;configure: error: installation or configuration problem: C++ compiler<br>
&gt;cannot create executables (see<br>
&gt;configs/&lt;configname&gt;/config-data/config.log for details).<br>
&gt;<br>
&gt;I am attaching also the config.log.<br>
&gt;<br>
&gt;Thank you,<br>
&gt;Maria Babiuc<br>
&gt;<br>
<br>
<br>
<br>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@einsteintoolkit.org">Users@einsteintoolkit.org</a><br>
<a href="http://lists.einsteintoolkit.org/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.einsteintoolkit.org/mailman/listinfo/users</a><br>
</div></div></blockquote></div><br></div>