Ask Your Question
2

Run sage on remote servers

asked 3 years ago

steve237 gravatar image

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

Preview: (hide)

Comments

Welcome to Ask Sage! Thank you for your question.

slelievre gravatar imageslelievre ( 3 years ago )

2 Answers

Sort by » oldest newest most voted
1

answered 3 years ago

Max Alekseyev gravatar image

updated 3 years ago

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.

Preview: (hide)
link

Comments

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.

steve237 gravatar imagesteve237 ( 3 years ago )
1

answered 3 years ago

eric_g gravatar image

Have you tried CoCalc?

Preview: (hide)
link

Comments

Which particular software/feature of them are related to the ask?

steve237 gravatar imagesteve237 ( 3 years ago )

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 3 years ago

Seen: 304 times

Last updated: Jan 10 '22