X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=infobase%2Fconfiguration%2Fcron%2Frun_grid_container_non_work_hours.crontab;h=fab62f8afa29e3f0afd5c0bc0d7de439d56cf7e9;hb=05f88e7f85ea5e2d7c87a2b6e3911c2a11cdfcca;hp=2bf127870ed51fc9dd5fc9b863b4c48275eb1d04;hpb=a73e55c699d4325a970aa7472a45fed05fb59388;p=feisty_meow.git diff --git a/infobase/configuration/cron/run_grid_container_non_work_hours.crontab b/infobase/configuration/cron/run_grid_container_non_work_hours.crontab index 2bf12787..fab62f8a 100644 --- a/infobase/configuration/cron/run_grid_container_non_work_hours.crontab +++ b/infobase/configuration/cron/run_grid_container_non_work_hours.crontab @@ -5,9 +5,11 @@ SHELL=/bin/bash USER=jurgis -# we need these for the XSEDE and GenesisII environment. +#[run grid container non-work-hours] + +# we need these for the GenesisII GFFS environment. GENII_INSTALL_DIR=/home/jurgis/gffs/code/GenesisII/trunk -XSEDE_TESTS_FOLDER=$GENII_INSTALL_DIR/xsede_tools +XSEDE_TESTS_FOLDER=$GENII_INSTALL_DIR/toolkit GENII_USER_DIR=/home/jurgis/.tmp/dot-genesis-xcg3 JAVA_HOME=/usr/lib/jvm/java-6-sun @@ -15,7 +17,7 @@ JAVA_HOME=/usr/lib/jvm/java-6-sun # variegated scheme: we run the container during non-working hours. -# during non-weekday hours, make sure grid container is started if can't detect it as running. +# during non-weekday hours, ensure grid container is started if can't detect it as running. # first is for weekdays, during non-working hours. #*/10 0-8,19-23 * * 1-5 export FOOP=/tmp/container_restarter_${USER}_$(hostname).log; bash $XSEDE_TESTS_FOLDER/library/maybe_restart_container.sh &>>$FOOP ; /bin/chmod g+w $FOOP # second is for weekends.