Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] Selective System Call Trapping?
- Date: Fri, 26 Aug 2005 10:39:18 -0500
- From: Jaime Frey <jfrey@xxxxxxxxxxx>
- Subject: Re: [Condor-users] Selective System Call Trapping?
On Aug 26, 2005, at 10:01 AM, matthias.m.roehm@xxxxxxxxxxxxxxxxxxx
wrote:
i.e. I store intermediate results on the machine (windows) C:\temp.
The
next job running on that machine reads this data an produces new
results in
the "running" directory. After the job has finished, these files are
transferred back to the submit machine.
This assumes your job get rerun on the same machine. Another option
is to use when_to_transfer_output=ON_EXIT_OR_EVICT. Then, any
intermediate results are transferred to the submit machine if the job
is evicted, then transferred to the next execute machine before the
job is restarted. The transfer doesn't happen if the execute machine
crashes, though.
+----------------------------------+---------------------------------+
| Jaime Frey | Public Split on Whether |
| jfrey@xxxxxxxxxxx | Bush Is a Divider |
| http://www.cs.wisc.edu/~jfrey/ | -- CNN Scrolling Banner |
+----------------------------------+---------------------------------+