Yes, sorry the comma is wrong.
File "/opt/scalapack_installer_0.95/script/lapack.py", line 54
fcomm = self.mpif77 +' ',+Frame.fcflags+' -o tmpf '+'tmpf.f
'+self.lapacklib+' '+self.blaslib+' '+self.ldflags_f77
Should be
fcomm = self.mpif77 +' '+Frame.fcflags+' -o tmpf '+'tmpf.f
'+self.lapacklib+' '+self.blaslib+' '+self.ldflags_f77
I will fix that anytime soon.
Thanks
Julie
On Jul 16, 2009, at 6:18 PM, Arcesio Castaneda wrote:
Hello
I have tried to use scalapack_installer_0.95 but the setup.py script
crashes:
========================================
Lapack installation/verification
========================================
Checking if provided LAPACK works...
Traceback (most recent call last):
File "./setup.py", line 29, in <module>
lap_inst = Lapack();
File "/opt/scalapack_installer_0.95/script/lapack.py", line 24, in
__init__
self.check_lapack()
File "/opt/scalapack_installer_0.95/script/lapack.py", line 54, in
check_lapack
fcomm = self.mpif77 +' ',+Frame.fcflags+' -o tmpf '+'tmpf.f
'+self.lapacklib+' '+self.blaslib+' '+self.ldflags_f77
TypeError: bad operand type for unary +: 'str'
I don't know if it is a python modules problem or a problem in the
script.
Thanks in advance for your help
Arcesio Casta?eda Medina
Bogot?
Colombia
_______________________________________________
Scalapack mailing list
Scalapack@Domain.Removed
http://lists.eecs.utk.edu/mailman/listinfo/scalapack
**********************************************
Julie Langou; Research Associate in Computer Science
Innovative Computing Laboratory;
University of Tennessee from Denver, Colorado ;-)
julie@Domain.Removed; http://www.cs.utk.edu/~julie/
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://lists.eecs.utk.edu/mailman/private/scalapack/attachments/20090720/c3f452dd/attachment-0001.html
|