4

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?

bmargulies
  • 97,814
  • 39
  • 186
  • 310

1 Answers1

4

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

(change shell to /bin/sh)

Eric Peers
  • 76
  • 3