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

Re: [Condor-users] condor_submit feature request



> > output = %03d.out, ($(Process)+12)*3/400 error  = %03d.err,
> > ($(Process)+12)*3/400
> > log    = %03d.log, ($(Process)+12)*3/400
> >
>
> It's easy to write a perl (or python or php or ruby or
> whatever) script that writes out a submit file. I wouldn't
> put any more syntatic sugar on the condor_submit language.

I'm with Eric here: decouple your RNG seed from the Condor process ID
and wrap it all up in script.

You could then do:

        executable = /my/script
        arguments = $(Process) 200

Where the second number is your offset. And your script just adds the
two. No need to further complicate condor_submit.

- Ian

Confidentiality Notice.
This message may contain information that is confidential or otherwise protected from disclosure. If you are not the intended recipient, you are hereby notified that any use, disclosure, dissemination, distribution,  or copying  of this message, or any attachments, is strictly prohibited.  If you have received this message in error, please advise the sender by reply e-mail, and delete the message and any attachments.  Thank you.