Benchmarks that need more tests removed from list
This commit is contained in:
@@ -34,19 +34,15 @@
|
||||
|
||||
simfiles="
|
||||
ddr3-gem5-se.xml
|
||||
rgrsim-gem5-se.xml
|
||||
"
|
||||
|
||||
bins="
|
||||
8_cores
|
||||
almabench
|
||||
Bubblesort
|
||||
chomp
|
||||
exptree
|
||||
fldry
|
||||
FloatMM
|
||||
IntMM
|
||||
lpbench
|
||||
misr
|
||||
Oscar
|
||||
Perm
|
||||
@@ -58,6 +54,10 @@ RealMM
|
||||
Towers
|
||||
Treesort
|
||||
"
|
||||
# These need more tests to make sure they work properly
|
||||
#fldry
|
||||
#almabench
|
||||
#lpbench
|
||||
|
||||
DIR="$(cd "$(dirname "$0")" && pwd)"
|
||||
basedir="$DIR/../../.."
|
||||
@@ -76,6 +76,7 @@ proj_build() {
|
||||
#module load anaconda3/latest
|
||||
fi
|
||||
cd $basedir
|
||||
rm -rf build
|
||||
mkdir -p build
|
||||
cd build
|
||||
qmake ../DRAMSys/DRAMSys.pro
|
||||
|
||||
Reference in New Issue
Block a user