Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] Condorg: Permission denied (publickey,password)
- Date: Sun, 5 Jun 2005 17:20:43 -0400
- From: Vineet Chadha <vineet.chadha@xxxxxxxxx>
- Subject: Re: [Condor-users] Condorg: Permission denied (publickey,password)
Jamie,
Adding following line worked for me.
transfer_executable = false
Thanks,
Vineet
On 6/3/05, Jaime Frey <jfrey@xxxxxxxxxxx> wrote:
> On Jun 2, 2005, at 7:31 PM, Vineet Chadha wrote:
>
> > In my server where i am submitting a job, I have created following
> > script called "test"
> > /bin/echo hello
> > test is executable.
> >
> > Now following doesnot work
> >
> > executable = /home/foo/bin/test
> > globusscheduler = xxx.xxx.xxx.xxx/jobmanager
> > universe = globus
> > error = globus-test.err
> > output = globus-test.out
> > log = globus-test.log
> > queue = submit
> >
> > where as
> > globus-job-run xxx.xxx.xxx.edu/jobmanager /home/vam000/bin/test
> > works fine
>
> First, your executables are different. I'll assume that's a typo.
>
> Second, Condor transfers your executable from your submit machine to
> the gatekeeper by default, while globus-job-run doesn't. To have
> globus-job-run transfer the executable, add the -s argument. To have
> Condor not transfer the executable, add the following line to your
> submit file:
>
> transfer_executable = false
>
> +----------------------------------+---------------------------------+
> | Jaime Frey | Public Split on Whether |
> | jfrey@xxxxxxxxxxx | Bush Is a Divider |
> | http://www.cs.wisc.edu/~jfrey/ | -- CNN Scrolling Banner |
> +----------------------------------+---------------------------------+
>
>
>
--
VIneet chadha