how to change the default shell for the sun grid engine
Posted
by bmargulies
on Stack Overflow
See other posts from Stack Overflow
or by bmargulies
Published on 2010-01-07T14:30:41Z
Indexed on
2010/05/29
1:52 UTC
Read the original article
Hit count: 294
sungridengine
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?
© Stack Overflow or respective owner