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

AI Thread 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
Thread 'Is this public key encryption?'
I've tried to intuit public key encryption but never quite managed. But this seems to wrap it up in a bow. This seems to be a very elegant way of transmitting a message publicly that only the sender and receiver can decipher. Is this how PKE works? No, it cant be. In the above case, the requester knows the target's "secret" key - because they have his ID, and therefore knows his birthdate.
Thread 'Project Documentation'
Trying to package up a small bank account manager project that I have been tempering on for a while. One that is certainly worth something to me. Although I have created methods to whip up quick documents with all fields and properties. I would like something better to reference in order to express the mechanical functions. It is unclear to me about any standardized format for code documentation that exists. I have tried object orientated diagrams with shapes to try and express the...
Back
Top