Amaël Obliger

Results 3 comments of Amaël Obliger

Thx for the reply. Ok for the test part abouth the IterativeSolvers interface. I emphasize that I'm not using any complex numbers. Seems that there is a failure to recognize...

Also, we can consider the case of meta-programming, trying to execute ``` pkglist = ["Statistics","Revise"] for pkg in pkglist @eval using $(Symbol(pkg)) @eval println($pkg) end ``` inside `@everywhwere begin ......

I rapidly tried to write a macro combining `@everywhere` and a function similar to `include_string` which is used under the hood by `include` to mimic the behavior of `@everywhere include()`...