[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Condor-users] Problem in execution environment.



Thanks Dan. It is working.

 

One more quick question, how to configure condor_config, in order to run the job if the load average is < 1, even though user is logged in and using the machine.

(i.e) run the job always if the load avg < 1 and irrespective of other conditions.

Thanks,

Senthil

 


From: condor-users-bounces@xxxxxxxxxxx [mailto:condor-users-bounces@xxxxxxxxxxx] On Behalf Of Dan Bradley
Sent: Thursday, April 20, 2006 10:45 AM
To: Condor-Users Mail List
Subject: Re: [Condor-users] Problem in execution environment.

 

Senthil,

 

One way to get the job done is to put all the libraries in a tar or zip file and specify that as an input file to your job. In place of your job, you would submit a script that unpacks the libraries, sets up whatever environment is necessary so that perl will find them, and then runs your perl program. (Your program will therefore also have to become an input file, since this wrapper script will replace it as the executable.)

 

--Dan

 

On Apr 20, 2006, at 9:35 AM, Natarajan, Senthil wrote:

 

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

 

 

 

 

 

_______________________________________________

Condor-users mailing list

Condor-users@xxxxxxxxxxx

https://lists.cs.wisc.edu/mailman/listinfo/condor-users