Opened 12 years ago

Closed 12 years ago

#1895 closed enhancement (fixed)

Error building simulator

Reported by: julian.wyszynski Owned by: Jens Frenkel
Priority: high Milestone: 1.9.0
Component: Backend Version: trunk
Keywords: Cc:

Description

The attached model gives out the Error:
Error building simulator. Buildlog: gcc -falign-functions -msse2 -mfpmath=sse -I\"C:/OpenModelica1.9.0//include/omc\" -I. -L\"U:/Ordner/delay_n_differentialequation\" -c -o delay_n_differentialequation.o

Attachments (1)

delay_n_differentialequation.mo (653 bytes ) - added by julian.wyszynski 12 years ago.
model showing error

Download all attachments as: .zip

Change History (6)

by julian.wyszynski, 12 years ago

model showing error

comment:1 by Martin Sjölund, 12 years ago

Owner: changed from somebody to Martin Sjölund
Status: newaccepted

comment:2 by Martin Sjölund, 12 years ago

Component: BackendCode Generation

comment:3 by Martin Sjölund, 12 years ago

Component: Code GenerationBackend
Owner: changed from Martin Sjölund to Jens Frenkel
Status: acceptedassigned

Partially fixed in r13473 (the codegen issue for reductions). However, there are assertions generated that 1/j is valid input. Even though j is always positive... And j is a reduction index which cannot be accessed outside the reduction...

comment:4 by Jens Frenkel, 12 years ago

Type: defectenhancement
  • this could be avoided if the variables of the for loop are considered with there min/max value.

comment:5 by Jens Frenkel, 12 years ago

Resolution: fixed
Status: assignedclosed
Version: trunk
Note: See TracTickets for help on using tickets.