-
Notifications
You must be signed in to change notification settings - Fork 37
Description
I am encountering two issues while using Circuitscape 5.12.3 on Linux with Julia 1.7.
When running the "oneToAllVerify2.ini" test file, the output is consistently missing the "allToOneVerify2_resistances.out" resistance file, which is crucial for my subsequent work.
During the installation of Circuitscape 5.12.3, I encountered the following error:
could not import Circuitscape.compute_mklpardiso into Main
Environment:
Software Version: Circuitscape 5.12.3
Operating System: Linux
Julia Version: 1.7
Steps to Reproduce:
Install Circuitscape 5.12.3 with Julia 1.7 on Linux.
Run the "oneToAllVerify2.ini" test file.
Observe the missing "allToOneVerify2_resistances.out" file in the output.
Encounter the error during installation: "could not import Circuitscape.compute_mklpardiso into Main".
Expected Behavior:
The "allToOneVerify2_resistances.out" file should be generated in the output.
The installation should proceed without the "could not import" error.
Actual Behavior:
The output is missing the "allToOneVerify2_resistances.out" file.
The error "could not import Circuitscape.compute_mklpardiso into Main" appears during installation.
Additional Information:
I suspect that these issues may be related to an incorrect installation. I am using parallel processing on Linux, and I would appreciate any guidance on ensuring all files are correctly output.
Suggested Solutions:
Any advice or suggestions to resolve these issues would be greatly appreciated.

