Moved here from MATPOWER/matpower#108 by @rwl ...
MUMPS might be a good candidate for a new linear solver option in mplinsol. Benchmarking would be required, but its support for parallelism may make it a good alternative to PARDISO when solving large systems, but without the license restrictions.
It includes a MATLAB/Octave interface. While this doesn't work with MPI-based distributed memory parallelism, it does support shared memory, multithreaded parallelism through OpenMP and multithreaded BLAS implementations.