This may be useful:
Code:
*** gfnd/GFNDivisorSieveApp.cpp-1 2018-01-05 22:04:55.873078080 -0800
--- gfnd/GFNDivisorSieveApp.cpp 2018-01-05 22:05:06.152450527 -0800
***************
*** 455,460 ****
--- 455,461 ----
}
}
+ fclose(termsFile);
return termCount;
}
...or else the intermediate save files are not full-length. They are truncated in a haphazard fashion.