Edit to work with multituner ...
[Benchmarks_CSolver.git] / nqueens / bench.sh
index 1408e25f225da10742e047541637c6e6b7aca54e..ae4800282723283a4d5735c59eec9c7c859cf157 100755 (executable)
@@ -6,7 +6,7 @@
 
 #Variables
 source ../common.sh
-PARAMETERS="64 96 112 128 144 160 192 224 256 288 320 352 384 416 448 480 512"
+PARAMETERS="64 96 112 128 144 160 192 224 256 288 320 352 384"
 
 #Checking the number of 
 if [ "$#" -lt 1 ]; then