decomposePar出问题
-
各位老师好:
运行decomposePar的时候显示如下错误:
decomposePar: error while loading shared libraries: libscotch.so: cannot open shared object file: No such file or directory
此外,如果是单核运算的话,是没问题的。
请问各位老师,这是什么问题,怎样解决啊?
-
应该是没有编译ThirdParty的原因
-
1.检查scotch有没有装上,如果没有,装上。
2.如果已经装了scotch,则在根目录的.bashrc中加入下面的代码,再source一下就好了。其中path/to/scotch改为你的scotch安装目录。export LD_LIBRARY_PATH=path/to/scotch/lib:$LD_LIBRARY_PATH
2021年3月26日 11:55
1/5
2021年12月19日 13:55