I was wondering if someone could provide me some guidance as to how to modify the PLASMA installer 2.4.5 python scripts so that it creates shared libraries (.so files) rather than .a files?
My goal is to feed a very large matrix that I need to factorize from Matlab into PLASMA. In other words, I am trying to create a mex file that would call the routine PLASMA_dsytrd, but apparently mex demands that all libraries must be generated from position-independent code.
Any comments or advice appreciated!
Regards,
Dhrubo
