You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Follow steps 1-5 in the instructions here to create a Docker image and to build TA within it. Everything appears to work; however, if you try to just run ctest in /home/travis/_build/TA you get an error /home/travis/_build/TA/tests/ta_test: error while loading shared libraries: libscalapack.so: cannot open shared object file: No such file or directory. I'm assuming this is an RPATH issue, but it's possible that it's something else.
The text was updated successfully, but these errors were encountered:
Follow steps 1-5 in the instructions here to create a Docker image and to build TA within it. Everything appears to work; however, if you try to just run
ctest
in/home/travis/_build/TA
you get an error/home/travis/_build/TA/tests/ta_test: error while loading shared libraries: libscalapack.so: cannot open shared object file: No such file or directory
. I'm assuming this is an RPATH issue, but it's possible that it's something else.The text was updated successfully, but these errors were encountered: