- Index
- » Users
- » mabu
- » Profile
Posts
Posts
It is still the same error. But I can change to euler (forward I guess?) and it will work. I know it means
less accuracy, but I have never heard of DASSL before. What kind of integration method is it?
Still, thanks for the work sjoelund.se! I have no idea why I have this error and why you can not reproduce it,
so I do not know if there is a way for further investigations. Please tell me what kind of data I can send to
you...
Happy eastern to you!
Code:
DASSL-- SOME ELEMENT OF INFO VECTOR IS NOT ZERO OR ONE
stdout | warning | The code has encountered trouble from which it cannot recover.
stdout | warning | can't continue. time = 0.006000
stdout | info | model terminate | Integrator failed. | Simulation terminated at time 0.006
LOG_STATS | info | ### STATISTICS ###
LOG_STATS | info | timer
| | | | | 0.00125966s [ 55.8%] pre-initialization
| | | | | 0.000697574s [ 30.9%] initialization
| | | | | 0.000175581s [ 7.8%] steps
| | | | | 0.00127572s [ 56.6%] creating output-file
| | | | | 1.676e-06s [ 0.1%] event-handling
| | | | | 1.0336e-05s [ 0.5%] overhead
| | | | | 0.0022558s [100.0%] simulation
LOG_STATS | info | events
| | | | | 0 state events
| | | | | 0 sample events
LOG_STATS | info | solver
| | | | | 0 steps taken
| | | | | 0 calls of functionODE
| | | | | 0 evaluations of jacobian
| | | | | 0 error test failures
| | | | | 0 convergence test failures
LOG_STATS | info | ### END STATISTICS ###
OMShell Copyright 1997-2013, Open Source Modelica Consortium (OSMC)
Distributed under OMSC-PL and GPL, see www.openmodelica.org
To get help on using OMShell and OpenModelica, type "help()" and press enter
Started server using:omc +d=interactive > /tmp/omshell.log 2>&1 &
>>> checkSettings()
record OpenModelica.Scripting.CheckSettingsResult
OPENMODELICAHOME = "/usr/local",
OPENMODELICALIBRARY = "/usr/local/lib/omlibrary:/home/mathias/.openmodelica/libraries/",
OMC_PATH = "/usr/local/bin/omc",
SYSTEM_PATH = "/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/bin/core_perl:/opt/qt/bin:/usr/lib/qt4/bin",
OMDEV_PATH = "",
OMC_FOUND = true,
MODELICAUSERCFLAGS = "",
WORKING_DIRECTORY = "/home/mathias",
CREATE_FILE_WORKS = true,
REMOVE_FILE_WORKS = true,
OS = "linux",
SYSTEM_INFO = "Linux laptop 3.8.4-1-ARCH #1 SMP PREEMPT Wed Mar 20 22:10:25 CET 2013 x86_64 GNU/Linux
",
RTLIBS = " -lrt -lgc -fopenmp -llapack -lpthread",
C_COMPILER = "gcc",
C_COMPILER_VERSION = "Es werden eingebaute Spezifikationen verwendet.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-unknown-linux-gnu/4.7.2/lto-wrapper
Ziel: x86_64-unknown-linux-gnu
Konfiguriert mit: /build/src/gcc-4.7.2/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --enable-libstdcxx-time --enable-gnu-unique-object --enable-linker-build-id --with-ppl --enable-cloog-backend=isl --disable-ppl-version-check --disable-cloog-version-check --enable-lto --enable-gold --enable-ld=default --enable-plugin --with-plugin-ld=ld.gold --with-linker-hash-style=gnu --enable-multilib --disable-libssp --disable-build-with-cxx --disable-build-poststage1-with-cxx --enable-checking=release
Thread-Modell: posix
gcc-Version 4.7.2 (GCC)
",
C_COMPILER_RESPONDING = true,
HAVE_CORBA = true,
CONFIGURE_CMDLINE = "Configured 2013-03-29 14:46:31 using arguments: '--with-omniORB --without-paradiseo --prefix=/usr/local'"
end OpenModelica.Scripting.CheckSettingsResult;
>>>
The sentence "Es werden eingebaute Spezifikationen verwendet." tells the user that buildin specifications are used.
Hey!
I just downloaded the latest OM code from svn and compiled it on archlinux kernel 3.8.4 x86_64 with
g++ 4.7.2
./configure --with-omniORB --without-paradiseo
I tried it with paradisEO 1.3/1.4 beta and 2.0.1 (I know 2.0 is unsupported) but it seems like there are
too many comiler errors due to the original code itself... So I had to add the extra flag ...
Everything works (OMShell, OMEdit, OMNotebook, ...) but not a single code can be simulated! In
general the error starts like:
DASSL-- SOME ELEMENT OF INFO VECTOR IS NOT ZERO OR ONE
stdout | warning | The code has encountered trouble from which it cannot recover.
I have no clue where to start on debugging this demon at all and would appreciate
any helpful advices as I need this to run on my laptop soon. Lately I used a different machine
with ubuntu (works like a charm) but I can not change my whole system just because of OM!
build/bin did not exist. After creating it by myself the makefile runs just fine!
Still there were some error about the boost lib, openscenegraph, gtkgl ...
But in the end I think it will all went through. It compiles for ages and is still
busy...
Thanks sjoelund.se for the reply!
Hey! I have some trouble compiling OpenModelica on my machine.
I hope somebody can help me to solve this issue. I have no clue
why there is an error before compiling...
- Index
- » Users
- » mabu
- » Profile