Code Monkey home page Code Monkey logo

Comments (4)

sdwfrost avatar sdwfrost commented on June 10, 2024

Dear Viral,

Thanks...I would have posted a stacktrace, but I've no idea how
(backtrace() gives me a two pointer array) - I've tried googling but I
haven't found how as yet.

Best
Simon

On Thu, Aug 1, 2013 at 7:51 AM, Viral B. Shah [email protected]:

This is the stacktrace:

Program received signal SIGSEGV, Segmentation fault.
0x00007ffff1524450 in mkl_blas_cdotc ()
from /home/intel/composer_xe_2013.2.146/mkl/lib/intel64/libmkl_intel_thread.so
(gdb) bt
#0 0x00007ffff1524450 in mkl_blas_cdotc ()
from /home/intel/composer_xe_2013.2.146/mkl/lib/intel64/libmkl_intel_thread.so
#1 0x00007ffff0dd9e27 in cdotc_ ()
from /home/intel/composer_xe_2013.2.146/mkl/lib/intel64/libmkl_intel_ilp64.so
#2 0x00007ffff4e8399a in cdotc_ ()
from /home/intel/composer_xe_2013.2.146/mkl/lib/intel64/libmkl_rt.so
#3 0x00007fffee9c1e20 in cneupd_ () from /home/viral/julia-mkl/usr/bin/../lib/libarpack.so


Reply to this email directly or view it on GitHubhttps://github.com//issues/4#issuecomment-21918167
.

from klara.jl.

fredo-dedup avatar fredo-dedup commented on June 10, 2024

Sorry, but I'm not in a position to help you right now being away from my computer.

You may have better luck by trying : res = run(mymodel * RWM(0.1), steps=1000, burnin=100)

Or by using a prior version of the package because I may have broken things with my last commits.

from klara.jl.

sdwfrost avatar sdwfrost commented on June 10, 2024

Thanks, but this still throws the same error:

julia> res = run(mymodel * RWM(0.1), steps=1000, burnin=100)
ERROR: no method MCMCChain(Dict{Any,Any},Array{Float64,1},MCMCTask,Float64)
 in run at /home/simon/.julia/MCMC/src/runners/run.jl:17

julia> res = mymodel * RWM(0.1) * (100:1000) 
ERROR: no method MCMCChain(Dict{Any,Any},Array{Float64,1},MCMCTask,Float64)
 in run at /home/simon/.julia/MCMC/src/runners/run.jl:17
 in * at operators.jl:47

In MCMC.jl there is an outer constructor:

MCMCChain(s::Dict, t::MCMCTask, ti::Float64) = MCMCChain(s, Float64[], t, ti)

but this doesn't seem to correspond to the definition of MCMCChain:

type MCMCChain
    samples::Dict
    task::MCMCTask
    runTime::Float64
    misc::Dict               # dict for storing runner specific variables
end

from klara.jl.

papamarkou avatar papamarkou commented on June 10, 2024

@sdwfrost, the serial MCMC routines should work now (I tested the example you mentioned above) - just reverted back to the initial MCMCChain type definition, prior to the breakage caused by the unfinished sequential MCMC coding.

from klara.jl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.