It is not possible to run your code since it requires an external file
"run_random_2.jl" which you did not include. Do you have no backtrace
from the calculation? The backtrace would have told you which line
number was causing the error.

You will probably find it more helpful to post a minimal code snippet
that exhibits the problem rather than your entire code. It's good
etiquette since otherwise anyone who wants to help you has to wade
through hundreds of lines of code for no good reason.

Thanks,

Jiahao Chen
Staff Research Scientist
MIT Computer Science and Artificial Intelligence Laboratory


On Tue, Mar 10, 2015 at 12:48 AM, Maxwell <[email protected]> wrote:
> Hello folks,
>
> I am trying to run a little bootstrap in Julia using pmap and I am getting
> the following error from each process:
>
> fatal error on fatal error on fatal error on fatal error on fatal error on
> fatal error on fatal error on fatal error on fatal error on fatal error on
> fatal error on fatal error on fatal error on fatal error on fatal error on
> 2141612: : : : 46: : 8: 91071131315: : : : : : : 5: ERROR: `convert` has no
> method matching convert(::Type{Int64...}, ::Int64)
> ERROR: `convert` has no method matching convert(::Type{Int64...}, ::Int64)
> ERROR: `convert` has no method matching convert(::Type{Int64...}, ::Int64)
> ERROR: `convert` has no method matching convert(::Type{Int64...}, ::Int64)
> ERROR: `convert` has no method matching convert(::Type{Int64...}, ::Int64)
>
> However, running the code for one case works just perfectly. I am been
> scratching my head about this for few days now. Any help will be greatly
> appreciated.
> Find attached my code.
>
> Thanks.
>
>
>
>
>               _
>    _       _ _(_)_     |  A fresh approach to technical computing
>   (_)     | (_) (_)    |  Documentation: http://docs.julialang.org
>    _ _   _| |_  __ _   |  Type "help()" for help.
>   | | | | | | |/ _` |  |
>   | | |_| | | | (_| |  |  Version 0.3.6
>  _/ |\__'_|_|_|\__'_|  |
> |__/                   |  x86_64-redhat-linux
>
>

Reply via email to