We have a researcher who would like to have shared versions of the
BLACS and ScaLAPACK libraries.
It appears that in the case of ScaLAPACK, I can simply build with the
-fPIC option, and then do the following to create a shared library.
ar -x libscalapack.a
gcc -shared -o libscalapack.so *.o
However, that didn't seem to work with BLACS which has files in addition
to .o files in the static library. Do you happen to have the Makefiles
that would provide shared library support for BLACS?
Thanks for your help!
Bryan

