如何更改 Sun Grid Engine 的默认 shell
Sun Grid Engine 默认为 csh,您必须将以下内容放入脚本中以避免它。什么全局配置设置会更改此默认值?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
qconf -sql(列出您的队列)
qconf -mq YOUR_QUEUE_NAME
(将 shell 更改为 /bin/sh)
qconf -sql (to list your queues)
qconf -mq YOUR_QUEUE_NAME
(change shell to /bin/sh)