hillyuan 发表于 2016-11-29 21:22:28

Cross-platform compiling sparse direct solver MUMPS by using cmake

Mumps(http://graal.ens-lyon.fr/MUMPS/) 可以说是目前最高水平的开源直接法线性方程组求解器。但是它是基于UNIX的,在Windows或Marc下编译不易。为解决这一问题,导入了Cmake脚本,原则上可以在任何环境下编译。详情可见
http://hillyuan.blogspot.jp/2016/11/cross-platform-compiling-sparse-direct.html

refeihc 发表于 2017-6-14 22:27:48

以下工作
https://sourceforge.net/projects/winmumps/
号称是实现了基于 Microsoft C compiler 和 Intel Fortran compiler 的项目。

hillyuan 发表于 2017-6-18 14:41:46

refeihc 发表于 2017-6-14 22:27
以下工作
https://sourceforge.net/projects/winmumps/
号称是实现了基于 Microsoft C compiler 和 Intel F ...

cmake is a cross-platform tool, does not dependent upon any specific platform or compiler.
页: [1]
查看完整版本: Cross-platform compiling sparse direct solver MUMPS by using cmake