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: Robby Findler <robby AT eecs.northwestern.edu>
  • To: "Guth, Dwight" <dguth2 AT illinois.edu>
  • Cc: "k-user AT cs.illinois.edu" <k-user AT cs.illinois.edu>
  • Subject: Re: [K-user] krun in parallel?
  • Date: Fri, 19 Oct 2012 11:47:39 -0500
  • List-archive: <http://lists.cs.uiuc.edu/pipermail/k-user/>
  • List-id: <k-user.cs.uiuc.edu>

Yes, that was it. Thanks!

Robby

On Fri, Oct 19, 2012 at 11:30 AM, Guth, Dwight
<dguth2 AT illinois.edu>
wrote:
> 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.
>
> _______________________________________________
> k-user mailing list
> k-user AT cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/k-user
>




Archive powered by MHonArc 2.6.16.

Top of Page