[Swift-commit] r5962 - SwiftApps/ParVis/HiRAMTools
wilde at ci.uchicago.edu
wilde at ci.uchicago.edu
Wed Oct 10 09:46:48 CDT 2012
Author: wilde
Date: 2012-10-10 09:46:48 -0500 (Wed, 10 Oct 2012)
New Revision: 5962
Modified:
SwiftApps/ParVis/HiRAMTools/runall.sh
Log:
Cleanups from July 2012.
Modified: SwiftApps/ParVis/HiRAMTools/runall.sh
===================================================================
--- SwiftApps/ParVis/HiRAMTools/runall.sh 2012-10-10 14:43:26 UTC (rev 5961)
+++ SwiftApps/ParVis/HiRAMTools/runall.sh 2012-10-10 14:46:48 UTC (rev 5962)
@@ -14,13 +14,9 @@
source ./runall.config # set local params
fi
-echo bindir=$bindir script=$script
+echo script=$script
-# Helpful patterns for filename matching
-yyyy="[0-9][0-9][0-9][0-9]"
-yyyymmdd="${yyyy}[0-9][0-9][0-9][0-9]"
-
mkdir -p $outdir
while true; do
@@ -32,12 +28,6 @@
echo RunAll: Processing $real
-# find $realdir/$real/history/$yyyymmdd |
-# grep .nc.$yyyy |
-# sed -e 's/.....$//' | sort | uniq > $real.groups
-#
-# echo Created $real.groups
-
echo Running: $bindir/$script \
$real \
$outdir
More information about the Swift-commit
mailing list