Opened 9 years ago
Closed 9 years ago
#155 closed defect (fixed)
Problem to run in parallel with the check all option in the makefile
Reported by: | bguenet | Owned by: | somebody |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Driver files | Version: | trunc |
Keywords: | slowproc, parallel, check all | Cc: |
Description
When compiling with the check all options, the model stop in slowproc at line 3802. It corresponds to a write statement of the variable nix which is only calculated by the main proc. The other proc want to access to the nix value but they don't find it and the model stop. Just remove this line solve the problem.
Change History (2)
comment:1 Changed 9 years ago by jgipsl
comment:2 Changed 9 years ago by jgipsl
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Done in the trunk rev [2402]