Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/JuliaLang/Distributed.jl

Create and control multiple Julia processes remotely for distributed computing. Ships as a Julia stdlib.
https://github.com/JuliaLang/Distributed.jl

Run Aqua tests if Aqua is installed

IanButterworth opened this pull request 9 days ago
Skip Aqua tests when running `make test-Distributed` locally

DilumAluthge opened this pull request 9 days ago
Fix inverted timedwait logic

IanButterworth opened this pull request 10 days ago
Don't use internal jl_set_const to create constants

Keno opened this pull request 12 days ago
Flaky test when multithreading

IanButterworth opened this issue 12 days ago
Export `remotecall_eval`

nickrobinson251 opened this pull request 12 days ago
Thread-safety improvements. Add tests with multiple threads. CI improvements.

JamesWrigley opened this pull request 14 days ago
Make excluded threadunsafe tests threadsafe

IanButterworth opened this pull request 16 days ago
Specialize remotecall_pool(remotecall) to wait for the remotecall

JamesWrigley opened this pull request 19 days ago
Fix a race condition in the tests

JamesWrigley opened this pull request about 1 month ago
Replace a timeout task with timedwait()

JamesWrigley opened this pull request about 1 month ago
Use julia-actions/cache in CI

JamesWrigley opened this pull request about 2 months ago
Reformat README and update development instructions

JamesWrigley opened this pull request about 2 months ago
CI failure when testing sending arrays

JamesWrigley opened this issue about 2 months ago
Bump codecov/codecov-action from 4 to 5

dependabot[bot] opened this pull request 2 months ago
Error if there is an space in `sshflags` "-i path_to_ssh_key"

davidbp opened this issue 2 months ago
Fix docstring of `@everywhere`

giordano opened this pull request 5 months ago
Adding better docs to exeflags kwarg

theogf opened this pull request 6 months ago
Implement Base.isempty(::RemoteChannel)

JamesWrigley opened this pull request 6 months ago
Add a `wait(::[Abstract]WorkerPool)`

fatteneder opened this pull request 7 months ago
Failure when run inside module

gbruer15 opened this issue 7 months ago
Error when using anonymous functions with kwargs

pablosanjose opened this issue 7 months ago
Use `SIGQUIT` instead of `SIGTERM`

staticfloat opened this pull request 8 months ago
Don't rely on implicit binding creation by setglobal

Keno opened this pull request 8 months ago
Moar threadsafe moar better

JamesWrigley opened this pull request 9 months ago
Fix RemoteChannel iterator interface

danielwe opened this pull request 10 months ago
Bump actions/checkout from 2 to 4

dependabot[bot] opened this pull request 10 months ago
Bump actions/cache from 1 to 4

dependabot[bot] opened this pull request 10 months ago
Bump julia-actions/setup-julia from 1 to 2

dependabot[bot] opened this pull request 10 months ago
Bump codecov/codecov-action from 1 to 4

dependabot[bot] opened this pull request 10 months ago
Fix markdown errors in README.md

LilithHafner opened this pull request 10 months ago
Add RemoteLogger

theogf opened this pull request 11 months ago
Guard rmprocs in tests to avoid warning. Fix leaky stderr from SIGTERM test.

IanButterworth opened this pull request 12 months ago
do not call worker_from_id with pid<1

samtkaplan opened this pull request 12 months ago
broken error handling in message_handler_loop

samtkaplan opened this issue 12 months ago
Add a wait(::[Abstract]WorkerPool) (with PR code)

vtjnash opened this issue 12 months ago
Create dependabot.yml

ViralBShah opened this pull request 12 months ago
do not lock up addprocs on worker setup errors (with PR)

vtjnash opened this issue 12 months ago
add RemoteLogger for distributed logging (with PR code)

vtjnash opened this issue 12 months ago
RFC: "for-loop" compliant @parallel for.... take 3 (with PR)

vtjnash opened this issue 12 months ago
Add warning about new workers not sharing a global state

evetion opened this pull request 12 months ago
Spurious `@spawnat` parallelism with single worker, single thread

lukas-weber opened this issue about 1 year ago
Uncaught failure or noisy test in julia CI

IanButterworth opened this issue about 1 year ago
SIGTERM test leaks stderr interrupt trace

PallHaraldsson opened this issue about 1 year ago
MKL_NUM_THREADS

akirakyle opened this issue about 1 year ago
tests: do not check all fields of UndefVarError for egal

vtjnash opened this pull request over 1 year ago
allow initiating peer to close stream gracefully

simeonschaub opened this pull request over 1 year ago
Underministic behavior of `addprocs()` of `SSHManager`

JonnyKong opened this issue over 1 year ago
docs: Add make script

jpsamaroo opened this pull request over 1 year ago
CI: Fix docs make.jl path

jpsamaroo opened this pull request over 1 year ago
CI: Remove unused script job step

jpsamaroo opened this pull request over 1 year ago
Thread safety improvements

jpsamaroo opened this pull request over 1 year ago
Add a README

jpsamaroo opened this pull request over 1 year ago
Add GHA CI

jpsamaroo opened this pull request over 1 year ago
Distributed.jl - possibility to use other Serialization libraries?

schlichtanders opened this issue over 1 year ago
Dynamic @distributed scheduling

tecosaur opened this issue over 1 year ago
[Distributed.jl] inconsistent serialization of closures over global vars

kleinschmidt opened this issue over 1 year ago
Can we have `bind(::RemoteChannel, ::Process)`?

NHDaly opened this issue almost 2 years ago
Allow @everywhere include(...) to override default path behavior

dlakelan opened this issue over 2 years ago
Distributed.jl should verify Julia version between primary-worker

Naikless opened this issue over 2 years ago
Documentation of Distributed.remotecall() misleading

torrance opened this issue almost 3 years ago
[feature request] Worker scheduler based on current load

MilesCranmer opened this issue over 3 years ago
Machine file example in documentation

junglegobs opened this issue over 3 years ago
access to undefined reference in Distributed tests

fredrikekre opened this issue almost 4 years ago
Concurrency violation on interplay between Distributed and Base.Threads

jonas-schulze opened this issue over 4 years ago
`pmap` still parallelizing after `rmprocs`?

pazner opened this issue over 4 years ago
intermittent warnings of forcibly interrupting busy workers

trathi05 opened this issue over 4 years ago
Calling pmap within threads hangs

OkonSamuel opened this issue over 4 years ago
need precompile statements re-enabled for `addprocs` (with PR)

non-Jedi opened this issue almost 5 years ago
feature request: @distributed_threads and pmap_threads

orenbenkiki opened this issue about 5 years ago
`@distributed` fails silently when lacking `@sync` or reduction

grahamas opened this issue about 5 years ago
fetch(remotecall(...)) does not throw when nprocs() == 1

tkf opened this issue over 5 years ago
Nested PMAP calls do not work

abx78 opened this issue over 5 years ago
Memory leak using shared arrays on cluster?

dominikkiese opened this issue over 5 years ago
`@distributed` fails on loops over iterators

dangirsh opened this issue about 6 years ago
pmap performance regression: pmap(x->f(x,y), X) creates copies of y

kaskarn opened this issue over 6 years ago
Order dependent module loading with `Distributed`

vchuravy opened this issue over 6 years ago
Showing SharedArray objects in a different host causes confusion.

usefulhyun opened this issue over 6 years ago
pmap feature request to facilitate dynamic scheduling

iwelch opened this issue almost 7 years ago
Distributed remote references + precompilation

quinnj opened this issue almost 7 years ago