Hi, I am trying to run a perl job, and it needs some library. The
libraries are in a separate directory called LIBRARY_MODULE. (This contains lot
of files) Inside the perl program in the first line it uses something
like this use lib “LIBRARY_MODULE”; I need to submit this job to condor, and I can’t copy
the whole LIBRARY_MODULE across all the nodes in condor pool. So how to submit the jobs and make it run in the condor
node. Basically I need to send the whole directory LIBRARY_MODULE to
the execution node to make the perl job to work. How to do it in job
description. Please let me know. Thanks, Senthil |