Re: [gridengine users] BLCR starter_method

2013-10-29 Thread Reuti
Am 28.10.2013 um 17:41 schrieb Joseph Farran: Thanks Reuti as always. If you have a *default* starter_method script please post it as it will help many since it's tricky to get everything right for those of us who don't know GE inside-out. I came up with this: #!/bin/sh case

Re: [gridengine users] BLCR starter_method

2013-10-29 Thread Joseph Farran
Thank you Reuti. On 10/29/2013 11:47 AM, Reuti wrote: I came up with this: #!/bin/sh case $SGE_STARTER_SHELL_START_MODE in unix_behavior) exec $@ ;; # # Although posix_compliant and script_from_stdin are the same, the behavior is different: # posix_compliant = $1 is the

Re: [gridengine users] BLCR starter_method

2013-10-28 Thread Reuti
Hi, Am 28.10.2013 um 01:21 schrieb Joseph Farran: We have setup BLCR ( Berkeley Lab Checkpoint/Restart ) on our cluster with Grid Engine ckpt scripts to process the checkpoints and restart methods. In an effort to make things as easy as possible for our user base, I am using Grid Engine

Re: [gridengine users] BLCR starter_method

2013-10-28 Thread Joseph Farran
Thanks Reuti as always. If you have a *default* starter_method script please post it as it will help many since it's tricky to get everything right for those of us who don't know GE inside-out. Best, Joseph On 10/28/2013 12:12 AM, Reuti wrote: Hi, Am 28.10.2013 um 01:21 schrieb Joseph

[gridengine users] BLCR starter_method

2013-10-27 Thread Joseph Farran
Greetings. We have setup BLCR ( Berkeley Lab Checkpoint/Restart ) on our cluster with Grid Engine ckpt scripts to process the checkpoints and restart methods. In an effort to make things as easy as possible for our user base, I am using Grid Engine starter_method to run our blcr_submit script