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

Re: [Condor-users] Submit files



John:

If you can relax the requirements a little and only need to recover which OS the
job was run under, then you can add the $$(OpSys) to one of the filenames being
returned (log file, or otherwise).  This will result in some empty garbage files
with $$(OpSys) in the name on the submit node; however, when Condor runs the job
and returns the new filenames will have the expanded OS string.

-B