Mailing List Archives
Authenticated access
UW Madison
Computer Sciences Department
Computer Systems Lab
[
Date Prev
][
Date Next
][
Thread Prev
][
Thread Next
][
Date Index
][
Thread Index
]
[Condor-users] Looping in Condor job description scripts?
Date
: Wed, 8 Apr 2009 18:23:04 -0500
From
: Wei Wang <
ww@xxxxxxxxxxxx
>
Subject
: [Condor-users] Looping in Condor job description scripts?
Hi, dear Condor-users,
Is it possible to do looping inside a Condor job description file? Here is logic of describing what I want to do:
......
Arguments = $(parameter)
......
DO i = 1, N
parameter = i
queue
ENDDO
So I can submit N jobs without the trouble of using Shell/Perl/Python to generate N different files then use condor_submit N times.
Thanks!
--- Wei
Follow-Ups
:
Re: [Condor-users] Looping in Condor job description scripts?
From:
David Brodbeck
Prev by Date:
Re: [Condor-users] condor_submit never return with condor 7.2.1
Next by Date:
Re: [Condor-users] Looping in Condor job description scripts?
Previous by thread:
[Condor-users] Condor and umask
Next by thread:
Re: [Condor-users] Looping in Condor job description scripts?
Index(es):
Date
Thread