CMAP-REPOS / cmap_csvm

CMAP's commercial services vehicle model source code
1 stars 0 forks source link

Changing number of cores produces errors #33

Closed nrferguson closed 2 years ago

nrferguson commented 2 years ago

While testing release 0.3 on CMAP modeling servers, we found that with USER_PROCESSOR_CORES set to '1L' there are no issues. However, if the variable is changed, the error messages below are produced.

'8L'

Capture8

'4L'

Capture4

'2L' Capture2

ColSmith76 commented 2 years ago

@nrferguson thanks for the error report, we'll look at this as we update the CV model components

ColSmith76 commented 2 years ago

Error due to temporarily for testing returning a list of all intermediate tables from CV model as well as the final output table, not handled correctly by parallel when it added together the outputs from the parallel process (can only reassemble a single table that has been split into chunks). Updated to final version with just the final output table and error is resolved.