可远程协助安装,支持windows,Linux系统,Mac系统无需虚拟机,联系微信号cat6495sudo apt install csh libglu1-mesa build-essential gfortran vim unzip unp wget
mkdir -p ~/softcd ~/softcp /path/to/g16/G16-C01-AVX.tbJ ~/soft ##即把高斯安装包拷贝或上传到soft目录到soft目录tar xvf G16-C01-AVX.tbJ ##根据压缩包格式更换解压命令与文件名cd g16./bsd/install mkdir scratch
3. 添加环境变量到~/.bashrc文件(可借助vim编辑器或gedit编辑器打开)###g16##export g16root=$HOME/softsource $g16root/g16/bsd/g16.profileexport GAUSS_SCRDIR=$g16root/g16/scratchexport PATH=$g16root/soft/gv:$g16root/soft/gv/bin:${PATH}ulimit -s unlimited
g16 < test.in |tee test.out