Kim

Results 53 comments of Kim
trafficstars

What exactly do you mean? My locale is as follows: ``` $ locale LANG=en_US.utf8 LC_CTYPE=de_DE.utf8 LC_NUMERIC="en_US.utf8" LC_TIME="en_US.utf8" LC_COLLATE="en_US.utf8" LC_MONETARY="en_US.utf8" LC_MESSAGES="en_US.utf8" LC_PAPER="en_US.utf8" LC_NAME="en_US.utf8" LC_ADDRESS="en_US.utf8" LC_TELEPHONE="en_US.utf8" LC_MEASUREMENT="en_US.utf8" LC_IDENTIFICATION="en_US.utf8" LC_ALL= ``` I cannot...

Wouldn't it then make sense to not crash, but simply ignore the file?

Sounds good. Maybe it would be a good idea to store any such errors in a persistent log-file?

(Un)fortunately, I resolved the problem by simply renaming the conflicting files and thus wasn't able to check whether the proposal changed anything. I might be able to try out some...

@stuvet: Thanks for looking into this in more detail! I am currently experiencing seemingly the same issue (`Error: Log file '[..]' for job with id 1 not available`) with LSF....

Thanks a lot for your response! > I also tried to change some of the network mount flags in my Slurm cluster to try to reduce filesystem latency. I'm not...

> In my case it was a provisioning delay, I see, very interesting! I think this is not the case for me. > Sounds like it may be worth chasing...

Sorry for the late response, our cluster was down... > I'd leave the NAs in, and try to work out how they're being produced The NAs apparently come from the...

> Interesting. I wonder if the batchtools registry sees 3 jobs in your example, or 6 (3 without the appropriate job ids & statuses etc)? To get the list of...

FWIW, I gave up on debugging this complex network of packages and ended up implementing my own [LSF scheduling wrapper](https://github.com/cbg-ethz/pareg/blob/master/R/cluster_execution.R). It is not super sophisticated but works for me and...