Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] grid_resource = pbs problems with 7.2.4
- Date: Tue, 18 May 2010 10:21:29 -0500
- From: Scott Koranda <skoranda@xxxxxxxxxxxxxxxxxxxx>
- Subject: Re: [Condor-users] grid_resource = pbs problems with 7.2.4
> Hi,
>
> I am using this Condor:
>
> [skoranda@coma2 ~]$ condor_version
> $CondorVersion: 7.4.2 Mar 29 2010 BuildID: 227044 $
> $CondorPlatform: X86_64-LINUX_RHEL5 $
>
> When I submit this job using condor_submit
>
> [skoranda@coma2 ~]$ cat test02.sub
> universe = grid
> grid_resource = pbs
> transfer_executable = False
> output = test02.$(Process).out
> error = test02.$(Process).err
> log = test02.log
> executable = /usr/bin/whoami
> queue 10
>
> pbs_submit.sh generates a PBS submit like the one attached.
> There are a few problems with that file:
>
It's actually a bit worse than I thought.
If I use
executable = a.out
and then do a condor_submit with grid_resource = pbs, I find
that after the jobs are submitted my executable a.out has been
deleted, which is somewhat rude...
Scott