Can I Run My Code Online from a Distant Server Using Azure?

Click For Summary
To run heavy programs more efficiently, users can utilize online computing resources. Many universities offer supercomputing facilities, but access may require funding or student status. Traditional computing services like Compuserve have declined with the rise of personal computers. Current options for cloud computing include major providers like Google Cloud, AWS, and Microsoft Azure. Users can set up accounts with these services to run their code remotely. Specifically, for running a GitHub repository on Azure, users can upload their code and execute it, such as running a Python script from a repository designed for cosmological parameter estimation.
Arman777
Insights Author
Gold Member
Messages
2,163
Reaction score
191
I am trying to run a code from my computer but its qualities are kind of low. I am trying to run a heavy program and its taking about 40-50 min to solve it. Is there a some sort of a general program where I can upload some files and run the code online from a distant server ? Is there a such thing ?
 
Technology news on Phys.org
Some universities provide supercomputing facilities where you can apply for an account and then load your stuff up and do your runs.

However, it may mean that you have to have some established funding to do it or be a student at the university.

There used to be computing services like Compuserve and GEISCO where you could buy time on their computer to run your stuff. However, that model of computing dropped off as PCs became the favored computing platform.

Google has cloud services:

https://www.datacenterknowledge.com...now-rent-entire-ai-supercomputer-google-cloud
 
There are many options for this, the biggest(?) commercial service provider is AWS (Amazon Web Services) but you can also do similar things via e.g. Microsoft Azure.

Just google AWS cloud computing.
 
  • Like
Likes jedishrfu and Arman777