-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #166 from Circuitscape/parone
Parallelism one to all and all to one modes
- Loading branch information
Showing
6 changed files
with
55 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,3 +54,6 @@ mask_file = None | |
data_type = raster | ||
scenario = one-to-all | ||
|
||
parallelize = True | ||
max_parallel = 2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
ncols 5 | ||
nrows 5 | ||
xllcorner 100.0 | ||
yllcorner 100.0 | ||
cellsize 1e-05 | ||
NODATA_value -9999 | ||
1.000000045 1.000000001 0 0.006936449992 0.007007386738 | ||
0 0 0 0.1625126825 0.06968719376 | ||
1.000000153 0.3506553281 0.3803166712 1.000000346 0.2382088228 | ||
1.000000077 0.3543813388 0.3226857704 0.5950395401 0.5328237357 | ||
1.000000045 0.3448853945 0.1143419026 0 1.000000001 |