Using ssh for remote command
- by user1663479
I need to use ssh to execute a remote command such as:
ssh -l jsilva xman /vol/2011/linux_x64/exe/mx201111.exe
When I execute ssh I receive error message:
/cmg/2011.11/linux_x64/exe/mx201111.exe: error while loading shared libraries: libmkl_intel_lp64.so: cannot open shared object file: No such file or directory
This application uses the…