- simply skip the jobs where the input file is not present, rather than aborting the job submission as it normally does?
Â
This sounds like a job for queue matching
Â
If you have a set of input files in a directory, you can tell condor_submit to create a job for each file like this
Â
input = $(INFILE)
queue INFILE files matching (/path/to/files/*)
Â
-tj
Â
Â
_______________________________________________
HTCondor-users mailing list
To unsubscribe, send a message to htcondor-users-request@cs.wisc.edu 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/