diff --git a/predict_strength b/predict_strength deleted file mode 100644 index d62b298..0000000 --- a/predict_strength +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/sh -# This script is run in a clean condor environment (NO PATH, etc) on the remote -# node. All needed ENV vars must be set up before launching the script. -# -# -unset DISPLAY - -echo "+++BEGIN" -date -echo "+++NODE" -hostname -#echo "+++LOCAL DIR" -#pwd -#ls -l -#echo "+++ENVIRONMENT" -#printenv - -echo "+++EXEC of ./pydist/predict_strength/predict_strength and $@" -exec ./pydist/predict_strength/predict_strength $@