#3900 closed defect (fixed)
Cannot simulate() on OS X
| Reported by: | Henning Kiel | Owned by: | Martin Sjölund |
|---|---|---|---|
| Priority: | blocker | Milestone: | |
| Component: | Third-Party Libraries | Version: | v1.10.0-dev-nightly |
| Keywords: | Cc: | Martin Sjölund, Adrian Pop |
Description
Since some days I cannot simulate any longer on OS X.
Dyld complains about not loading libamd.dylib (from libumfpack.dylib), beause of "image not found". However, libamd.dylib exists and looks like it should contain stuff...
record SimulationResult
resultFile = "",
simulationOptions = "startTime = 0.0, stopTime = 1.0, numberOfIntervals = 1000, tolerance = 1e-06, method = 'dassl', fileNamePrefix = 'ScalableTestSuite.Electrical.DistributionSystemDC.ScaledExperiments.DistributionSystemModelica_N_14_M_14', options = '', outputFormat = 'mat', variableFilter = '.*', cflags = '', simflags = ''",
messages = "Simulation execution failed for model: ScalableTestSuite.Electrical.DistributionSystemDC.ScaledExperiments.DistributionSystemModelica_N_14_M_14
dyld: Library not loaded: libamd.dylib
Referenced from: /Users/x/src/OpenModelica/build/lib/x86_64-darwin15.3.0/omc/libumfpack.dylib
Reason: image not found
/bin/sh: line 1: 20671 Trace/BPT trap: 5 ( \"/Users/x/src/OpenModelica/ScalableTestSuite.Electrical.DistributionSystemDC.ScaledExperiments.DistributionSystemModelica_N_14_M_14\" )
",
Note:
See TracTickets
for help on using tickets.

Could be a duplicate of #3897