On 02/11/2013 12:20 AM, Christopher Samuel wrote: > One of the nice things in Torque that a number of our users use is > interactive jobs with X11 forwarding so they can run various codes with > graphical interfaces on the compute nodes (such as VMD, or MATLAB, etc).
Hi Chris, To solve this when we migrated from TORQUE to SLURM, we're using "X11UseLocalhost no" in sshd_config on login nodes. https://groups.google.com/d/msg/slurm-devel/gZLD-pJB6Fw/AGlO8V8XUQcJ Then connect to the login node with X11 forwarding, start up an interactive job with "srun --pty bash" as Carles mentioned, and you should be off and running. Regards, John
