From 5e23772227df4a8a386311b4c90e16d19ec888e6 Mon Sep 17 00:00:00 2001 From: adash Date: Mon, 9 Mar 2009 17:52:10 +0000 Subject: [PATCH] temporary fix for createNewSocket error...add config files to create a link to the dstm.conf. e.g. when running 1 thread use dstm1.conf, when running 2 threads use dstm2.conf etc... --- Robust/src/Benchmarks/Prefetch/config/dstm_1.conf | 1 + Robust/src/Benchmarks/Prefetch/config/dstm_2.conf | 2 ++ Robust/src/Benchmarks/Prefetch/config/dstm_3.conf | 3 +++ Robust/src/Benchmarks/Prefetch/config/dstm_4.conf | 4 ++++ Robust/src/Benchmarks/Prefetch/config/dstm_5.conf | 5 +++++ Robust/src/Benchmarks/Prefetch/config/dstm_6.conf | 6 ++++++ Robust/src/Benchmarks/Prefetch/config/dstm_7.conf | 7 +++++++ Robust/src/Benchmarks/Prefetch/config/dstm_8.conf | 8 ++++++++ 8 files changed, 36 insertions(+) create mode 100644 Robust/src/Benchmarks/Prefetch/config/dstm_1.conf create mode 100644 Robust/src/Benchmarks/Prefetch/config/dstm_2.conf create mode 100644 Robust/src/Benchmarks/Prefetch/config/dstm_3.conf create mode 100644 Robust/src/Benchmarks/Prefetch/config/dstm_4.conf create mode 100644 Robust/src/Benchmarks/Prefetch/config/dstm_5.conf create mode 100644 Robust/src/Benchmarks/Prefetch/config/dstm_6.conf create mode 100644 Robust/src/Benchmarks/Prefetch/config/dstm_7.conf create mode 100644 Robust/src/Benchmarks/Prefetch/config/dstm_8.conf diff --git a/Robust/src/Benchmarks/Prefetch/config/dstm_1.conf b/Robust/src/Benchmarks/Prefetch/config/dstm_1.conf new file mode 100644 index 00000000..b56fa580 --- /dev/null +++ b/Robust/src/Benchmarks/Prefetch/config/dstm_1.conf @@ -0,0 +1 @@ +128.195.136.162 diff --git a/Robust/src/Benchmarks/Prefetch/config/dstm_2.conf b/Robust/src/Benchmarks/Prefetch/config/dstm_2.conf new file mode 100644 index 00000000..cfbff16a --- /dev/null +++ b/Robust/src/Benchmarks/Prefetch/config/dstm_2.conf @@ -0,0 +1,2 @@ +128.195.136.162 +128.195.136.163 diff --git a/Robust/src/Benchmarks/Prefetch/config/dstm_3.conf b/Robust/src/Benchmarks/Prefetch/config/dstm_3.conf new file mode 100644 index 00000000..196eb03a --- /dev/null +++ b/Robust/src/Benchmarks/Prefetch/config/dstm_3.conf @@ -0,0 +1,3 @@ +128.195.136.162 +128.195.136.163 +128.195.136.164 diff --git a/Robust/src/Benchmarks/Prefetch/config/dstm_4.conf b/Robust/src/Benchmarks/Prefetch/config/dstm_4.conf new file mode 100644 index 00000000..1a08f02b --- /dev/null +++ b/Robust/src/Benchmarks/Prefetch/config/dstm_4.conf @@ -0,0 +1,4 @@ +128.195.136.162 +128.195.136.163 +128.195.136.164 +128.195.136.165 diff --git a/Robust/src/Benchmarks/Prefetch/config/dstm_5.conf b/Robust/src/Benchmarks/Prefetch/config/dstm_5.conf new file mode 100644 index 00000000..f7e1cb06 --- /dev/null +++ b/Robust/src/Benchmarks/Prefetch/config/dstm_5.conf @@ -0,0 +1,5 @@ +128.195.136.162 +128.195.136.163 +128.195.136.164 +128.195.136.165 +128.195.136.166 diff --git a/Robust/src/Benchmarks/Prefetch/config/dstm_6.conf b/Robust/src/Benchmarks/Prefetch/config/dstm_6.conf new file mode 100644 index 00000000..f4625421 --- /dev/null +++ b/Robust/src/Benchmarks/Prefetch/config/dstm_6.conf @@ -0,0 +1,6 @@ +128.195.136.162 +128.195.136.163 +128.195.136.164 +128.195.136.165 +128.195.136.166 +128.195.136.167 diff --git a/Robust/src/Benchmarks/Prefetch/config/dstm_7.conf b/Robust/src/Benchmarks/Prefetch/config/dstm_7.conf new file mode 100644 index 00000000..44c7750e --- /dev/null +++ b/Robust/src/Benchmarks/Prefetch/config/dstm_7.conf @@ -0,0 +1,7 @@ +128.195.136.162 +128.195.136.163 +128.195.136.164 +128.195.136.165 +128.195.136.166 +128.195.136.167 +128.195.136.168 diff --git a/Robust/src/Benchmarks/Prefetch/config/dstm_8.conf b/Robust/src/Benchmarks/Prefetch/config/dstm_8.conf new file mode 100644 index 00000000..cbce2d59 --- /dev/null +++ b/Robust/src/Benchmarks/Prefetch/config/dstm_8.conf @@ -0,0 +1,8 @@ +128.195.136.162 +128.195.136.163 +128.195.136.164 +128.195.136.165 +128.195.136.166 +128.195.136.167 +128.195.136.168 +128.195.136.169 -- 2.34.1