The sun grid engine defaults to csh, and you have to put this: #$ -S /bin/sh
into scripts to avoid it. What global configuration setting would change this default?
views:
69answers:
1
+1
A:
qconf -sql (to list your queues) qconf -mq YOUR_QUEUE_NAME
(change shell to /bin/sh)
Eric Peers
2010-05-29 01:42:20