Skip to Content.
Sympa Menu

k-user - Re: [K-user] krun in parallel?

k-user AT lists.cs.illinois.edu

Subject: K-user mailing list

List archive

Re: [K-user] krun in parallel?


Chronological Thread 
  • From: "Guth, Dwight" <dguth2 AT illinois.edu>
  • To: "k-user AT cs.illinois.edu" <k-user AT cs.illinois.edu>
  • Subject: Re: [K-user] krun in parallel?
  • Date: Fri, 19 Oct 2012 16:30:21 +0000
  • Accept-language: en-US
  • List-archive: <http://lists.cs.uiuc.edu/pipermail/k-user/>
  • List-id: <k-user.cs.uiuc.edu>

If the error you got is that it was trying to read a file in a directory called something like "krun1234567890" where there's this big number at the end, and it says that that directory does not exist, then the issue is that currently starting krun by default deletes all temporary krun directories in order to clean up, including ones currently still running.  If you want to run krun in parallel you can run it with the --no-deleteTempDir option.

I recognize this is not precisely ideal so I am going to work on fixing the code that causes krun directories to be renamed when krun terminates.  Then I can just get rid of the deletion of temporary directories entirely, since it exists primarily to clean up after orphaned directories.



Archive powered by MHonArc 2.6.16.

Top of Page