We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8afcaba commit f102e9eCopy full SHA for f102e9e
GRID/utils/grid_submit.sh
@@ -599,6 +599,7 @@ cat /proc/meminfo > alien_meminfo.log
599
# ----------- PREPARE SOME ALIEN ENV -- useful for the job -----------
600
601
if [ "${ONGRID}" = "1" ]; then
602
+ export ALIENPY_JCENTRAL=alice-jcentral.cern.ch
603
notify_mattermost "STARTING GRID ${ALIEN_PROC_ID} CHECK $(which alien.py)"
604
alien.py ps --jdl ${ALIEN_PROC_ID} > this_jdl.jdl
605
ALIEN_JOB_OUTPUTDIR=$(grep "OutputDir" this_jdl.jdl | awk '//{print $3}' | sed 's/"//g' | sed 's/;//')
0 commit comments