Lis是个好东西。Cross-platform!
Lis (Library of Iterative Solvers for linear systems) is a scalable parallel library for solving the linear equations and the standard eigenvalue problems with real sparse matrices using the iterative methods.
.icproj工程无法加载,网上没找到方便的方法,看到每个.icproj文件都有对应的.vcproj文件,于是直接将lis.sln里面的icproj全部替换成vcproj,工程加载成功!然后就是一些编译的常见问题。