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.
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2022-01-09 05:00:39 +0100
Seen: 255 times
Last updated: Jan 10 '22
How do I quickly setup a remote Sage server? [closed]
sage notebook server + ssh tunneling + port forwarding
configure sage notebook to access apache server
How do I share a library of Sage functions
[Solved] run-time link issue in IPython Notebook
Know if Sagemath is still working
Load module from remote server
Remotely access personal cocalc server
Is there any way to have a cell tell you how long it took to run in the Jupyter notebook?
Welcome to Ask Sage! Thank you for your question.