Opened 10 years ago

Closed 10 years ago

#3009 closed defect (fixed)

Display the flags information in the selected log format

Reported by: Adeel Asghar Owned by: Lennart Ochel
Priority: high Milestone: 1.9.2
Component: Run-time Version: trunk
Keywords: Cc: Martin Sjölund

Description

The simulation executable should display the flags information in the selected log format otherwise OMEdit can't parse the output.

For example,

adeas31@IDA-LIU085 /c/Users/adeas31/AppData/Local/Temp/OpenModelica/OMEdit
$ M.exe -logFormat=xml -w -w   
stdout            | warning | each command line option can only be used once: -w
stdout            | info    | usage: c:\Users\adeas31\AppData\Local\Temp\OpenModelica\OMEdit\M.exe
|                 | |       | | <-abortSlowSimulation>
|                 | |       | |   aborts if the simulation chatters
|                 | |       | | <-alarm=value> or <-alarm value>
|                 | |       | |   aborts after the given number of seconds (0 disables)
|                 | |       | | <-clock=value> or <-clock value>
|                 | |       | |   selects the type of clock to use -clock=RT, -clock=CYC or -clock=CPU
|                 | |       | | <-cpu>
|                 | |       | |   dumps the cpu-time into the results-file
|                 | |       | | <-dasslJacobian=value> or <-dasslJacobian value>
|                 | |       | |   selects the type of the jacobians that is used for the dassl solver.

Change History (3)

comment:1 by Lennart Ochel, 10 years ago

Status: newaccepted

comment:2 by Lennart Ochel, 10 years ago

I solved this and will upload my changes as soon as I have a stable network connection again.

comment:3 by Lennart Ochel, 10 years ago

Resolution: fixed
Status: acceptedclosed

fixed in r23665

Note: See TracTickets for help on using tickets.