登录到超算里,遇到这样的告警:
abaqus --help
ABAQUS Warning: SOLVER_PATH_BASE is defined in AEV, but cannot be located.
Please check your installation and environment settings.
ABAQUS Error: Attempting to launch the solver, but the path cannot be located.
Please check your installation and environment settings.
经反复尝试,配置ABA_HOME、SOLVER_PATH_BASE都没有效果。
修改installConfig.txt,配置正确的solver路径,最终解决。
$ cat /apps/cae/abaqus/2018/CAE/linux_a64/SMA/site/installConfig.txt
SOLVER_PATH_BASE "/apps/cae/abaqus/2018/V6R2018x/linux_a64"
问题的原因是,管理员在安装好ABAQUS之后,把文件mv到了其它目录,这时候需要修改installConfig.txt为正确信息才行。
网友评论