Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] Running programs that are alreadyinstalledonallmachines in the pool
- Date: Mon, 20 Aug 2007 16:23:02 +0200
- From: "Mills, Ashley, VF-Group" <Ashley.Mills@xxxxxxxxxxxx>
- Subject: Re: [Condor-users] Running programs that are alreadyinstalledonallmachines in the pool
It is a problem in my case because my submit file looks like this:
exectuable = C:\cgywin\bin\bash.exe
universe = vanilla
log = test.log
output = test.out
error = test.err
transfer_executable = false
arguments = run.sh
initialdir = dir1
Queue
initialdir = dir2
Queue
.
.
.
initialdir = dirN
Queue
Hence bash expects to be in initialdir when it executes otherwise it
won't find the input script "run.sh". Does that clear up the confusion?
Ashley Mills
>-----Original Message-----
>From: condor-users-bounces@xxxxxxxxxxx
>[mailto:condor-users-bounces@xxxxxxxxxxx] On Behalf Of Kewley, J (John)
>Sent: 20 August 2007 15:07
>To: Condor-Users Mail List
>Subject: Re: [Condor-users] Running programs that are
>alreadyinstalledonallmachines in the pool
>
>
>I think that was one of the reasons I used it, is this a problem?
>
>JK
>
>-----Original Message-----
>From: condor-users-bounces@xxxxxxxxxxx on behalf of Mills,
>Ashley, VF-Group
>Sent: Mon 20/08/2007 14:52
>To: Condor-Users Mail List
>Subject: Re: [Condor-users] Running programs that are already
>installedonallmachines in the pool
>
>>You might want to use "/bin/bash -l" to get a login shell, that way
>>more of the usual things will be setup for the user (like PATH for
>>instance)
>
>A word of caution about doing this. If you want to set
>initialdir so that when bash loads it is in this directory, do
>not use the -l option, otherwise bash will default to the home
>directory upon login.
>
>Ashley Mills
>
>_______________________________________________
>Condor-users mailing list
>To unsubscribe, send a message to
>condor-users-request@xxxxxxxxxxx with a
>subject: Unsubscribe
>You can also unsubscribe by visiting
>https://lists.cs.wisc.edu/mailman/listinfo/condor-users
>
>The archives can be found at:
>https://lists.cs.wisc.edu/archive/condor-users/
>
>
>_______________________________________________
>Condor-users mailing list
>To unsubscribe, send a message to
>condor-users-request@xxxxxxxxxxx with a
>subject: Unsubscribe
>You can also unsubscribe by visiting
>https://lists.cs.wisc.edu/mailman/listinfo/condor-users
>
>The archives can be found at:
>https://lists.cs.wisc.edu/archive/condor-users/
>