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

Re: [HTCondor-users] change to condor_submit - user feedback desired! (was Re: multiple condor_submit's - one cluster)



On Fri, Feb 6, 2015 at 12:49 PM, Brian Bockelman <bbockelm@xxxxxxxxxxx> wrote:
> Honestly, I don't particularly like the stdin-style approaches because, when debugging, it's a little less apparent on how to reproduce because you don't see what users gave you; it is more unix-y though!

I dislike it, as well, but for a different reason. The more you have
to do things outside of the submit file, the more like writing a
script it becomes. If the idea is to make it so that unsophisticated
users can more easily submit this types of workloads, we should avoid
making them write a script.

Also, keeping it in the submit file make it easier to support things
like Windows schedds, remote submissions, etc. in a way more
transparent to the user.

I'm inclined to favor Todd's proprosal #1. The foreach versus for x in
[list] distinction is somewhat irrelevant. The former is more familiar
to csh users, the latter to bash and similar. I actually prefer
foreach slightly just because it simplifies the syntax. But in any
case, so long as it is clear, either works.


Thanks,
BC

-- 
Ben Cotton
main: 888.292.5320

Cycle Computing
Better Answers. Faster.

http://www.cyclecomputing.com
twitter: @cyclecomputing