Page 1 of 1

pxerbla??!!

PostPosted: Sat Nov 03, 2007 3:36 pm
by semihozmen
Hi everyone,

I have a linker error while trying to implement scalapack.lib for win32
which is compiled according to the specifications on its webpage succesfully.
Actually, I have added all the output .lib files
as a result of the LAPACK and SCALAPACK complations to my project
and also the Intel C and Fortran compilers are installed.
My project is a pure C++ MS Studio project.
While compiling the project during the linking stage, I have the following problem:

Linking...

SCALAPACK.lib(pxerbla.obj) : error LNK2019: unresolved external symbol _for_write_seq_fmt referenced in function _PXERBLA

SCALAPACK.lib(pxerbla.obj) : error LNK2019: unresolved external symbol _for_write_seq_fmt_xmit referenced in function _PXERBLA


I googled these errors however I could not get a obselete solution.

I want to ask for your assistance. Thanks for your replies in advance.

PostPosted: Mon Nov 05, 2007 1:14 pm
by Julie
Semihozen,
This linking error comes form the fact that you are not using Intel Compilers for Windows.
This is a requirement for the ScaLAPACK library.
Julie