[Swift-commit] r2906 - in trunk: . bin

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Thu May 7 09:49:59 CDT 2009


Author: benc
Date: 2009-05-07 09:49:59 -0500 (Thu, 07 May 2009)
New Revision: 2906

Removed:
   trunk/bin/swift-log-to-cedps
Modified:
   trunk/CHANGES.txt
   trunk/build.xml
Log:
swift-log-to-cedps is removed. The functionality of generating
.cedps format files is available by specifying the desired .cedps files
in an invocation of swift-plot-log. Lack of widespread use of this
command means a deprecation period is probably unnecessary.

Modified: trunk/CHANGES.txt
===================================================================
--- trunk/CHANGES.txt	2009-05-06 18:48:55 UTC (rev 2905)
+++ trunk/CHANGES.txt	2009-05-07 14:49:59 UTC (rev 2906)
@@ -1,3 +1,9 @@
+(05/07/09)
+*** swift-log-to-cedps is removed. The functionality of generating
+    .cedps format files is available by specifying the desired .cedps files
+    in an invocation of swift-plot-log. Lack of widespread use of this
+    command means a deprecation period is probably unnecessary.
+
 (05/05/09)
 *** New configuration property provenance.log which controls whether verbose
     provenance-related log information is recorded in the run log file or

Deleted: trunk/bin/swift-log-to-cedps
===================================================================
--- trunk/bin/swift-log-to-cedps	2009-05-06 18:48:55 UTC (rev 2905)
+++ trunk/bin/swift-log-to-cedps	2009-05-07 14:49:59 UTC (rev 2906)
@@ -1,52 +0,0 @@
-#!/bin/bash
-
-ORIGDIR=$(pwd)
-WORKINGDIR=$(mktemp -d /tmp/swift-plot-log-XXXXXXXXXXXXXXXX)
-
-
-# $1 should be the pathname of the log file to plot
-
-LOG_CODE_HOME="`dirname $0`/../libexec/log-processing/"
-export SWIFT_PLOT_HOME=$LOG_CODE_HOME
-
-export PATH=${LOG_CODE_HOME}:${PATH}
-
-FC="${1:0:1}"
-
-if [ "$FC" = "/" ]; then # absolute path
-  LOG_FILE_PATH=$1
-else
-  LOG_FILE_PATH="`pwd`/$1"
-fi
-
-LOG_DIRECTORY=`dirname $LOG_FILE_PATH`
-
-LOG_FILE_BASE=`basename $LOG_FILE_PATH .log`
-
-echo Log file path is $LOG_FILE_PATH
-echo Log is in directory $LOG_DIRECTORY
-echo Log basename is $LOG_FILE_BASE
-
-cd $WORKINGDIR
-echo Now in directory $(pwd)
-
-MAKEENV="-f ${LOG_CODE_HOME}/makefile -I ${LOG_CODE_HOME}"
-MAKETARGETS=""
-
-INFODIR=${LOG_DIRECTORY}/${LOG_FILE_BASE}.d
-
-if [ -d $INFODIR ]; then
- MAKEENV="$MAKEENV IDIR=${LOG_DIRECTORY}/${LOG_FILE_BASE}.d/"
- MAKETARGETS="webpage.info"
-fi
-
-make $MAKEENV SDL=${ORIGDIR}/report-${LOG_FILE_BASE} LOG=$LOG_FILE_PATH clean execute.cedps execute2.cedps karatasks.cedps
-
-cp -v *.cedps $ORIGDIR
-
-# webpage.kara webpage.weights karatasks.JOB_SUBMISSION.Queue.transitions karatasks.JOB_SUBMISSION.Queue.event karatasks.JOB_SUBMISSION.eip  $MAKETARGETS webpage distribute
-
-# mv report-$LOG_FILE_BASE $LOG_DIRECTORY/
-
-# rm -r $WORKINGDIR
-echo not removing $WORKINGDIR

Modified: trunk/build.xml
===================================================================
--- trunk/build.xml	2009-05-06 18:48:55 UTC (rev 2905)
+++ trunk/build.xml	2009-05-07 14:49:59 UTC (rev 2906)
@@ -81,7 +81,6 @@
 		<chmod perm="+x" file="${dist.dir}/bin/VDL2Karajan"/>
 		<chmod perm="+x" file="${dist.dir}/bin/vdlc"/>
 		<chmod perm="+x" file="${dist.dir}/bin/swift-plot-log"/>
-		<chmod perm="+x" file="${dist.dir}/bin/swift-log-to-cedps"/>
 
 		<chmod perm="+x" file="${dist.dir}/libexec/log-processing/active-state-transitions"/>
 		<chmod perm="+x" file="${dist.dir}/libexec/log-processing/add-runid-as-prefix"/>




More information about the Swift-commit mailing list