Got file open error on several w1_1398.5__1398.* results

Anonymous
Topic 13102

During the first two steps the App writes two files which it reads back in in the third step (which shows up as the last percent). It does some checks on the consistency of the files, which fail in your case.

In the stderr log of Result 8104624 you see that the last line contains infinite numbers (-1.#IND0). This usually happens when there's something wrong with the FPU, maybe overheated or sth.

It may also be a problem in the code or the workunit setup, but as there have been three successful results for this WU from other machines, this is clearly not the case here.

The system interprets our error code number 2 as a "file not found" and adds an accordant message, which is rather misleading in that case.

BM