Execute R command on specific termimal
1
0
Entering edit mode
5 months ago
QX • 0

Hi all,

I am running R vscode on linux HPC node. I ran command in a R script (using ctrl + enter), but it was executed on a login node. I would like to execute the command in a specific terminal, where I have connected to a exe-node, when using ctrl + enter automatically.

Do you know how can I can setting this up?

R • 437 views
ADD COMMENT
5
Entering edit mode
5 months ago
ATpoint 82k

This is not how HPCs work. Things do not happen automatically and independent of the job scheduler.

If you want to work interactively on a node then you have to start a session first and log into the node. That depends on your scheduler, for example SLURM would work for example via srun, but this is not really on-topic here and depends on local configurations. Therefore, please consult the HPC documentation (if exists) and/or talk to the HPC administration to get help and get your interactive session going.

ADD COMMENT
0
Entering edit mode

Hi ATpoint Thank you for your answer!

ADD REPLY

Login before adding your answer.

Traffic: 2190 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6