Advertisement
zamotivator

Untitled

Jul 26th, 2012
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. oleg (0) /storage/work/p4/test$ ./runtests /storage/work/scidb/
  2. /storage/work/scidb//bin:/usr/lib64/openmpi/lib:/storage/work/scidb/bin:/storage/work/scidb/bin:/usr/lib64/qt-3.3/bin:/usr/lib64/ccache:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/home/oleg/.local/bin:/home/oleg/bin
  3. >>>Waiting for SciDB to come up ...
  4. >>>Loading linear_algebra ...
  5. SystemException in file: src/util/PluginManager.cpp function: findModule line: 112
  6. Error id: scidb::SCIDB_SE_PLUGIN_MGR::SCIDB_LE_CANT_LOAD_MODULE
  7. Error description: Plugin manager error. Cannot load module '/storage/work/scidb/tests/harness/../../bin/plugins/liblinear_algebra.so', dlopen returned 'libmpi_cxx.so.1: cannot open shared object file: No such file or directory.
  8. Failed query id: 1100855506529
  9. ERROR above. Exiting.
  10. oleg (0) /storage/work/p4/test$ find /usr/lib64/openmpi/ | grep libmpi_cxx
  11. /usr/lib64/openmpi/lib/libmpi_cxx.so.1.0.1
  12. /usr/lib64/openmpi/lib/libmpi_cxx.so.1
  13. /usr/lib64/openmpi/lib/libmpi_cxx.so
  14. oleg (0) /storage/work/p4/test$ env | grep LD_LIBRARY_PATH
  15. LD_LIBRARY_PATH=/usr/lib64/openmpi/lib:/storage/work/scidb/bin:/usr/lib/jvm/jre/lib/amd64/:/storage/work/scidb/bin:/usr/lib/jvm/jre/lib/amd64/:
  16. oleg (0) /storage/work/p4/test$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement