You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The zonation run will fail upon initiation of the corridor loss penalty at any give top percent when using multi-threading. I'm trying to run a very large model and make use of multi-threading to reduce processing times. I am also trying to use the corridor loss penalty feature, implementing the penalty at 75%. However, it appears that initiating the CLP at any given top percent and using multi-threading simultaneously is not possible-- the runs fail every time. I'm assuming this has to do with the way the code allocates memory? Is there any way to implement the CLP using "start at top percentage" while also multi-threading?
The text was updated successfully, but these errors were encountered:
The zonation run will fail upon initiation of the corridor loss penalty at any give top percent when using multi-threading. I'm trying to run a very large model and make use of multi-threading to reduce processing times. I am also trying to use the corridor loss penalty feature, implementing the penalty at 75%. However, it appears that initiating the CLP at any given top percent and using multi-threading simultaneously is not possible-- the runs fail every time. I'm assuming this has to do with the way the code allocates memory? Is there any way to implement the CLP using "start at top percentage" while also multi-threading?
The text was updated successfully, but these errors were encountered: