美文网首页
ABAQUS Warning: SOLVER_PATH_BASE

ABAQUS Warning: SOLVER_PATH_BASE

作者: 少女白洁 | 来源:发表于2019-08-21 18:04 被阅读0次

登录到超算里,遇到这样的告警:

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为正确信息才行。

相关文章

网友评论

      本文标题:ABAQUS Warning: SOLVER_PATH_BASE

      本文链接:https://www.haomeiwen.com/subject/oprisctx.html