<div dir="auto"><div>You have serious problems with how your computer/cluster is setup. These need to be resolved for Wien2k to work, and for many other things as well.<div dir="auto"><br></div><div dir="auto">The most obvious one is your locale, which you almost certainly cannot cure by just using the <span style="font-family:sans-serif">-no-multibyte-chars flag.</span><br><div dir="auto"><br></div><div dir="auto">You can look it up, but briefly, most code is written for the Latin alphabet which fits into 256 ASCII code, i.e 1 byte. Computers can use other alphabets, but these can require more than one byte. This can work for some things, but many others can fail. I very much doubt that Wien2k (including the parts for w2web, python and others) will work beyond English or similar languages (French, German etc). It probably does not work with Russian, Japanese, Chinese or Korean alphabets -- maybe someone can confirm. What language is your computer set to?</div><div dir="auto"><br></div><div dir="auto">I strongly suggest that you reset your computer/login to use a Latin alphabet, when the LC_ALL issues should go away. In the process you will probably update your OS, which will probably solve the <span style="font-family:sans-serif">memcpy problem, which is perhaps due to messed up gcc libraries although it might be other compile options.</span></div><div dir="auto"><span style="font-family:sans-serif"><br></span></div><div dir="auto"><span style="font-family:sans-serif">A partial response.</span></div><div dir="auto"><br><div data-smartmail="gmail_signature" dir="auto">_____<br>Professor Laurence Marks<br>"Research is to see what everybody else has seen, and to think what nobody else has thought", Albert Szent-Györgyi<br><a href="http://www.numis.northwestern.edu" target="_blank" rel="noreferrer">www.numis.northwestern.edu</a></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Jul 29, 2021, 01:11 venkatesh chandragiri <<a href="mailto:venkyphysicsiitm@gmail.com" target="_blank" rel="noreferrer">venkyphysicsiitm@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Dear Wien2k users,<div><br></div><div>Recently, I got an opportunity to work with Wien2k after a very long time. I have tried to compile the Wien2k_21.1. At first, i tried to compile using old ifort compilers and this leads to an error as given below</div><div><br></div><div>====</div><div>SRC_lapw0/compile.msg:lapw0.F(2370): error #6404: This name does not have a type, and must have an explicit type.   [FINDLOC]</div><div>=====</div><div>Later, I have searched in the mailing-list and found out that  I need to use the latest ifort compilers to compile the Wien2k.</div><div><br></div><div>Now, I tried to compile the Wien2k again using recent ifort compilers. This leads to another kind of error as given below</div><div><br></div><div>====</div><div>icc -c W2kutils.c<br>Catastrophic error: could not set locale "" to allow processing of multibyte characters<br><br>compilation aborted for W2kutils.c (code 4)<br>make[1]: *** [W2kutils.o] Error 4<br></div><div><br></div><div>========</div><div><br></div><div>Again, I did  a search on the website to bypass this error using flag setting " -no-multibyte-chars " for both ifort and icc. This time it gives only a warning message as given below </div><div>=====<br></div><div>/bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.utf8)<br>/bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.utf8)<br></div><div><br></div><div>=====</div><div><br></div><div>Although, if one can neglect these warning messages, there is an error in the compilation process in almost all SRC_* directories as given below and I am unable to find the details of it.</div><div><br></div><div>========</div><div>/home/pkg/lic/intel_parallel_studio_composer/2020/compilers_and_libraries_2020.0.166/linux/compiler/lib/intel64_lin/libintlc.so.5: undefined reference to `memcpy@GLIBC_2.14'<br>make[1]: *** [nmrc_mpi] Error 1<br></div><div><br></div><div>======</div><div><br></div><div>Kindly help me to resolve this error as well as those warning messages.</div><div><br></div><div>thanks</div><div>venkatesh</div><div></div><div><br></div></div>
_______________________________________________<br>
Wien mailing list<br>
<a href="mailto:Wien@zeus.theochem.tuwien.ac.at" rel="noreferrer noreferrer" target="_blank">Wien@zeus.theochem.tuwien.ac.at</a><br>
<a href="https://urldefense.com/v3/__http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien__;!!Dq0X2DkFhyF93HkjWTBQKhk!GlvDr8a5j_OzBBtEZDLeeGx19MDcIwP10bYBsogvmUuP3dtsSw3oi-udxb22w-xBfU_01Q$" rel="noreferrer noreferrer noreferrer" target="_blank">https://urldefense.com/v3/__http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien__;!!Dq0X2DkFhyF93HkjWTBQKhk!GlvDr8a5j_OzBBtEZDLeeGx19MDcIwP10bYBsogvmUuP3dtsSw3oi-udxb22w-xBfU_01Q$</a> <br>
SEARCH the MAILING-LIST at:  <a href="https://urldefense.com/v3/__http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html__;!!Dq0X2DkFhyF93HkjWTBQKhk!GlvDr8a5j_OzBBtEZDLeeGx19MDcIwP10bYBsogvmUuP3dtsSw3oi-udxb22w-zoa2Hr1w$" rel="noreferrer noreferrer noreferrer" target="_blank">https://urldefense.com/v3/__http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html__;!!Dq0X2DkFhyF93HkjWTBQKhk!GlvDr8a5j_OzBBtEZDLeeGx19MDcIwP10bYBsogvmUuP3dtsSw3oi-udxb22w-zoa2Hr1w$</a> <br>
</blockquote></div></div></div>