Am 16.11.2011 um 15:00 schrieb William Hay: > On 16 November 2011 13:52, Vang Le <[email protected]> wrote: >> Hi William and Reuti, >> Thank you for your suggestions and your time. They are really helpful. I >> solved almost of my problems. >> >> I installed rsh-redone-client and rsh-redone-server, also I modify my PE so >> that "control_slaves TRUE" is set. I can run this part now: >> >> mpirun -np $NSLOTS hostname >> mpirun -np $NSLOTS ~/hello >> >> However I still can not start interactive PE with: qsh or qrsh. They both >> said: >> --------- >> $ qrsh -pe test_pe 5 >> Your "qrsh" request could not be scheduled, try again later. >> --------- >> qsh -pe test_pe 5 >> Your job 50 ("INTERACTIVE") has been submitted >> waiting for interactive job to be scheduled ... >> >> Your "qsh" request could not be scheduled, try again later. >> --------- > By default qrsh and qsh try to start immediately. Were there 5 slots > free when you ran those commands? > If you don't mind waiting try adding -now n to the command line.
And in addition `qsh` needs a direct connection from the exechost to your machine, i.e. a local `xhost +` to allow direct X11 connections. The defined startup methods are not used here. Only the entry: $ qconf -sconf ... xterm /usr/bin/X11/xterm will be used and just this plain application will be started on the exechost. There is nothing started on the submit machine, nor any daemon on the exechost waiting for a connection. -- Reuti _______________________________________________ users mailing list [email protected] https://gridengine.org/mailman/listinfo/users
