Am 16.11.2012 um 12:58 schrieb Pierre Lindenbaum:
> 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):
Fine.
> $ 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
This is because of the shell: http://arc.liv.ac.uk/SGE/howto/commonproblems.html
>> 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) ?
No, but all users and groups must be known on the machines. And often a
mechanism is used to broadcast this information to all nodes.
The job was running on a different machine than from where you submitted it?
-- Reuti
_______________________________________________
users mailing list
[email protected]
https://gridengine.org/mailman/listinfo/users