主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
简体中文
English (United States)
登录
Santiago Castro
活动总数
17
最后的活动
2024年02月20日 14:21
成员加入日期
2020年04月14日 21:42
关注
0 名用户
关注者数
0 名用户
投票数
8
订阅数
3
活动概览
帖子(0)
评论(6)
按最近的活动排序
最近的活动
投票数
创建于
2020年04月15日 15:21
This is a non-PyCharm thing. If PyCharm can SSH to the compute node directly, then do that. If not, you can use option "-L" from the ssh command to make a tunnel. Typically, you have a login node t...
社区
PyCharm
Running remote interpreter on a cluster with srun
1 票
创建于
2020年04月14日 21:42
I create an SSH tunnel to the compute node.
社区
PyCharm
Running remote interpreter on a cluster with srun
1 票
创建于
2022年04月18日 15:49
You add the interpreter in the same way as if it was in the compute_node, but using the host "localhost" and instead of the port 22, the port 2222.
社区
PyCharm
Running remote interpreter on a cluster with srun
0 票
创建于
2022年04月16日 17:59
You first do: ssh -L 2222:compute_node:22 login_node Then you create the interpreter pointing to localhost:2222
社区
PyCharm
Running remote interpreter on a cluster with srun
0 票
创建于
2020年04月20日 23:52
I run it daily for the cluster I use. It's not as you described. The IDE connects to your port 2222 through SSH, which the ssh command converts it into connecting to your compute node through SSH...
社区
PyCharm
Running remote interpreter on a cluster with srun
0 票
创建于
2020年04月15日 17:03
Do you mean that they don't allow SSH'ing to the compute node?
社区
PyCharm
Running remote interpreter on a cluster with srun
0 票