On 11/16/2012 11:33 AM, Reuti wrote:
Hi,

Am 16.11.2012 um 11:13 schrieb Pierre Lindenbaum:

I'm very new to SGE , Our sysadmin has just installed the cluster and I'm in 
charge to test it:
is a normal "Hello World" script working submitted with `qsub`?

yes I ran the following simple test (sleep 15sec and echo something):

$ pwd
/commun/data/users/lindenb

$ cat qsub02.sh
#!/bin/bash

sleep 15
echo "QSUB02 DONE STDOUT!"

$ qsub  -cwd qsub02.sh
Your job 10 ("qsub02.sh") has been submitted

(...)
$ ls -1 qsub02.sh*
qsub02.sh
qsub02.sh.e10
qsub02.sh.o10


$ cat qsub02.sh.o10
Warning: no access to tty (Bad file descriptor).
Thus no job control in this shell.
QSUB02 DONE STDOUT

May be the users/groups are not known on the exechosts - you use LDAP or NIS?

No, as far as I've been told, neither of those have been installed. Is it a requirement to use qmake, (or sge in general) ?

Pierre



_______________________________________________
users mailing list
[email protected]
https://gridengine.org/mailman/listinfo/users

Reply via email to