summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/FaultTolerance/FLARe/DeCoRAM/experiments/variable_backups_and_loads/processor_util.sh
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/examples/FaultTolerance/FLARe/DeCoRAM/experiments/variable_backups_and_loads/processor_util.sh')
-rwxr-xr-xTAO/orbsvcs/examples/FaultTolerance/FLARe/DeCoRAM/experiments/variable_backups_and_loads/processor_util.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/examples/FaultTolerance/FLARe/DeCoRAM/experiments/variable_backups_and_loads/processor_util.sh b/TAO/orbsvcs/examples/FaultTolerance/FLARe/DeCoRAM/experiments/variable_backups_and_loads/processor_util.sh
index 7609a6cbcee..7dcb4d65b12 100755
--- a/TAO/orbsvcs/examples/FaultTolerance/FLARe/DeCoRAM/experiments/variable_backups_and_loads/processor_util.sh
+++ b/TAO/orbsvcs/examples/FaultTolerance/FLARe/DeCoRAM/experiments/variable_backups_and_loads/processor_util.sh
@@ -8,7 +8,7 @@ if [ ! -d ./$DATA_DIR ]; then echo Directory $DATA_DIR does not exist && exit; f
if [ ! -d ./$RESULT_DIR ]; then mkdir -p ./$RESULT_DIR; fi
for BACKUP_NO in 0 1 2 3 4 5; do \
- for ALGORITHM in bftrmff eftrmff rftrmff sftrmff; do
+ for ALGORITHM in aftrmff uftrmff rftrmff sftrmff; do
echo "count processors used by $ALGORITHM for $BACKUP_NO backups..." && \
$DECORAM_BIN/scheck -c -f ./$DATA_DIR/$ALGORITHM-$BACKUP_NO-backups.txt >> ./$RESULT_DIR/$EXPERIMENT_NAME-$ALGORITHM.dat; \
done; \