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 'Star maps using Blender'
Blender just recently dropped a new version, 4.5(with 5.0 on the horizon), and within it was a new feature for which I immediately thought of a use for. The new feature was a .csv importer for Geometry nodes. Geometry nodes are a method of modelling that uses a node tree to create 3D models which offers more flexibility than straight modeling does. The .csv importer node allows you to bring in a .csv file and use the data in it to control aspects of your model. So for example, if you...
I tried a web search "the loss of programming ", and found an article saying that all aspects of writing, developing, and testing software programs will one day all be handled through artificial intelligence. One must wonder then, who is responsible. WHO is responsible for any problems, bugs, deficiencies, or whatever malfunctions which the programs make their users endure? Things may work wrong however the "wrong" happens. AI needs to fix the problems for the users. Any way to...
Back
Top