Fork me on GitHub

Opened 10 years ago

Closed 10 years ago

#300 closed Bug (fixed)

Problems running on a PBS cluster

Reported by: Mikael Chala Owned by:
Priority: minor Milestone:
Component: Delphes code Version: Delphes 3
Keywords: Cc:

Description

Hi,

I am trying to run Delphes3 on a PBS cluster and I get the following error:

"MG5_aMC_v2_1_1/Delphes/DelphesSTDHEP: error while loading shared libraries: libGraf3d.so.5.34: cannot open shared object file: No such file or directory"

"MG5_aMC_v2_1_1/Delphes/root2lhco: error while loading shared libraries: libGraf3d.so.5.34: cannot open shared object file: No such file or directory"

It seems to occur only when I call several instances of Delphes at the same time. However, I do not get such an error when running on my own computer.

Any suggestion?

Thank you so much.

All the best,

Mikael Chala.

Change History (2)

comment:1 by Pavel Demin, 10 years ago

Hi Mikael,

I'd say that your PBS job should configure the ROOT related environment variables on the remote machine where it's running.

Normally, it can be done in a shell script:

#! /bin/sh
# setup ROOT
# run Delphes
/full/path/to/Delphes...

Let's call this script 'delphes.sh'. When you can submit a PBS job:

qsub delphes.sh

Regards,

Pavel

comment:2 by Pavel Demin, 10 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.