Hi everybody,
I have found an issue when attempting to use the Python based ScaLAPACK Installer with --downall. It expects
the latest version of LAPACK (3.8.0) but the TAR file it pulls down is currently v3.7.1 (scripts/lapack.py:L25 : lapackurl = "http://www.netlib.org/lapack/lapack.tgz").
I imagine the file at this URL needs to be updated to 3.8.0, or a different URL is to be given.
While this is a small issue, it currently breaks our automated installation without patching the python file to search for the v3.7.1 directory ( scripts/lapack.py:L258 : os.chdir(os.path.join(os.getcwd(),'lapack-3.8.0')) )
I tried emailing this to scalapack@eecs.utk.edu but the mail was immediately sent back to me. Anybody here have any recommendations on who to contact?
Thanks in advance!