Opened 9 years ago

Closed 9 years ago

Last modified 7 years ago

#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\" )
",

Change History (3)

comment:1 by Henning Kiel, 9 years ago

Could be a duplicate of #3897

comment:2 by Henning Kiel, 9 years ago

Resolution: fixed
Status: newclosed

fixed in 12b1336

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

Milestone: 1.10.0

Milestone deleted

Note: See TracTickets for help on using tickets.