Re: [gridengine users] Default Submit Directory & Shell

2012-06-08 Thread Reuti
Am 01.06.2012 um 03:42 schrieb Joseph Farran: > Adding these lines at the end of /default/common/sge_request > > -cwd > -S /bin/bash NB: It's also possible to change in the queue setting "shell_start_mode unix_behavior" which then honor the first line of the script and you don't need -S any mo

Re: [gridengine users] Default Submit Directory & Shell

2012-05-31 Thread Rayson Ho
Joseph, Good that you've figured it out... I was away this evening and already you have it working! In most cases, just submit test jobs and you can easily test out most of the functionality without destroying your cluster - or just setup a 1-node test cluster (even run as non-root, and use a dif

Re: [gridengine users] Default Submit Directory & Shell

2012-05-31 Thread Joseph Farran
Adding these lines at the end of /default/common/sge_request -cwd -S /bin/bash Works and does what I was looking for. Nice! Thanks. On 05/31/2012 05:40 PM, Joseph Farran wrote: Cool! A lot easier than I thought. So a default shell can also be specified so that the batch script line "#$

Re: [gridengine users] Default Submit Directory & Shell

2012-05-31 Thread Joseph Farran
Cool! A lot easier than I thought. So a default shell can also be specified so that the batch script line "#$ -S /bin/bash" can be omitted? Joseph On 05/31/2012 02:11 PM, Rayson Ho wrote: May be you can try sge_request, which sets the default request profiles: http://gridscheduler.sourcef

Re: [gridengine users] Default Submit Directory & Shell

2012-05-31 Thread Rayson Ho
May be you can try sge_request, which sets the default request profiles: http://gridscheduler.sourceforge.net/htmlman/htmlman5/sge_request.html Rayson On Thu, May 31, 2012 at 5:04 PM, Joseph Farran wrote: > First, I like to give my sincere Thank You to Rayson Ho and all others who > graciousl

[gridengine users] Default Submit Directory & Shell

2012-05-31 Thread Joseph Farran
First, I like to give my sincere Thank You to Rayson Ho and all others who graciously give of their time here to help the OGE community. Really appreciated folks! My understanding of OGE qsub for batch jobs is that it defaults to the home directory for standard out & error files. To chang