kill_r_on_nodes: Kill R processes on nodes

View source: R/monitoring.R

kill_r_on_nodesR Documentation

Kill R processes on nodes

Description

This command requires a "secondary" login node, i.e., a different gateway node to access the cluster nodes. Then it just uses pidof R and kill UNIX commands to kill R. Probably only works on UNIX machines.
To-do: add docs

Usage

kill_r_on_nodes(node_list, secondary_login_node,
  wait_until_resolved = FALSE, beep_on_end = FALSE)

burchill/cs documentation built on May 28, 2023, 1:29 p.m.