Skip to content

Commit

Permalink
update on config file
Browse files Browse the repository at this point in the history
  • Loading branch information
jychoi-hpc committed Dec 3, 2020
1 parent 77afb75 commit 799c21f
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions configs/test_brute.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"Timeout": "60",
"OneToOneMode": "TRUE",
"OpenTimeoutSecs": "600"},
"nstep": 100,
"nstep": 500,
"batch_size": 10000,
"resultspath": "./",

Expand All @@ -28,13 +28,15 @@
"nstep": 500,
"datapath": "tmp_nersc",
"channel_range": ["L0101-2408"],
"engine": "BP4",
"engine": "SST",
"params":
{
"IPAddress": "128.55.205.18",
"Timeout": "3600",
"Port": "50001",
"TransportMode": "fast"
"TransportMode": "fast",
"OpenTimeoutSecs": "3600",
"RegistrationMethod": "Screen"
}
},
"transport_nersc_middleman":
Expand All @@ -43,13 +45,16 @@
"nstep": 500,
"datapath": "tmp_nersc_middleman",
"channel_range": ["L0101-2408"],
"engine": "BP4",
"engine": "SST",
"params":
{
"IPAddress": "128.55.205.18",
"Timeout": "3600",
"Port": "50001",
"TransportMode": "fast"
"TransportMode": "fast",
"OpenTimeoutSecs": "3600",
"RegistrationMethod": "File",
"DataTransport": "WAN"
}
},
"transport_nersc_workwithmiddleman":
Expand All @@ -58,13 +63,16 @@
"nstep": 500,
"datapath": "tmp_nersc_middleman",
"channel_range": ["L0101-2408"],
"engine": "BP4",
"engine": "SST",
"params":
{
"IPAddress": "128.55.205.18",
"Timeout": "3600",
"Port": "50001",
"TransportMode": "fast"
"TransportMode": "fast",
"OpenTimeoutSecs": "3600",
"RegistrationMethod": "File",
"DataTransport": "WAN"
}
}
}

0 comments on commit 799c21f

Please sign in to comment.