Installation FreeFem++ Ubuntu 20.04

安装命令

https://doc.freefem.org/introduction/download.html下载Ubuntu对应的安装包

sudo apt-get install libgsl-dev libhdf5-dev liblapack-dev libopenmpi-dev freeglut3-dev\\
sudo dpkg -i FreeFEM_VERSION_Ubuntu_withPETSc_amd64.deb

安装完运行结果

$ FreeFem++
FreeFem++ - version 4.6 (Thu Apr  2 15:47:38 CEST 2020 - git v4.6) 64bits
License: LGPL 3+ (https://www.gnu.org/licenses/lgpl-3.0.en.html)
Usage: FreeFem++ [FreeFEM arguments] filename [script arguments]
FreeFEM arguments:-f:     [filename]  script file name-v:     [verbosity] level of FreeFEM output (0 - 1000000)-nw:                no graphics-wg:                with graphics-ne:                no edp script output-cd:                change directory to script directory-cdtmp:             change directory to /tmp-jc:                just compile-ns:                same as -ne-nowait:            do not wait graphics at the end-nc:                without console (MS Windows only)-log:               with console (MS Windows only)-wait:              wait graphics at the end-fglut: [filename]  redirect graphics in file-glut:  [command]   use custom glut-gff:   [command]   use custom glut (with space quoting)-check_plugin [filename]        just try if the plugin is correct-?:                 show helpwith default ffglut: ffglutFreeFEM website: https://freefem.org/
FreeFEM documentation: https://doc.freefem.org/
FreeFEM forum: https://community.freefem.org/
FreeFEM modules: https://modules.freefem.org/Please cite us in your research papers and add a link to FreeFEM on your personnal website
@article{FreeFEM,AUTHOR = {Hecht, F.},TITLE = {New development in FreeFem++},JOURNAL = {J. Numer. Math.},FJOURNAL = {Journal of Numerical Mathematics},VOLUME = {20}, YEAR = {2012},NUMBER = {3-4}, PAGES = {251--265},ISSN = {1570-2820},MRCLASS = {65Y15},MRNUMBER = {3043640},URL = {https://freefem.org/}
}

安装过程中的报错处理

$ FreeFem++
FreeFem++: error while loading shared libraries: libgfortran.so.4: cannot open shared object file: No such file or directory

解决方法

sudo apt-get install libgfortran4
$ FreeFem++
FreeFem++: error while loading shared libraries: libhdf5_serial.so.100: cannot open shared object file: No such file or directory

解决方法

sudo ln -s /usr/lib/x86_64-linux-gnu/libhdf5_serial.so.103 /usr/lib/x86_64-linux-gnu/libhdf5_serial.so.100

作用:link llibhdf5_serial.so.103 to libhdf5_serial.so.100

参考:
https://doc.freefem.org/introduction/installation.html
https://github.com/FreeFem/FreeFem-sources/issues/104
https://blog.csdn.net/weixin_39417324/article/details/111873678

FreeFem++_ubuntu20.04相关推荐

  1. docker启动odoo提示module没有安装_Ubuntu20.04通过docker安装微信

    到目前为止,在ubuntu20.04上使用wechat最简单的方式不是wine,而是用docker. 今天就传授大家一个一定可以使用的docker安装的wine版本. 首先,安装一下docker: s ...

  2. anaconda3安装_Ubuntu20.04安装配置Anaconda3

    前言 由于Ubuntu20.04最新版本预安装了Python3.8, 版本号是python3.8.2, 版本太高,在开发pyspark程序时会遇到各种莫名的错误,但是Ubuntu的有系统有的包需要依赖 ...

  3. ubuntu20 开机启动_Ubuntu20.04 双网卡 共享上网解决方案

    困扰我很多天的问题在今天加班的时候终于解决了,很开心!费了这么大精力才弄出来,当然要记录下来,以防下次再用,嘻嘻~ 需求 首先来说一下我们的需求: 1.一台装有Ubuntu20.04 server系统 ...

  4. docker版本包 乌班图_Ubuntu20.04安装docker

    参考连接:https://ywnz.com/linuxjc/3949.html 1.查看ubuntu版本 cat /etc/lsb-release 2.卸载可能存在的旧版本docker sudo ap ...

  5. 20 ubuntu 中科大源_ubuntu20.04 LTS 更换国内163源、阿里源、清华源、中科大源

    Ubuntu 20.04 是 Ubuntu 的第 8 个 LTS 版本,其重大更新和改进将在 2030 年前终止,计划于2020年 4 月 23 日发布. 国内有很多Ubuntu的镜像源,有阿里的.网 ...

  6. apache安装_Ubuntu20.04安装Sql+apache+php

    1.安装rpm sudo apt-get install rpm 2. 安装SQL sudo apt-get install mysql-server Sudo apt-get install mys ...

  7. ROS安装:Ubuntu18.04安装配置ROS-melodic

    背景知识 安装可以参考官方文档: melodic/Installation/Ubuntu - ROS Wiki 1 安装melodic 1.1 安装ROS的下载源 在国内安装,选以下一个源: 中科大资 ...

  8. ubuntu20.04 安装 Qt5.12步骤

    转载链接:ubuntu20.04 安装 Qt5.12_仙海寻波的博客-CSDN博客_ubuntu20.04安装qt第一步 下载 Qt5.12.9安装包使用清华镜像进行下载:https://mirror ...

  9. Ubuntu20.04安装NVIDIA显卡驱动、CUDA、CUDNN及突破NVENC并发限制

    1.查看当前系统版本 cat /proc/version 显示为: 2.查看当前显卡型号: sudo lshw -numeric  -C display 显示我的显卡型号为:GM107M[GeForc ...

最新文章

  1. winform实现截图
  2. Linux环境编译安装Mysql以及补装innodb引擎方法
  3. 笔记本电脑linux系统下载,给笔记本电脑装Linux系统
  4. 中关村-DIY操作系统之不分区安装Ubuntu系统
  5. eclipse设置格式化tab为4个空格和idea一样
  6. 使用ubuntu 10.04中的中文乱码问题解决
  7. Android8.1 Camera2+HAL3之HIDL open()流程(二十)
  8. mysql be_Amobe实现MySQL读写分离
  9. 王传福:电动汽车开始由政策与市场双轮驱动|电动车百人会2019
  10. Android BT种子文件解析
  11. CorelDRAWX4的VBA插件开发(二十九)使用C++制作动态连接库DLL辅助VBA构键强大功能-(3)制作最简单的可供调用的DLL
  12. python中pandas数据分析基础3(数据索引、数据分组与分组运算、数据离散化、数据合并)...
  13. 谷歌浏览器无法上网,其他浏览器正常,换chrome搜索引擎
  14. php网易云随机音乐api源码开源,网易云音乐随机歌曲
  15. python下载微信公众号文章_一步步教你打造微信公众号文章爬虫(3)-批量下载
  16. 汉澳matrix矩阵电脑
  17. Web自动化_APP自动化_接口自动化_测试框架汇总
  18. 拉新、促活、留存、付费转化
  19. Unable to prepare *** iPhone for development
  20. 【Shell】在windows下编辑shell脚本

热门文章

  1. 晗枫emlog仿小刀网修复版模板
  2. Windows10输入法添加自定义短语
  3. Python实时变声教程:用代码实现自定义音频处理效果
  4. 体验云上快速搭建WordPress网站小记
  5. 详细解析漏洞4个boom !必读!
  6. php 定时发布文章,PHPCMS V9实现文章定时发布
  7. html如何实现字体逐个输入,css3 怎么实现字体逐个发光
  8. Java发送会议邮件 时区_【上海校区】基于JavaMail的日历(会议)邮件发送实现
  9. c语言小游戏-推箱子
  10. 教学计划编制问题(数据结构 有向图 拓扑排序)