简体   繁体   English

带有Intellij的Google Compute Engine

[英]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? 如果计算机中没有GPU,如何在IntelliJ上运行GPU消耗的Java应用程序? How can I connect to Google compute instance in the cloud through IntelliJ? 如何通过IntelliJ连接到云中的Google计算实例?
I Would like to run the application remotely by making use of compute engine GPU power 我想通过利用计算引擎的GPU功能远程运行该应用程序

I tried to use Google stack driver debug plugin, but no luck with that. 我尝试使用Google堆栈驱动程序调试插件,但是没有运气。 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. 对于Linux,它将通过Google Cloud Platform Console或gcloud命令行工具进行。 You can connect to a Windows instance using graphical connection tools, such as Chrome RDP. 您可以使用图形连接工具(例如Chrome RDP)连接到Windows实例。 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; 在Windows中,可以使用这些图形功能直接在VM映像上编辑代码。 this should spare you the effort of using VIM commands. 这样可以节省您使用VIM命令的时间。 You may even consider installing IntelliJ on your Windows instance. 您甚至可以考虑在Windows实例上安装IntelliJ。 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. 无论如何,考虑到远程连接的局限性,您将无法使用IntelliJ在本地计算机上编辑代码,而无法通过IntelliJ命令在GCE实例上通过远程连接运行代码。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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