When I'm computing collisions and the memory is insufficient, the computation progress always gets stuck without reporting an error—it just continuously runs a futile task. At this point, I kill the process and switch to using more memory on a single core for the computation, which results in a warning.
1、What I want to ask is, is it reliable to resubmit the collision task for continuation? Could the results undergo sudden changes due to task interruptions?[WARNING] Restarting from previous database
2、Moreover, I've noticed that the collision process always gets stuck when the progress reaches 97%. When I kill the task and resubmit it, the task shows as completed within seconds. In such circumstances, the resulting collision output file can be smoothly read during the next step of calculating SHG. Does this indicate that the collision step was completed correctly?
I appreciate any guidance and tutorial on that!
Best,
sunxl