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
Dear Peeps I have posted a few questions about programing on this sectio of the PF forum. I want to ask you veterans how you folks learn program in assembly and about computer architecture for the x86 family. In addition to finish learning C, I am also reading the book From bits to Gates to C and Beyond. In the book, it uses the mini LC3 assembly language. I also have books on assembly programming and computer architecture. The few famous ones i have are Computer Organization and...
hi; i purchased 3 of these, AZDelivery 3 x AZ-MEGA2560-Board Bundle with Prototype Shield and each is reporting the error message below. I have triple checked every aspect of the set up and all seems in order, cable devices port, board reburn bootloader et al . I have substituted an arduino uno and it works fine; could you help please Thanks Martyn 'avrdude: ser_open(): can't set com-state for "\\.\COM3"avrdude: ser_drain(): read error: The handle is invalid.avrdude: ser_send(): write...
Back
Top