First time here? Check out the FAQ!

Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

answered 3 years ago

Max Alekseyev gravatar image

If you are affiliated with an academic institution, it's worth to check what computational resources are available there.

Also, to have reliable lengthy computations, it makes sense to organize them in such a way that the program saves its state once in while, and make it possible to resume computations from the saved state would there happen any interruption.

click to hide/show revision 2
No.2 Revision

If you are affiliated with an academic institution, it's worth to check what computational resources are available there.

Also, to have reliable lengthy computations, it makes sense to organize them in such a way that the program saves its state once in while, and to make it possible to resume computations computation from the saved state would there happen any interruption.