[Rivet] agile fails to load lhapdf on batch system

Andy Buckley andy.buckley at durham.ac.uk
Mon Aug 11 16:35:51 BST 2008


Holger Schulz wrote:
> Andy Buckley wrote:

>> here: what architecture are the farm machines? Can you log into them
>> directly
>> to try and run rivetgun from the command line?
>>   
> Unfortunately that is not possible. Do you know a program that I can use
> to see what actually is in the library and/or to get some specifications out of it?

"objdump -p" should give some metadata information about the library. "nm" will
dump the raw symbols. For unmangling the C++ symbols, use "nm -C". Are you
using the new LHAPDF 5.5.0 or an older one?

> Is there a way to force dlopen to give some more output?

Not that I know of... I'd like to see it as well! Unless running with
LD_DEBUG=libs gives useful info.

Andy


More information about the Rivet mailing list