views:

69

answers:

1

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?

+1  A: 

qconf -sql (to list your queues) qconf -mq YOUR_QUEUE_NAME

(change shell to /bin/sh)

Eric Peers