本人是做科学计算方面,经常要用到Linux系统
对其他人或许不具备参考性,仅针对自己的使用习惯
sudo apt install net-tools
sudo apt-get install openssh-server
sudo apt-get install build-essential
sudo apt-get remove vim-common
sudo apt-get install vim
sudo apt-get install python3-pip
vi ~/.bashrc
export PS1="\[\e[31;43m\][\u@\w]\$\[\e[0m\]"
source ~/.bashrc
pip install numpy
pip install scipy
intel编译器安装:
source /home/xieqx/opt/intel/bin/iccvars.sh intel64
source /home/xieqx/opt/intel/bin/ifortvars.sh intel64
source /home/xieqx/opt/intel/bin/compilervars.sh intel64
source /home/xieqx/opt/intel/mkl/bin/mklvars.sh intel64
source /home/xieqx/opt/intel/impi/2019.1.144/intel64/bin/mpivars.sh
openmpi安装:
tar -zxvf openmpi-1.10.

本文主要介绍了在安装Ubuntu20后,针对科学计算需求进行的一系列系统配置,包括安装net-tools、openssh-server、必要的开发工具、Python环境、Intel编译器、OpenMPI以及Boost库等步骤,旨在建立一个高效、稳定的计算环境。
最低0.47元/天 解锁文章
23万+

被折叠的 条评论
为什么被折叠?



