I wrote and compilied some binaries and uploaded them to a linux server that operating on a remote supercomputer through SSH, if the binaries were compiled with, lets say, Intel's MPI libaries, but however if the remote linux server dont have the corresponding MPI lib installed over there, then will the binaries execute properly if I uploaded needed intel MPI dynamic-linking lib files to the linux server?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
I would recommend you to compile the binaries on the target supercomputer machine (after you SSH). This way you're guaranteed that at least all the libraries are present at compile time, and if at all you would need to modify LD_LIBRARY_PATH to pick up the correct libraries. |
|||||
|
|
Sometimes. A few points
|
|||
|