From 4ffce4f161d47b42fa867ea83e97e5d9b3e827a2 Mon Sep 17 00:00:00 2001
From: Ziyue Zhang <zzhan70@uic.edu>
Date: Thu, 4 Feb 2021 10:09:47 -0600
Subject: [PATCH] Update benchmarks/dvmp/dvmp.sh

---
 benchmarks/dvmp/dvmp.sh | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/benchmarks/dvmp/dvmp.sh b/benchmarks/dvmp/dvmp.sh
index 1746a860..abeac101 100755
--- a/benchmarks/dvmp/dvmp.sh
+++ b/benchmarks/dvmp/dvmp.sh
@@ -131,11 +131,11 @@ if [ "$?" -ne "0" ] ; then
   echo "ERROR running vm_mass script"
   exit 1
 fi
-root -b -q "benchmarks/dvmp/analysis/vm_invar.cxx+(\"${CONFIG}\")"
-if [ "$?" -ne "0" ] ; then
-  echo "ERROR running vm_invar script"
-  exit 1
-fi
+#root -b -q "benchmarks/dvmp/analysis/vm_invar.cxx+(\"${CONFIG}\")"
+#if [ "$?" -ne "0" ] ; then
+#  echo "ERROR running vm_invar script"
+#  exit 1
+#fi
 
 ## =============================================================================
 ## Step 5: finalize
-- 
GitLab