简体   繁体   中英

Google Compute Engine with Intellij

How can I run a GPU consumed Java application on IntelliJ if the machine doesn't have GPU in it? How can I connect to Google compute instance in the cloud through IntelliJ?
I Would like to run the application remotely by making use of compute engine GPU power

I tried to use Google stack driver debug plugin, but no luck with that. Remember, I'm not talking about just the deployment.

The ways to connect to your instances in the Cloud are limited. For Linux, it would be through either the Google Cloud Platform Console or the gcloud command-line tool. You can connect to a Windows instance using graphical connection tools, such as Chrome RDP. You can find more detail on the "Connecting to Instances" documentation page . In case of Windows, it is possible use these graphical capabilities to edit your code directly on your VM image; this should spare you the effort of using VIM commands. You may even consider installing IntelliJ on your Windows instance. In any case, taking into consideration the limited nature of remote connection, you won't be able to edit your code on your local machine using IntelliJ, and running it via remote connection on a GCE instance by means of IntelliJ commands.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM