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

Re: [HTCondor-users] process and timing for creating output file



submit tells the schedd, and the schedd attempts to create the file
(during the submit operation).  This can be disabled by using -disable
command line option to condor_submit or setting configuration variable
SUBMIT_SKIP_FILECHECKS to true.

On Mon, Mar 24, 2014 at 3:00 PM, Scott Koranda <skoranda@xxxxxxxxx> wrote:
> Hello,
>
> If I include in a submit file
>
> Output = foo.out
>
> and then run condor_submit precisely which process creates the file
> 'foo.out' in the file system on the submit host and at which point in
> the job management cycle?
>
> I am mostly concerned about the creation process and not any later
> writing to the file.
>
> I am also only interested in the vanilla universe, but would be
> curious to know if there are variations based on the job universe.
>
> Thanks,
>
> Scott
> _______________________________________________
> HTCondor-users mailing list
> To unsubscribe, send a message to htcondor-users-request@xxxxxxxxxxx with a
> subject: Unsubscribe
> You can also unsubscribe by visiting
> https://lists.cs.wisc.edu/mailman/listinfo/htcondor-users
>
> The archives can be found at:
> https://lists.cs.wisc.edu/archive/htcondor-users/



-- 
Nathan Panike