我試圖使用mpi運行使用轉矩調度程序來運行我的程序。雖然在我的PBS文件我加載的所有圖書館通過在open-mpi/mpi-run中加載共享庫
export LD_LIBRARY_PATH=/path/to/library
但它給錯誤即
error while loading shared libraries: libarmadillo.so.3:
cannot open shared object file: No such file or directory.
我猜的錯誤在於在所有節點沒有設置變量LD_LIBRARY_PATH。我將如何使它工作?
你可以在這裏發佈你的PBS腳本嗎? – chrisaycock 2012-07-06 19:09:42