<p>Please check the build version details against what is in the message link I sent.</p>
<div class="gmail_quote">On Jun 19, 2012 8:55 PM, &quot;Nobuaki Igarashi&quot; &lt;<a href="mailto:igarashi@imr.tohoku.ac.jp">igarashi@imr.tohoku.ac.jp</a>&gt; wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Thank you for your reply.<br>
<br>
&gt;Which version are you using?<br>
<br>
We installed Cluster Studio XE as Intel compiler.<br>
Its version is composer_xe_2011_sp1.6.233.<br>
$ ifort -v<br>
ifort version 12.1.0<br>
$ ./getversion.out<br>
Intel(R) Math Kernel Library Version 10.3.6 Product Build 20110809 for<br>
Intel(R) 64 architecture applications<br>
<br>
My RHEL5.5 machine, on which I could run wien2k without error, is<br>
$ ifort -v<br>
Version 12.0.2<br>
$ ./getversion.out<br>
Intel(R) Math Kernel Library Version 10.3.2 Product Build 20110112 for<br>
Intel(R) 64 architecture applications<br>
composer&#39;s version is composerxe-2011.2.137.<br>
<br>
Thanks<br>
N.Igarashi<br>
<br>
Laurence Marks wrote:<br>
<br>
&gt; Did you search the mailing list for ifort versions -- several are<br>
&gt; buggy, see <a href="http://zeus.theochem.tuwien.ac.at/pipermail/wien/2011-November/015682.html" target="_blank">http://zeus.theochem.tuwien.ac.at/pipermail/wien/2011-November/015682.html</a><br>
&gt; as well as earlier emails.<br>
&gt;<br>
&gt; Which version are you using?<br>
&gt;<br>
&gt; On Tue, Jun 19, 2012 at 7:16 PM, Nobuaki Igarashi<br>
&gt; &lt;<a href="mailto:igarashi@imr.tohoku.ac.jp">igarashi@imr.tohoku.ac.jp</a>&gt; wrote:<br>
&gt; &gt; Thank you for your quick reply.<br>
&gt; &gt;<br>
&gt; &gt; Regarding &quot;Bug 11357 - SIGBUS in getenv(). &quot;, I&#39;ve already check.<br>
&gt; &gt; But it seems problem of the programing method.<br>
&gt; &gt;<br>
&gt; &gt; I removed &quot; -warn nogeneral ?-g -openmp -static-libgcc&quot;.<br>
&gt; &gt; (I set the option &quot;-static-libgcc&quot; to copy the executables compiled on<br>
&gt; &gt; RHEL5.5.)<br>
&gt; &gt; The &quot;-i-static&quot; option has already been deprecated currently, ifort tells us<br>
&gt; &gt; to use -static-intel instead.<br>
&gt; &gt;<br>
&gt; &gt; I compiled all modules with<br>
&gt; &gt; &quot;-free -w -mp1 -prec-div -pc80 -DINTEL_VML -traceback -static-intel&quot;.<br>
&gt; &gt; However, now, SIGSEGV occurred in openmp library.<br>
&gt; &gt;<br>
&gt; &gt; forrtl: severe (174): SIGSEGV, segmentation fault occurred<br>
&gt; &gt; Image ? ? ? ? ? ? ?PC ? ? ? ? ? ? ? ?Routine ? ? ? ? ? ?Line ? ? ? ?Source<br>
&gt; &gt; libiomp5.so ? ? ? ?00007F77009F4A5A ?Unknown ? ? ? ? ? ? ? Unknown ?Unknown<br>
&gt; &gt; libiomp5.so ? ? ? ?00007F77009E128C ?Unknown ? ? ? ? ? ? ? Unknown ?Unknown<br>
&gt; &gt; libiomp5.so ? ? ? ?00007F77009DDBB0 ?Unknown ? ? ? ? ? ? ? Unknown ?Unknown<br>
&gt; &gt; libiomp5.so ? ? ? ?00007F77009DD238 ?Unknown ? ? ? ? ? ? ? Unknown ?Unknown<br>
&gt; &gt; libiomp5.so ? ? ? ?00007F77009FAEBB ?Unknown ? ? ? ? ? ? ? Unknown ?Unknown<br>
&gt; &gt; libpthread.so.0 ? ?000000379F4077F1 ?Unknown ? ? ? ? ? ? ? Unknown ?Unknown<br>
&gt; &gt; libc.so.6 ? ? ? ? ?000000379F0E5CCD ?Unknown ? ? ? ? ? ? ? Unknown ?Unknown<br>
&gt; &gt;<br>
&gt; &gt; Thanks<br>
&gt; &gt; N.Igarashi<br>
&gt; &gt;<br>
&gt; &gt; Laurence Marks wrote:<br>
&gt; &gt;<br>
&gt; &gt;&gt; A google search on &quot;sigbus getenv&quot;, for instance<br>
&gt; &gt;&gt; <a href="http://sources.redhat.com/ml/glibc-bugs/2010-03/msg00005.html" target="_blank">http://sources.redhat.com/ml/glibc-bugs/2010-03/msg00005.html</a> suggests<br>
&gt; &gt;&gt; that this might be a known bug. I think you will have to try various<br>
&gt; &gt;&gt; things until they work. Some ideas:<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; a) Check against the mailing list archive to see if there any other<br>
&gt; &gt;&gt; reports of bugs with this version of ifort. Of late there have been<br>
&gt; &gt;&gt; problems.<br>
&gt; &gt;&gt; b) remove &quot; -warn nogeneral ?-g -openmp -static-libgcc&quot;. I don&#39;t think<br>
&gt; &gt;&gt; -g is a good idea except when writing code, and I do not believe<br>
&gt; &gt;&gt; Wien2k currently uses openmp anywhere, everything is blas.<br>
&gt; &gt;&gt; c) If this does not work, also remove &quot;-pad&quot;<br>
&gt; &gt;&gt; d) If this does not work, add &quot;-i-static&quot;.<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; On Sun, Jun 17, 2012 at 6:54 PM, Nobuaki Igarashi<br>
&gt; &gt;&gt; &lt;<a href="mailto:igarashi@imr.tohoku.ac.jp">igarashi@imr.tohoku.ac.jp</a>&gt; wrote:<br>
&gt; &gt;&gt; &gt; Dear developers and WIEN2k users,<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt; Although I completed compiling WIEN2k along siteconfig procedure, lapw1<br>
&gt; &gt;&gt; &gt; was abnormally ended as soon as it started by SIGBUS.<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt; The following is the debugger&#39;s output.<br>
&gt; &gt;&gt; &gt; (idb) run<br>
&gt; &gt;&gt; &gt; Starting program: /home007/lacse/my_wien2k/<a href="http://wien2k.org/lapw1" target="_blank">wien2k.org/lapw1</a><br>
&gt; &gt;&gt; &gt; [New Thread 8144 (LWP 8144)]<br>
&gt; &gt;&gt; &gt; Program received signal SIGBUS<br>
&gt; &gt;&gt; &gt; getenv () in /lib64/<a href="http://libc-2.12.so" target="_blank">libc-2.12.so</a><br>
&gt; &gt;&gt; &gt; (idb) where<br>
&gt; &gt;&gt; &gt; #0 ?0x000000332c4352c0 in getenv () in /lib64/<a href="http://libc-2.12.so" target="_blank">libc-2.12.so</a><br>
&gt; &gt;&gt; &gt; #1 ?0x0000000000488288 in for_check_env_name () in<br>
&gt; &gt;&gt; &gt; /home007/lacse/my_wien2k/<a href="http://wien2k.org/lapw1" target="_blank">wien2k.org/lapw1</a><br>
&gt; &gt;&gt; &gt; #2 ?0x00000000004ccfa2 in for__open_proc () in<br>
&gt; &gt;&gt; &gt; /home007/lacse/my_wien2k/<a href="http://wien2k.org/lapw1" target="_blank">wien2k.org/lapw1</a><br>
&gt; &gt;&gt; &gt; #3 ?0x000000000048d908 in for_open () in<br>
&gt; &gt;&gt; &gt; /home007/lacse/my_wien2k/<a href="http://wien2k.org/lapw1" target="_blank">wien2k.org/lapw1</a><br>
&gt; &gt;&gt; &gt; #4 ?0x00000000004184f3 in errclr (fname=(...)) at<br>
&gt; &gt;&gt; &gt; /home007/lacse/my_wien2k/<a href="http://wien2k.org/SRC_lapw1/errclr.f:64" target="_blank">wien2k.org/SRC_lapw1/errclr.f:64</a><br>
&gt; &gt;&gt; &gt; #5 ?0x0000000000443e92 in lapw1 () at<br>
&gt; &gt;&gt; &gt; /home007/lacse/my_wien2k/<a href="http://wien2k.org/SRC_lapw1/lapw1_tmp_.F:90" target="_blank">wien2k.org/SRC_lapw1/lapw1_tmp_.F:90</a><br>
&gt; &gt;&gt; &gt; #6 ?0x0000000000404c5c in main () in<br>
&gt; &gt;&gt; &gt; /home007/lacse/my_wien2k/<a href="http://wien2k.org/lapw1" target="_blank">wien2k.org/lapw1</a><br>
&gt; &gt;&gt; &gt; #7 ?0x000000332c41ecdd in __libc_start_main () in /lib64/<a href="http://libc-2.12.so" target="_blank">libc-2.12.so</a><br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt; This issue occurred on only RHEL 6.2, there is no problem on RHEL5.5.<br>
&gt; &gt;&gt; &gt; Now, I compiled WIEN2k with -static-libgc, which is one of options of Intel<br>
&gt; &gt;&gt; &gt; compiler, on RHEL5.5,<br>
&gt; &gt;&gt; &gt; I copied it to new server. ?Then, no error occurred.<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt; Although it may come from a problem of glibc of RHEL 6.2,<br>
&gt; &gt;&gt; &gt; had you had such a information, yet?<br>
&gt; &gt;&gt; &gt; If you know regarding this, please let me know anything.<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt; -----------------------------------------------------------------------<br>
&gt; &gt;&gt; &gt; I write our system informations :<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt; [The new system ]<br>
&gt; &gt;&gt; &gt; IBM BladeCenter HS22<br>
&gt; &gt;&gt; &gt; Operating System : Red Hat Enterprise Linux ComputeNode release 6.2<br>
&gt; &gt;&gt; &gt; (Santiago)<br>
&gt; &gt;&gt; &gt; CPU model : Intel(R) Xeon(R) CPU X5650 @ 2.67GHz<br>
&gt; &gt;&gt; &gt; CPU cores : 12<br>
&gt; &gt;&gt; &gt; Memory : 24594924kB (free 14196424kB)<br>
&gt; &gt;&gt; &gt; Kernel : Linux 2.6.32-220.7.1.el6<br>
&gt; &gt;&gt; &gt; GLIBC : GNU C Library stable release version 2.12, by Roland McGrath et al.<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt; [RHEL 5.5 Systems]<br>
&gt; &gt;&gt; &gt; IBM iDataPlex dx360<br>
&gt; &gt;&gt; &gt; Operating System : Red Hat Enterprise Linux Server release 5.5 (Tikanga)<br>
&gt; &gt;&gt; &gt; CPU model : Intel(R) Xeon(R) CPU X5650 @ 2.67GHz<br>
&gt; &gt;&gt; &gt; CPU cores : 12<br>
&gt; &gt;&gt; &gt; Memory : 24GB<br>
&gt; &gt;&gt; &gt; Kernel : Linux ?2.6.18-194.26.1.el5<br>
&gt; &gt;&gt; &gt; GLIBC : GNU C Library stable release version 2.5, by Roland McGrath et al.<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt; [Compiler]<br>
&gt; &gt;&gt; &gt; ifort version 12.1.0<br>
&gt; &gt;&gt; &gt; Intel(R) Math Kernel Library Version 10.3.6 Product Build 20110809 for<br>
&gt; &gt;&gt; &gt; Intel(R) 64 architecture applications<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt; [WIEN2k Compile options]<br>
&gt; &gt;&gt; &gt; WIEN2k version : WIEN2k_11.1<br>
&gt; &gt;&gt; &gt; FOPT:-free -mp1 -warn<br>
&gt; &gt;&gt; &gt; nogeneral -prec-div -pc80 -pad -ip -DINTEL_VML -traceback -g -openmp -static-libgcc<br>
&gt; &gt;&gt; &gt; current:LDFLAGS:$(FOPT) -L$(MKLROOT)/lib/$(MKL_TARGET_ARCH) -static-libgcc<br>
&gt; &gt;&gt; &gt; DPARALLEL:&#39;-DParallel&#39;<br>
&gt; &gt;&gt; &gt; R_LIBS:$(MKLROOT)/lib/intel64/libmkl_blas95_lp64.a<br>
&gt; &gt;&gt; &gt; $(MKLROOT)/lib/intel64/libmkl_lapack95_lp64.a \<br>
&gt; &gt;&gt; &gt; -Wl,--start-group $(MKLROOT)/lib/intel64/libmkl_intel_lp64.a \<br>
&gt; &gt;&gt; &gt; $(MKLROOT)/lib/intel64/libmkl_intel_thread.a<br>
&gt; &gt;&gt; &gt; $(MKLROOT)/lib/intel64/libmkl_core.a \<br>
&gt; &gt;&gt; &gt; -Wl,--end-group -openmp -lpthread -lm<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt; * Not MPI version, but MKL + OpenMP version<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt; Thanks in advance.<br>
&gt; &gt;&gt; &gt; N.Igarashi<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt; _______________________________________________<br>
&gt; &gt;&gt; &gt; Wien mailing list<br>
&gt; &gt;&gt; &gt; <a href="mailto:Wien@zeus.theochem.tuwien.ac.at">Wien@zeus.theochem.tuwien.ac.at</a><br>
&gt; &gt;&gt; &gt; <a href="http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien" target="_blank">http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien</a><br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; --<br>
&gt; &gt;&gt; Professor Laurence Marks<br>
&gt; &gt;&gt; Department of Materials Science and Engineering<br>
&gt; &gt;&gt; Northwestern University<br>
&gt; &gt;&gt; <a href="http://www.numis.northwestern.edu" target="_blank">www.numis.northwestern.edu</a> 1-847-491-3996<br>
&gt; &gt;&gt; &quot;Research is to see what everybody else has seen, and to think what<br>
&gt; &gt;&gt; nobody else has thought&quot;<br>
&gt; &gt;&gt; Albert Szent-Gyorgi<br>
&gt; &gt;&gt; _______________________________________________<br>
&gt; &gt;&gt; Wien mailing list<br>
&gt; &gt;&gt; <a href="mailto:Wien@zeus.theochem.tuwien.ac.at">Wien@zeus.theochem.tuwien.ac.at</a><br>
&gt; &gt;&gt; <a href="http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien" target="_blank">http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien</a><br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; _______________________________________________<br>
&gt; &gt; Wien mailing list<br>
&gt; &gt; <a href="mailto:Wien@zeus.theochem.tuwien.ac.at">Wien@zeus.theochem.tuwien.ac.at</a><br>
&gt; &gt; <a href="http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien" target="_blank">http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien</a><br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; Professor Laurence Marks<br>
&gt; Department of Materials Science and Engineering<br>
&gt; Northwestern University<br>
&gt; <a href="http://www.numis.northwestern.edu" target="_blank">www.numis.northwestern.edu</a> 1-847-491-3996<br>
&gt; &quot;Research is to see what everybody else has seen, and to think what<br>
&gt; nobody else has thought&quot;<br>
&gt; Albert Szent-Gyorgi<br>
&gt; _______________________________________________<br>
&gt; Wien mailing list<br>
&gt; <a href="mailto:Wien@zeus.theochem.tuwien.ac.at">Wien@zeus.theochem.tuwien.ac.at</a><br>
&gt; <a href="http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien" target="_blank">http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien</a><br>
<br>
<br>
<br>
<br>
_______________________________________________<br>
Wien mailing list<br>
<a href="mailto:Wien@zeus.theochem.tuwien.ac.at">Wien@zeus.theochem.tuwien.ac.at</a><br>
<a href="http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien" target="_blank">http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien</a><br>
</blockquote></div>