[openib-general] Re: [PATCH] rdma_lat-09 and results

Ronald G. Minnich rminnich at lanl.gov
Thu Jun 23 15:04:37 PDT 2005



On Fri, 24 Jun 2005, Michael S. Tsirkin wrote:

> So, if you want to run without nfs (or such), you basically need to link
> the applications statically, is that right?

the .so files you want have to be in /lib on the node, e.g.
rminnich at hyrax ~]$ bpsh 0 ls /lib
ld-2.3.3.so
ld-linux.so.2
libdl-2.3.3.so
libdl.so.2
libgcc_s-3.4.2-20041018.so.1
libgcc_s.so.1
libnsl-2.3.3.so
libnsl.so.1
libnss_bproc.so.2
libresolv-2.3.3.so
libresolv.so.2
tls


OR

you have to have them mounted via nfs,v9fs, or whatever, 

OR

you have to copy the files out as part of running the app:
bpcp blah.so 0:/tmp
bpsh 0 someprogram

OR

you link statically

There's no one answer.

thanks

ron



More information about the general mailing list