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 which in turns
runs BLCR cr_run.    All is working well but I have a question with regards
to the starter_method script which looks something like this for our queue:

$ qconf -sq free64 | grep starter_method
starter_method        /data/hpc/sge/starter-method.sh

$ cat /data/hpc/sge/starter-method.sh
#!/bin/sh
if [ "$SGE_CKPT_ENV" = blcr ]
then
    <our BLCR scripts>
else
    exec $SGE_STARTER_SHELL_PATH "$@"
fi

My question is with what is the *default* starter method, the else part?
With respect to the else section, Is this correct?

exec $SGE_STARTER_SHELL_PATH "$@"


Joseph
_______________________________________________
users mailing list
[email protected]
https://gridengine.org/mailman/listinfo/users

Reply via email to