From: Daniel G. <dg...@ti...> - 2004-07-25 04:25:22
|
On Sat, Jul 24, 2004 at 04:46:10PM -0500, Luke Palmer wrote: > Hi all, > > I find myself continually adding to my bproc libraries list, which is by > now huge. I was considering just making all my libraries available to > nodes via an NFS mount. Can anyone think of a reason why that would be > bad? The stuff we do here is very long running, so the increased > library loading time would be negligible. Hi Luke, This is a common problem for us too. My usual suggestion is to statically link the executables, which reduces the need for all the library loading specifications. This is especially good with executables that are long running, so you don't need to load the huge static executables too often. Daniel -- Dr. Daniel Gruner dg...@ti... Dept. of Chemistry dan...@ut... University of Toronto phone: (416)-978-8689 80 St. George Street fax: (416)-978-5325 Toronto, ON M5S 3H6, Canada finger for PGP public key |