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

Re: [Condor-users] Introduce arguments



If I understand the question correctly, your function should be a
stand-along executable program which reads its arguments from the
command line.  Let's say, for example, that your function (program) is
run like this from a command line:

$ programXY 5 3

Then in your .sub file you would have a line:

arguments = 5 3

Ralph Finch, P.E.
California Dept. of Water Resources
Delta Modeling Section, Bay-Delta Office
Room 215-13
1416 9th Street
Sacramento CA  95814
916-653-7552
rfinch@xxxxxxxxxxxx


-----Original Message-----
From: condor-users-bounces@xxxxxxxxxxx
[mailto:condor-users-bounces@xxxxxxxxxxx] On Behalf Of rosa liarte
Sent: Tuesday, September 11, 2007 3:49 AM
To: condor-users@xxxxxxxxxxx
Subject: [Condor-users] Introduce arguments

Hello:
How can I introduce input (like a int) arguments when I execute a
function?
For example:
product(x,y)
How can I put the value of x and Y on the executable?