Skip to content

Commit 799c21f

Browse files
committed
update on config file
1 parent 77afb75 commit 799c21f

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

configs/test_brute.json

+15-7
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"Timeout": "60",
1010
"OneToOneMode": "TRUE",
1111
"OpenTimeoutSecs": "600"},
12-
"nstep": 100,
12+
"nstep": 500,
1313
"batch_size": 10000,
1414
"resultspath": "./",
1515

@@ -28,13 +28,15 @@
2828
"nstep": 500,
2929
"datapath": "tmp_nersc",
3030
"channel_range": ["L0101-2408"],
31-
"engine": "BP4",
31+
"engine": "SST",
3232
"params":
3333
{
3434
"IPAddress": "128.55.205.18",
3535
"Timeout": "3600",
3636
"Port": "50001",
37-
"TransportMode": "fast"
37+
"TransportMode": "fast",
38+
"OpenTimeoutSecs": "3600",
39+
"RegistrationMethod": "Screen"
3840
}
3941
},
4042
"transport_nersc_middleman":
@@ -43,13 +45,16 @@
4345
"nstep": 500,
4446
"datapath": "tmp_nersc_middleman",
4547
"channel_range": ["L0101-2408"],
46-
"engine": "BP4",
48+
"engine": "SST",
4749
"params":
4850
{
4951
"IPAddress": "128.55.205.18",
5052
"Timeout": "3600",
5153
"Port": "50001",
52-
"TransportMode": "fast"
54+
"TransportMode": "fast",
55+
"OpenTimeoutSecs": "3600",
56+
"RegistrationMethod": "File",
57+
"DataTransport": "WAN"
5358
}
5459
},
5560
"transport_nersc_workwithmiddleman":
@@ -58,13 +63,16 @@
5863
"nstep": 500,
5964
"datapath": "tmp_nersc_middleman",
6065
"channel_range": ["L0101-2408"],
61-
"engine": "BP4",
66+
"engine": "SST",
6267
"params":
6368
{
6469
"IPAddress": "128.55.205.18",
6570
"Timeout": "3600",
6671
"Port": "50001",
67-
"TransportMode": "fast"
72+
"TransportMode": "fast",
73+
"OpenTimeoutSecs": "3600",
74+
"RegistrationMethod": "File",
75+
"DataTransport": "WAN"
6876
}
6977
}
7078
}

0 commit comments

Comments
 (0)