<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2963" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY>
<DIV>Dear Torsten and Roberto&nbsp; <BR>Thanks for your answers,&nbsp; but I 
tried the compilation and I have obtained errors again .&nbsp; <BR>This is what 
we did in order to obtain the smallest amount of errors:&nbsp; <BR>a) make the 
liblapack and libblas libraries by hand, with the following options:&nbsp; 
<BR><FONT 
color=#0000ff>#------------------------------------------------------------------------------&nbsp; 
<BR>FC = xlf90&nbsp; <BR>FOPT&nbsp;&nbsp;&nbsp;&nbsp; = -q64 -O3 -qcache=auto 
-qhot -qtune=auto -qarch=power5 -qstrict&nbsp; <BR>FGEN&nbsp;&nbsp;&nbsp;&nbsp; 
=&nbsp; <BR>DESTDIR&nbsp; = ../liblapack_lapw.a (Similar options were used for 
making libblas)&nbsp; 
<BR>#------------------------------------------------------------------------------&nbsp; 
<BR></FONT>b) After this we need to execute by hand:&nbsp; <BR><FONT 
color=#0000ff>ar -rv -X32_64 ../liblapack_lapw.a lapack_lapw1.o zhpev.o zhpevx.o 
zladiv.o zlazro.o dlap&nbsp; <BR>y2.o dlapy3.o</FONT>, where it is necessary to 
include the <STRONG>-X32_64</STRONG>&nbsp;&nbsp; <BR>The problem seems to be 
related with 32 bit versus 64 bit *.o files that need to be included in a common 
library. Am I right ?&nbsp; <BR>After this almost all the main programs were 
successfully compiled.</DIV>
<DIV>The final output-file after the compilation is attached to this 
email.</DIV>
<DIV>For example, in the case of SRC_aim, the compile.msg is:</DIV>
<DIV><FONT color=#0000ff>1586-119 (U) The 32-bit file "d1mach.o" is being linked 
in 64-bit mode, or vice versa.<BR>make: 1254-004 The error code from the last 
command is 1.</FONT><BR>Once again the problem is related with 32bit vs 64bit 
generated files.</DIV>
<DIV>Any advice?</DIV>
<DIV>Thank you very much (again!)</DIV>
<DIV>Regards</DIV>
<DIV>Ricardo</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>-------------------------------------------------------------------------<BR>-----&nbsp;&nbsp; 
Ing. Quím. Ricardo Faccio</DIV>
<DIV>&nbsp;</DIV>
<DIV>Mail: Cryssmat-Lab., Cátedra de Física, DETEMA<BR>Facultad de Química, 
Universidad de la República<BR>&nbsp;&nbsp;&nbsp;&nbsp; Av. Gral. Flores 2124, 
C.C. 1157<BR>&nbsp;&nbsp;&nbsp;&nbsp; C.P. 11800, Montevideo, 
Uruguay.<BR>E-mail: <A 
href="mailto:rfaccio@fq.edu.uy">rfaccio@fq.edu.uy</A><BR>Phone: 598 2 9241860 
Int. 109<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 598 2 
9290705<BR>Fax:&nbsp;&nbsp;&nbsp; 598 2 9241906<BR>Web:&nbsp; <A 
href="http://cryssmat.fq.edu.uy/ricardo/ricardo.htm">http://cryssmat.fq.edu.uy/ricardo/ricardo.htm</A></DIV>
<DIV>----- Original Message ----- 
<DIV>From: "Roberto Iglesias" &lt;<A 
href="mailto:roberto.iglesias@psi.ch">roberto.iglesias@psi.ch</A>&gt;</DIV>
<DIV>To: "A Mailing list for WIEN2k users" &lt;<A 
href="mailto:wien@zeus.theochem.tuwien.ac.at">wien@zeus.theochem.tuwien.ac.at</A>&gt;</DIV>
<DIV>Sent: Thursday, September 14, 2006 3:49 AM</DIV>
<DIV>Subject: Re: [Wien] compilation problem IBM p5 AIX5.3</DIV></DIV>
<DIV><BR></DIV>&gt; Hello Ricardo<BR>&gt; <BR>&gt;&nbsp; To add on what Torsten 
wrote, we had some problems with compiling in an IBMSP4 machine and the 
responsible <BR>&gt; finally used these settings:<BR>&gt; <BR>&gt; 
current:FOPT:-q64 -O5&nbsp; -qarch=pwr4 -qtune=pwr4 -qcache=auto 
-qstrict<BR>&gt; current:FPOPT:-q64 -O5 -qarch=pwr4 -qtune=pwr4 -qcache=auto 
-qstrict<BR>&gt; current:LDFLAGS:-q64 -O5 -qipa=missing=isolated 
-L../SRC_lib<BR>&gt; current:DPARALLEL:'-WF,-DParallel'<BR>&gt; 
current:R_LIBS:-lessl -llapack_lapw<BR>&gt; 
current:RP_LIBS:-L/apps/scalapack/lib -lscalapack_pwr4_64<BR>&gt; 
/apps/scalapack/lib/blacs_MPI-pwr4_64-0.a<BR>&gt; 
/apps/scalapack/lib/blacsF77init_MPI-pwr4_64-0.a<BR>&gt; <BR>&gt; Hope it 
helps<BR>&gt; <BR>&gt; Roberto<BR>&gt; <BR>&gt; <BR>&gt; 
------------------------------------------<BR>&gt; Roberto Iglesias<BR>&gt; High 
Temperature Materials Project<BR>&gt; Laboratory for Materials Behaviour<BR>&gt; 
Nuclear Energy and Safety Department<BR>&gt; OHLD/013<BR>&gt; PAUL SCHERRER 
INSTITUT<BR>&gt; CH-5232 Villigen PSI<BR>&gt; phone: +41 (0)56 310 54 81<BR>&gt; 
fax:&nbsp;&nbsp; +41 (0)56 310 35 65<BR>&gt; e-mail: <A 
href="mailto:roberto.iglesias@psi.ch">roberto.iglesias@psi.ch</A><BR>&gt; 
Internet: <A href="http://www.psi.ch">www.psi.ch</A><BR>&gt; 
-----------------------------------------<BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; 
Torsten Andersen wrote:<BR>&gt;&gt; Hello Ricardo,<BR>&gt;&gt; <BR>&gt;&gt; try 
this in the lapack_lapw Makefile:<BR>&gt;&gt; <BR>&gt;&gt; FOPT = -q64 -O3 
-qcache=auto -qhot -qtune=auto -qarch=power5 -qstrict<BR>&gt;&gt; <BR>&gt;&gt; I 
think that the -qstrict is the most important option here.<BR>&gt;&gt; 
<BR>&gt;&gt; You can safely remove the -bmaxdata option, since it is useless 
anyway <BR>&gt;&gt; in 64-bit mode.<BR>&gt;&gt; <BR>&gt;&gt; Best 
regards,<BR>&gt;&gt; Torsten Andersen.<BR>&gt;&gt; <BR>&gt;&gt; <BR>&gt;&gt; 
Ricardo Faccio wrote:<BR>&gt;&gt;&gt; Dear Wien users:<BR>&gt;&gt;&gt; I am 
trying to install Wien2k04_06 in a IBM power5, AIX 5.3 with the <BR>&gt;&gt;&gt; 
following software:<BR>&gt;&gt;&gt; -ESSL4<BR>&gt;&gt;&gt; 
-XLF90<BR>&gt;&gt;&gt; -XLC<BR>&gt;&gt;&gt; I follow the instructions on the web 
<BR>&gt;&gt;&gt; (<A 
href="http://www.wien2k.at/reg_user/faq/ibm.html">http://www.wien2k.at/reg_user/faq/ibm.html</A>) 
including some&nbsp; <BR>&gt;&gt;&gt; recomendations of 
siteconfig_lapw.<BR>&gt;&gt;&gt; The settings were:<BR>&gt;&gt;&gt; # Compiler 
options are: -q64 -O5 -qarch=power5<BR>&gt;&gt;&gt; # Linker options are: -q64 
-O5 -qipa=missing=isolated -L../SRC_lib <BR>&gt;&gt;&gt; 
-bmaxdata:0x80000000<BR>&gt;&gt;&gt; # Flags: -lessl -llapack<BR>&gt;&gt;&gt; 
After this I had too many errors<BR>&gt;&gt;&gt; Then I tried to edit the 
makefile of the lapack library separatly in <BR>&gt;&gt;&gt; order to be 
compiled with the following settings:<BR>&gt;&gt;&gt;<BR>&gt;&gt;&gt; 
###############################################################################<BR>&gt;&gt;&gt;<BR>&gt;&gt;&gt; 
FC= xlf90<BR>&gt;&gt;&gt;<BR>&gt;&gt;&gt; FOPT = -q64 -O5 -qarch=power5 /&nbsp; 
FOPT = -O5 -qarch=power5 / FOPT = -O3 <BR>&gt;&gt;&gt; 
-qarch=power5<BR>&gt;&gt;&gt;<BR>&gt;&gt;&gt; GEN 
=<BR>&gt;&gt;&gt;<BR>&gt;&gt;&gt; DESTDIR = ../<BR>&gt;&gt;&gt;<BR>&gt;&gt;&gt; 
LIBNAME = liblapack_lapw.a<BR>&gt;&gt;&gt;<BR>&gt;&gt;&gt; 
###############################################################################<BR>&gt;&gt;&gt;<BR>&gt;&gt;&gt; 
and I had to many errors again. I guess the problem is related with the 
<BR>&gt;&gt;&gt; lapack library (that can't be compiled in -q64 and can be 
<BR>&gt;&gt;&gt; ¿¿succesfully?? compiled with the -q32 option); beacause after 
this all <BR>&gt;&gt;&gt; the routines such as lapw1, lapw2, etc that uses 
lapack could not be <BR>&gt;&gt;&gt; compiled.<BR>&gt;&gt;&gt; Any 
advice?<BR>&gt;&gt;&gt; Thanks in advance<BR>&gt;&gt;&gt; 
Ricardo<BR>&gt;&gt;&gt; 
-------------------------------------------------------------------------<BR>&gt;&gt;&gt; 
-----&nbsp;&nbsp; Ing. Quím. Ricardo Faccio<BR>&gt;&gt;&gt;&nbsp; 
<BR>&gt;&gt;&gt; Mail: Cryssmat-Lab., Cátedra de Física, DETEMA<BR>&gt;&gt;&gt; 
Facultad de Química, Universidad de la 
República<BR>&gt;&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Av. Gral. Flores 2124, 
C.C. 1157<BR>&gt;&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; C.P. 11800, Montevideo, 
Uruguay.<BR>&gt;&gt;&gt; E-mail: <A 
href="mailto:rfaccio@fq.edu.uy">rfaccio@fq.edu.uy</A> &lt;<A 
href="mailto:rfaccio@fq.edu.uy">mailto:rfaccio@fq.edu.uy</A>&gt;<BR>&gt;&gt;&gt; 
Phone: 598 2 9241860 Int. 
109<BR>&gt;&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
598 2 9290705<BR>&gt;&gt;&gt; Fax:&nbsp;&nbsp;&nbsp; 598 2 
9241906<BR>&gt;&gt;&gt; Web:&nbsp; <A 
href="http://cryssmat.fq.edu.uy/ricardo/ricardo.htm">http://cryssmat.fq.edu.uy/ricardo/ricardo.htm</A><BR>&gt;&gt;&gt;<BR>&gt;&gt;&gt;<BR>&gt;&gt;&gt; 
------------------------------------------------------------------------<BR>&gt;&gt;&gt;<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">http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien</A><BR>&gt;&gt; 
<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">http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien</A><BR>&gt;</BODY></HTML>