mstation:pwmat:pwmlff
差别
这里会显示出您选择的修订版和当前版本之间的差别。
| mstation:pwmat:pwmlff [2024/03/27 18:19] – 创建 pengge | mstation:pwmat:pwmlff [2024/08/19 16:40] (当前版本) – pengge | ||
|---|---|---|---|
| 行 16: | 行 16: | ||
| # 在 pwmlff 编译环境基础上再加如下的环境 | # 在 pwmlff 编译环境基础上再加如下的环境 | ||
| module load pwmlff | module load pwmlff | ||
| + | </ | ||
| + | |||
| + | ===== 安装中的注意事项 ===== | ||
| + | |||
| + | 1. 报错 | ||
| + | |||
| + | <code bash> | ||
| + | make clean-all && make mpi -j4 | ||
| + | |||
| + | A module that was compiled using NumPy 1.x cannot be run in | ||
| + | NumPy 2.1.0 as it may crash. To support both 1.x and 2.x | ||
| + | versions of NumPy, modules must be compiled with NumPy 2.0. | ||
| + | Some module may need to rebuild instead e.g. with ' | ||
| + | |||
| + | If you are a user of the module, the easiest solution will be to | ||
| + | downgrade to ' | ||
| + | We expect that some modules will need time to support NumPy 2. | ||
| + | |||
| + | Traceback (most recent call last): | ||
| + | File "/ | ||
| + | from .functional import * # noqa: F403 | ||
| + | File "/ | ||
| + | import torch.nn.functional as F | ||
| + | |||
| + | </ | ||
| + | |||
| + | 解决方法 | ||
| + | <code bash> | ||
| + | pip install numpy==1.26.2 | ||
| + | </ | ||
| + | |||
| + | 2. 几个常用的 lammps 的软件包, | ||
| + | |||
| + | <code bash> | ||
| + | make yes-KSPACE | ||
| + | make yes-MANYBODY | ||
| + | make yes-REAXFF | ||
| + | make yes-MOLECULE | ||
| + | make yes-QEQ | ||
| + | make yes-REPLICA | ||
| + | make yes-RIGID | ||
| + | make yes-MEAM | ||
| + | make yes-MC | ||
| + | make yes-PWMLFF | ||
| </ | </ | ||
mstation/pwmat/pwmlff.1711534743.txt.gz · 最后更改: 2024/03/27 18:19 由 pengge
