-
激活码二选一,失效可淘宝购买
-
MC60H-DWHD5-H80U9-6V85M-8280D
-
NZ4RR-FTK5H-H81C1-Q30QH-1V2LA
-
-
查看宿主机(本机)cpu线程数,虚拟分配线程数应小于宿主机,VMware最大支持32线程
-
查看宿主机内存,分配内存应小于宿主机,上不封顶
-
下载ubuntui desktop 22.04 LTS
-
开机后修改清华镜像源(ubuntu | 镜像站使用帮助 | 清华大学开源软件镜像站 | Tsinghua Open Source Mirror),以提高包下载速度
-
apt包管理器使用说明
- 更新本地包缓存:
sudo apt update
命令不仅更新存储库索引,还告知存储库中是否可用软件以及有多少新版本可用.
- 查找与安装包说明
-
使用apt-cache搜索包名:
apt-cache search package_name
-
使用apt-cache搜索关键字:
apt-cache search “package_keyword”
-
使用apt-cache显示有关程序包的基本信息:
apt-cache show package_name
-
安装程序包:
sudo apt install package_name
- apt 命令
-
VMware虚拟机安装ubuntu20.04与Windows如果不能相互复制与粘贴:
sudo apt install open-vm-tools open-vm-tools-desktop
安装后重启
- 更新本地包缓存:
三 EGSnrc官网(What is EGSnrc? | EGSnrc)
-
EGSnrc官方安装指导(Installation overview · nrc-cnrc/EGSnrc Wiki · GitHub)
-
安装prerequisite software
一条命令安装以下所有依赖:
sudo apt install gfortran gcc g++ make tk grace libmotif-dev qt5-qmake qtbase5-dev at
-
a Fortran compiler (preferably gfortran):
sudo apt install gfortran
-
a C compiler (preferably gcc)
作为gfortran的依赖已被安装
-
a C++ compiler (preferably g++):
sudo apt install g++
-
the GNU make utility:
sudo apt install make
-
optional: the Tcl/Tk interpreter and widget toolkit, version 8.0 or later:
sudo apt install tk
可视化界面,如beamntc_gui
-
optional: the Grace plotting tool (providing the xmgrace command), version 5.0 or later:
sudo apt install grace
终端可输入xmgrace单独使用,作图工具
-
optional: Open Motif development package, to compile dosxyz_show (e.g. libmotif-dev):
sudo apt install libmotif-dev
-
optional: the Qt4 or Qt5 development tools (e.g. qt5-default and qt5-qmake), to re-compile the Qt GUIs:
sudo apt install qt5-qmake qtbase5-dev
-
optional: a job scheduler of your choice (e.g. the package at), for parallel processing:
sudo apt install at
多线程
-
-
下载EGSnrc源码:
git clone --depth=1 https://github.com/nrc-cnrc/EGSnrc.git
需要先下载git:
sudo apt install git
-
安装
HEN_HOUSE: Points to location of the EGSnrc system
EGS_HOME: Points to user’s working directory, where applications are copied
-
使用gui安装
-
使用脚本安装: 在HEN_HOUSE目录下,
./scripts/configure
-
-
检查安装
-
查看环境变量:
env | grep "EGS"
-
查看别名:
alias
-
查看EGSnrc可执行文件:
ls -al $EGS_HOME/bin/*/
和ls -al $HEN_HOUSE/bin/*/
-