<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif; ">
<div>
<div>
<div>Hi Oliver, </div>
<div><br>
</div>
<div>You mentioned in one of your messages, you got other errors. </div>
<div>I also got errors with xlf90_r on IBM Power 7 machine. </div>
<div>The issue was posted to the mailing list on July 31. I am curious to know whether you have the same type of errors. </div>
<div><br>
</div>
<div>Thanks, </div>
<div><br>
</div>
<div>Jianxin</div>
<div><br>
</div>
<div><br>
</div>
</div>
</div>
<span id="OLK_SRC_BODY_SECTION">
<div style="font-family:Calibri; font-size:11pt; text-align:left; color:black; BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 0in; PADDING-RIGHT: 0in; BORDER-TOP: #b5c4df 1pt solid; BORDER-RIGHT: medium none; PADDING-TOP: 3pt">
<span style="font-weight:bold">From: </span>Oliver Albertini <<a href="mailto:ora@georgetown.edu">ora@georgetown.edu</a>><br>
<span style="font-weight:bold">Reply-To: </span>A Mailing list for WIEN2k users <<a href="mailto:wien@zeus.theochem.tuwien.ac.at">wien@zeus.theochem.tuwien.ac.at</a>><br>
<span style="font-weight:bold">Date: </span>Thursday, October 3, 2013 12:13 PM<br>
<span style="font-weight:bold">To: </span>A Mailing list for WIEN2k users <<a href="mailto:wien@zeus.theochem.tuwien.ac.at">wien@zeus.theochem.tuwien.ac.at</a>><br>
<span style="font-weight:bold">Subject: </span>Re: [Wien] compilation problems on AIX with xlf90<br>
</div>
<div><br>
</div>
<blockquote id="MAC_OUTLOOK_ATTRIBUTION_BLOCKQUOTE" style="BORDER-LEFT: #b5c4df 5 solid; PADDING:0 0 0 5; MARGIN:0 0 0 5;">
<div>
<div>
<div dir="ltr">I have used version xlf90 version 11 on AIX 6.1 and xlf90 version 14 on 7.1. So, it seems like something that they have fixed.
<div style="">This:</div>
<div><a href="http://www-01.ibm.com/support/docview.wss?uid=swg1IY52183">http://www-01.ibm.com/support/docview.wss?uid=swg1IY52183</a><br>
</div>
<div><br>
</div>
<div style="">is about the -qfloat option. That is related to version 8 so is likely not to help. </div>
<div style=""><br>
</div>
<div style=""><a href="http://forum.abinit.org/viewtopic.php?f=2&t=1884">http://forum.abinit.org/viewtopic.php?f=2&t=1884</a><br>
</div>
<div style=""><br>
</div>
<div style="">Seems to show the same issue with version 10.1. You might want to try updating xlf90 to the latest 'fix' on the ibm site:</div>
<div style=""><br>
</div>
<div style=""><span style="color: rgb(51, 51, 51); font-size: 13px; line-height: 15px; font-family: Arial, sans-serif; "><a href="http://www.ibm.com/support/fixcentral/swg/quickorder?parent=ibm~Rational&product=ibm/Rational/XL+Fortran+Compiler&release=10.1.0.13&platform=AIX&function=fixId&fixids=xlf.10.1.0.13.aix51-61.jun2011.ptf&includeRequisites=1&includeSupersedes=0&downloadMethod=http&source=fc">http://www.ibm.com/support/fixcentral/swg/quickorder?parent=ibm~Rational&product=ibm/Rational/XL+Fortran+Compiler&release=10.1.0.13&platform=AIX&function=fixId&fixids=xlf.10.1.0.13.aix51-61.jun2011.ptf&includeRequisites=1&includeSupersedes=0&downloadMethod=http&source=fc</a></span><br>
</div>
</div>
<div class="gmail_extra"><br>
<br>
<div class="gmail_quote">On Thu, Oct 3, 2013 at 10:14 AM, Pavel Ondračka <span dir="ltr">
<<a href="mailto:pavel.ondracka@email.cz" target="_blank">pavel.ondracka@email.cz</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Dear Oliver,<br>
<br>
I'm on AIX Version 5.3<br>
<br>
xlf90 -qversion reports<br>
IBM XL Fortran Enterprise Edition V10.1 for AIX<br>
Version: 10.01.0000.0000<br>
<br>
My compiler options are:<br>
-O5 -qarch=pwr5 -q64 -qextname=flush,w2k_catch_signal<br>
<br>
Pavel<br>
<br>
Oliver Albertini píše v Čt 03. 10. 2013 v 09:17 -0700:<br>
<div class="HOEnZb">
<div class="h5">> Dear Pavel,<br>
><br>
><br>
> I have compiled W2k13 on AIX 7.1, but never saw that error. There were<br>
> other compilation errors, however. What is your version of AIX and<br>
> compilation options?<br>
><br>
><br>
> Oliver<br>
><br>
><br>
> On Thu, Oct 3, 2013 at 3:49 AM, Pavel Ondračka<br>
> <<a href="mailto:pavel.ondracka@email.cz">pavel.ondracka@email.cz</a>> wrote:<br>
> Dear WIEN2k list,<br>
><br>
> I'm trying to compile WIEN2k_13.1 on AIX with xlf90 compiler<br>
> and I'm<br>
> getting lots of those errors:<br>
> (S) Expression or initial value must be evaluated at compile<br>
> time.<br>
><br>
> Those are originating from expressions like this:<br>
> PARAMETER (PI=4D0*DATAN(1D0))<br>
><br>
> I can fix this by replacing the expression with numerical<br>
> representation:<br>
> PARAMETER (PI=3.14159265358979323D0)<br>
> however there are many of those errors and I'm wondering if<br>
> there is any<br>
> better way to fix this?<br>
><br>
> Best regards<br>
> Pavel Ondračka<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>
> SEARCH the MAILING-LIST at:<br>
> <a href="http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html" target="_blank">http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html</a><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>
> SEARCH the MAILING-LIST at: <a href="http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html" target="_blank">http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html</a><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>
SEARCH the MAILING-LIST at: <a href="http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html" target="_blank">http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html</a><br>
</div>
</div>
</blockquote>
</div>
<br>
</div>
</div>
</div>
</blockquote>
</span>
</body>
</html>