您的位置:首页 > 其它

学习使用amgcl的艰难历程

2016-08-31 14:37 253 查看


https://github.com/ddemidov/amgcl  下载 amgcl solver

 command line : sudo apt-get install cmake-curses-gui 安装ccmake
我想要用Fortran的那部分,所以在文件夹fortran下运行 cmake . , Error: /usr/bin/ld: can not find -lamgcl, ld returned 1 exit status

 用 https://travis-ci.org/ddemidov/amgcl#L6 配置... 目前为止  还是出现错误  在sudo pip install . 处








Installation

The library is header-only, so there is nothing to compile or link to. You just need to copy amgcl folder somewhere and tell your compiler to
scan it for include files.

Fork amgcl on github: https://github.com/ddemidov/amgcl
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: