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?
Asked
Active
Viewed 1,622 times
4

bmargulies
- 97,814
- 39
- 186
- 310
1 Answers
4
qconf -sql (to list your queues) qconf -mq YOUR_QUEUE_NAME
(change shell to /bin/sh)

Eric Peers
- 76
- 3