2 | | ```bash |
3 | | Tue Sep 04 14:52:49 2018 | info: Initializing logging (OMSimulator v2.0.0-dev-596-gf3c4549-linux) |
4 | | Tue Sep 04 14:52:49 2018 | info: New temp directory has been created: "./temp/" |
5 | | Tue Sep 04 14:52:49 2018 | info: New temp directory: "/mnt/c/Users/lenna/Desktop/5103/temp" |
6 | | Tue Sep 04 14:52:50 2018 | warning: No solver instance is assigned to FMU "Lander"; A default solver will be selected: internal |
7 | | Tue Sep 04 14:52:50 2018 | warning: No solver instance is assigned to FMU "World"; A default solver will be selected: internal |
8 | | Tue Sep 04 14:52:50 2018 | warning: Alg. loop (size 3) |
9 | | Tue Sep 04 14:52:50 2018 | error: CompositeModel::solveAlgLoop: max. number of iterations (10) exceeded at time = 0.000000 |
10 | | Tue Sep 04 14:52:50 2018 | info: Result file: results.mat (bufferSize=1) |
11 | | Tue Sep 04 14:52:50 2018 | error: failed to fetch variable Lander:u |
12 | | Tue Sep 04 14:52:50 2018 | error: Failed to log simulation results |
13 | | Tue Sep 04 14:52:50 2018 | error: failed to fetch variable Lander:u |
14 | | Tue Sep 04 14:52:50 2018 | error: Failed to log simulation results |
15 | | Tue Sep 04 14:52:50 2018 | info: Removed model from scope: model |
16 | | Tue Sep 04 14:52:50 2018 | info: Logging completed properly |
17 | | ``` |
| 2 | {{{#!bash |
| 3 | info: Initializing logging (OMSimulator v2.0.0-dev-596-gf3c4549-linux) |
| 4 | info: New temp directory has been created: "./temp/" |
| 5 | info: New temp directory: "/tests/5103/temp" |
| 6 | warning: No solver instance is assigned to FMU "Lander"; A default solver will be selected: internal |
| 7 | warning: No solver instance is assigned to FMU "World"; A default solver will be selected: internal |
| 8 | warning: Alg. loop (size 3) |
| 9 | error: CompositeModel::solveAlgLoop: max. number of iterations (10) exceeded at time = 0.000000 |
| 10 | info: Result file: results.mat (bufferSize=1) |
| 11 | error: failed to fetch variable Lander:u |
| 12 | error: Failed to log simulation results |
| 13 | error: failed to fetch variable Lander:u |
| 14 | error: Failed to log simulation results |
| 15 | info: Removed model from scope: model |
| 16 | info: Logging completed properly |
| 17 | }}} |