Run sage on remote servers
Are there servers available out there to run a lengthy Sage computation (that can potentially take weeks to run) on? Which are reliable to run the code to completion? -Thanks
Are there servers available out there to run a lengthy Sage computation (that can potentially take weeks to run) on? Which are reliable to run the code to completion? -Thanks
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 computation from the saved state would there happen any interruption.
Totally agree. Although in some cases these are built in SageMath functions, so it's more challenging to put checkpoints within them. I suppose the code can be taken out of Git and manually modified and pointed to.
Asked: 3 years ago
Seen: 304 times
Last updated: Jan 10 '22
Welcome to Ask Sage! Thank you for your question.