Skip to content

Parallel calculation for cases with polygons #148

Open
@richardurs

Description

@richardurs

Hi,

I'm using Circuitscape.jl on my 4 core PC. Even if I configure max_parallel = 8 the calculation of solving pairs it's always using just one task. It even doesn't seem to be faster than the normal Circuitscape 4.05 Tool. I'm not sure about what I'm doing wrong. My ini File looks like that:

`[Options for advanced mode]
ground_file_is_resistances = True
remove_src_or_gnd = keepall
ground_file = (Browse for a ground point file)
use_unit_currents = False
source_file = (Browse for a current source file)
use_direct_grounds = False

[Mask file]
mask_file = None
use_mask = False

[Calculation options]
low_memory_mode = False
parallelize = True
solver = cholmod
print_timings = False
preemptive_memory_release = False
print_rusages = False
max_parallel = 8
precision = float

[Short circuit regions (aka polygons)]
polygon_file = (Browse for a short-circuit region file)
use_polygons = False

[Options for one-to-all and all-to-one modes]
use_variable_source_strengths = False
variable_source_file = None

[Output options]
set_null_currents_to_nodata = False
set_focal_node_currents_to_zero = False
set_null_voltages_to_nodata = False
compress_grids = False
write_cur_maps = 1
write_volt_maps = False
output_file = S:/Projekte/001 ALG/Ökologische Infrastruktur/Circuitscape/150m/150m.out
write_cum_cur_map_only = False
log_transform_maps = False
write_max_cur_maps = False

[Version]
version = 4.0.5

[Options for reclassification of habitat data]
reclass_file = (Browse for file with reclassification data)
use_reclass_table = False

[Logging Options]
log_level = INFO
log_file = S:/Projekte/001 ALG/Ökologische Infrastruktur/Circuitscape/150m/150m.log
profiler_log_file = None
screenprint_log = False

[Options for pairwise and one-to-all and all-to-one modes]
included_pairs_file = (Browse for a file with pairs to include or exclude)
use_included_pairs = False
point_file = C:/OekologischeInfrastruktur/AnalyseFunktionalitaet/Geoprocessing/metaobjektegildearaster_buffered_150.asc

[Connection scheme for raster habitat data]
connect_using_avg_resistances = False
connect_four_neighbors_only = True

[Habitat raster or graph]
habitat_map_is_resistances = False
habitat_file = C:/OekologischeInfrastruktur/AnalyseFunktionalitaet/Geoprocessing/1576_druchlaessigkeit_gilde_a_150.asc

[Circuitscape mode]
data_type = raster
scenario = pairwise

`

I'm hopefuly looking forward someone can help me.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions