Is there a way to have a task or job (for instance, a cmd script) spawn a cmd window on the logged-in users desktop on a compute node, for instance? (Or, more appropriatly, spawn a backend process that needs to run in a cmd window, as the case may be)
In our environment, our compute node(s) would always be logged in as one user. Same user is logged into the management node. We would like to spawn jobs that run in cmd windows, on the logged in console of those compute nodes. The running processes may not be interactive but we need to see the output in real-time and not from a redirected file, or pipe.
Is that possible?
Thanks!
Greg