@@ -43,12 +43,9 @@ export MYPROXY_SERVER=myproxy.cern.ch # only needed for MonALISA
...
@@ -43,12 +43,9 @@ export MYPROXY_SERVER=myproxy.cern.ch # only needed for MonALISA
The job script submitted by the JAliEn CE (typically `~/ALICE/tmp/agent.startup.$PID`) can be customized with one or more scripts located in the home directory:
The job script submitted by the JAliEn CE (typically `~/ALICE/tmp/agent.startup.$PID`) can be customized with one or more scripts located in the home directory:
*`~/JA-custom-0.sh`
*`~/JA-custom-0.sh` - Contents get inserted before the JAliEn environment setup.
* Contents get inserted before the JAliEn environment setup.
*`~/JA-custom-1.sh` - Contents get inserted right before JAliEn is started.
*`~/JA-custom-1.sh`
*`~/JA-custom-2.sh` - Contents get inserted right after JAliEn has finished.
* Contents get inserted right before JAliEn is started.
*`~/JA-custom-2.sh`
* Contents get inserted right after JAliEn has finished.
Such customizations are in use at some sites to deal with special conditions and can also be handy for debugging.
Such customizations are in use at some sites to deal with special conditions and can also be handy for debugging.