Ubuntu 22.04 LTS安装若干科研软件清单

1. oneAPI Base & HPC

Ubuntu系统需要安装g++

sudo apt-get install g++

然后,按照Ubuntu安装Intel® oneAPI Base & HPC Toolkit步骤安装。

注意路径稍微变了,在 ~/.bashrc 文件加入:

source /home/username/intel/oneapi/setvars.sh

测试安装成功:

ifx -V

2. NetCDF

sudo apt-get install libnetcdf-dev
sudo apt-get install libnetcdf-c++4-dev

3. cmake

sudo apt-get install cmake pkg-config build-essential

4. GSL

GNU Scientific Library(GSL)是一个广泛用于科学计算的 C/C++ 数值计算库,包含数学函数、数值积分、随机数、矩阵运算等功能。

sudo apt update
sudo apt install libgsl-dev

5. Anaconda

Anaconda下载Linux版本,然后安装。

6. Generic Mapping Tools

sudo apt update
sudo apt install gmt gmt-dcw gmt-gshhg
gmt --version

版本为6.3.0

7. Gawk

sudo apt install gawk

8. LaTeX

sudo apt install texlive-latex-base texlive-latex-extra texlive-fonts-recommended dvipng cm-super