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
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
DilumAluthge opened this pull request 9 days ago
Fix inverted timedwait logic
IanButterworth opened this pull request 10 days ago
IanButterworth opened this pull request 10 days ago
Fix ambiguity in remotecall_pool specialized for remotecall. Add test. Add Aqua tests.
IanButterworth opened this pull request 10 days ago
IanButterworth opened this pull request 10 days ago
Move away from using sticky tasks to avoid races (`@async` -> `@spawn`)
IanButterworth opened this issue 10 days ago
IanButterworth opened this issue 10 days ago
Don't use internal jl_set_const to create constants
Keno opened this pull request 12 days ago
Keno opened this pull request 12 days ago
Flaky test when multithreading
IanButterworth opened this issue 12 days ago
IanButterworth opened this issue 12 days ago
Export `remotecall_eval`
nickrobinson251 opened this pull request 12 days ago
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
JamesWrigley opened this pull request 14 days ago
Make excluded threadunsafe tests threadsafe
IanButterworth opened this pull request 16 days ago
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
JamesWrigley opened this pull request 19 days ago
Handle multiple workers added on a node with the bind port specified
JamesWrigley opened this issue 30 days ago
JamesWrigley opened this issue 30 days ago
Fix a race condition in the tests
JamesWrigley opened this pull request about 1 month ago
JamesWrigley opened this pull request about 1 month ago
Replace a timeout task with timedwait()
JamesWrigley opened this pull request about 1 month ago
JamesWrigley opened this pull request about 1 month ago
Use julia-actions/cache in CI
JamesWrigley opened this pull request about 2 months ago
JamesWrigley opened this pull request about 2 months ago
Reformat README and update development instructions
JamesWrigley opened this pull request about 2 months ago
JamesWrigley opened this pull request about 2 months ago
CI failure when testing sending arrays
JamesWrigley opened this issue about 2 months ago
JamesWrigley opened this issue about 2 months ago
Instructions for using development version of the package in the README
ViralBShah opened this issue 2 months ago
ViralBShah opened this issue 2 months ago
Bump codecov/codecov-action from 4 to 5
dependabot[bot] opened this pull request 2 months ago
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
davidbp opened this issue 2 months ago
Fix docstring of `@everywhere`
giordano opened this pull request 5 months ago
giordano opened this pull request 5 months ago
Guidelines for Concurrent File I/O in Distributed Julia with BGZFStream and File-Level Locks
abhinavsns opened this issue 6 months ago
abhinavsns opened this issue 6 months ago
Adding better docs to exeflags kwarg
theogf opened this pull request 6 months ago
theogf opened this pull request 6 months ago
Implement Base.isempty(::RemoteChannel)
JamesWrigley opened this pull request 6 months ago
JamesWrigley opened this pull request 6 months ago
Add a `wait(::[Abstract]WorkerPool)`
fatteneder opened this pull request 7 months ago
fatteneder opened this pull request 7 months ago
Failure when run inside module
gbruer15 opened this issue 7 months ago
gbruer15 opened this issue 7 months ago
Error when using anonymous functions with kwargs
pablosanjose opened this issue 7 months ago
pablosanjose opened this issue 7 months ago
Use `SIGQUIT` instead of `SIGTERM`
staticfloat opened this pull request 8 months ago
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
Keno opened this pull request 8 months ago
Moar threadsafe moar better
JamesWrigley opened this pull request 9 months ago
JamesWrigley opened this pull request 9 months ago
Fix RemoteChannel iterator interface
danielwe opened this pull request 10 months ago
danielwe opened this pull request 10 months ago
Bump actions/checkout from 2 to 4
dependabot[bot] opened this pull request 10 months ago
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
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
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
dependabot[bot] opened this pull request 10 months ago
Fix markdown errors in README.md
LilithHafner opened this pull request 10 months ago
LilithHafner opened this pull request 10 months ago
Add RemoteLogger
theogf opened this pull request 11 months ago
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
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
samtkaplan opened this pull request 12 months ago
broken error handling in message_handler_loop
samtkaplan opened this issue 12 months ago
samtkaplan opened this issue 12 months ago
Add a wait(::[Abstract]WorkerPool) (with PR code)
vtjnash opened this issue 12 months ago
vtjnash opened this issue 12 months ago
Create dependabot.yml
ViralBShah opened this pull request 12 months ago
ViralBShah opened this pull request 12 months ago
RFC: Make addprocs() safe for reuse (i.e. doesn't request more processes if re-called) (with PR)
vtjnash opened this issue 12 months ago
vtjnash opened this issue 12 months ago
do not lock up addprocs on worker setup errors (with PR)
vtjnash opened this issue 12 months ago
vtjnash opened this issue 12 months ago
add RemoteLogger for distributed logging (with PR code)
vtjnash opened this issue 12 months ago
vtjnash opened this issue 12 months ago
Use a custom hashing function for remotecall_fetch to mitigate #48 (with PR).
vtjnash opened this issue 12 months ago
vtjnash opened this issue 12 months ago
RFC: "for-loop" compliant @parallel for.... take 3 (with PR)
vtjnash opened this issue 12 months ago
vtjnash opened this issue 12 months ago
improve pmap code for arrays, with type/shape of result the same as map (with PR)
vtjnash opened this issue 12 months ago
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
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
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
IanButterworth opened this issue about 1 year ago
SIGTERM test leaks stderr interrupt trace
PallHaraldsson opened this issue about 1 year ago
PallHaraldsson opened this issue about 1 year ago
MKL_NUM_THREADS
akirakyle opened this issue about 1 year ago
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
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
simeonschaub opened this pull request over 1 year ago
Underministic behavior of `addprocs()` of `SSHManager`
JonnyKong opened this issue over 1 year ago
JonnyKong opened this issue over 1 year ago
docs: Add make script
jpsamaroo opened this pull request over 1 year ago
jpsamaroo opened this pull request over 1 year ago
CI: Fix docs make.jl path
jpsamaroo opened this pull request over 1 year ago
jpsamaroo opened this pull request over 1 year ago
CI: Remove unused script job step
jpsamaroo opened this pull request over 1 year ago
jpsamaroo opened this pull request over 1 year ago
Thread safety improvements
jpsamaroo opened this pull request over 1 year ago
jpsamaroo opened this pull request over 1 year ago
Add a README
jpsamaroo opened this pull request over 1 year ago
jpsamaroo opened this pull request over 1 year ago
Add GHA CI
jpsamaroo opened this pull request over 1 year ago
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
schlichtanders opened this issue over 1 year ago
Dynamic @distributed scheduling
tecosaur opened this issue over 1 year ago
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
kleinschmidt opened this issue over 1 year ago
Can we have `bind(::RemoteChannel, ::Process)`?
NHDaly opened this issue almost 2 years ago
NHDaly opened this issue almost 2 years ago
`isready(::AbstractWorkerPool)` is inconsistent with whether `take!` will block
kleinschmidt opened this issue about 2 years ago
kleinschmidt opened this issue about 2 years ago
Distributed worker manager doesn't use socket connection to infer worker ip
Moelf opened this issue over 2 years ago
Moelf opened this issue over 2 years ago
Allow @everywhere include(...) to override default path behavior
dlakelan opened this issue over 2 years ago
dlakelan opened this issue over 2 years ago
Could `@everywhere` support using macros from packages that are loaded in the same block?
oxinabox opened this issue over 2 years ago
oxinabox opened this issue over 2 years ago
Distributed.jl should verify Julia version between primary-worker
Naikless opened this issue over 2 years ago
Naikless opened this issue over 2 years ago
Documentation of Distributed.remotecall() misleading
torrance opened this issue almost 3 years ago
torrance opened this issue almost 3 years ago
Loading/precompiling packages requires them to be available on Distributed workers
Uroc327 opened this issue almost 3 years ago
Uroc327 opened this issue almost 3 years ago
Use `ExceptionStack` instead of `CapturedException` for Distributed and `asyncmap`
vchuravy opened this issue about 3 years ago
vchuravy opened this issue about 3 years ago
Possible bug when using both processes and threads, and dynamic remote channels between them
orenbenkiki opened this issue over 3 years ago
orenbenkiki opened this issue over 3 years ago
[feature request] Worker scheduler based on current load
MilesCranmer opened this issue over 3 years ago
MilesCranmer opened this issue over 3 years ago
Machine file example in documentation
junglegobs opened this issue over 3 years ago
junglegobs opened this issue over 3 years ago
access to undefined reference in Distributed tests
fredrikekre opened this issue almost 4 years ago
fredrikekre opened this issue almost 4 years ago
`remote_do` won't print exception to `stderr` when running a function on the master process
vancleve opened this issue about 4 years ago
vancleve opened this issue about 4 years ago
Concurrency violation on interplay between Distributed and Base.Threads
jonas-schulze opened this issue over 4 years ago
jonas-schulze opened this issue over 4 years ago
`pmap` still parallelizing after `rmprocs`?
pazner opened this issue over 4 years ago
pazner opened this issue over 4 years ago
intermittent warnings of forcibly interrupting busy workers
trathi05 opened this issue over 4 years ago
trathi05 opened this issue over 4 years ago
Calling pmap within threads hangs
OkonSamuel opened this issue over 4 years ago
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
non-Jedi opened this issue almost 5 years ago
global constant not automatically transferred along with function call
pmcvay opened this issue almost 5 years ago
pmcvay opened this issue almost 5 years ago
feature request: @distributed_threads and pmap_threads
orenbenkiki opened this issue about 5 years ago
orenbenkiki opened this issue about 5 years ago
`@distributed` fails silently when lacking `@sync` or reduction
grahamas opened this issue about 5 years ago
grahamas opened this issue about 5 years ago
Surprising and undocumented `import` handling in `Distributed.@everywhere`
mwallerb opened this issue about 5 years ago
mwallerb opened this issue about 5 years ago
Distributed docs are a bit contradictory as to if it loads packages you are `using` on the manager process
oxinabox opened this issue over 5 years ago
oxinabox opened this issue over 5 years ago
fetch(remotecall(...)) does not throw when nprocs() == 1
tkf opened this issue over 5 years ago
tkf opened this issue over 5 years ago
Nested PMAP calls do not work
abx78 opened this issue over 5 years ago
abx78 opened this issue over 5 years ago
Memory leak using shared arrays on cluster?
dominikkiese opened this issue over 5 years ago
dominikkiese opened this issue over 5 years ago
Anonymous functions with keyword arguments not automatically shipped to remote workers
marius311 opened this issue almost 6 years ago
marius311 opened this issue almost 6 years ago
`Distributed.send_msg()` silently drops messages containing methods not defined on workers
staticfloat opened this issue about 6 years ago
staticfloat opened this issue about 6 years ago
`@distributed` fails on loops over iterators
dangirsh opened this issue about 6 years ago
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
kaskarn opened this issue over 6 years ago
Order dependent module loading with `Distributed`
vchuravy opened this issue over 6 years ago
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
usefulhyun opened this issue over 6 years ago
pmap feature request to facilitate dynamic scheduling
iwelch opened this issue almost 7 years ago
iwelch opened this issue almost 7 years ago
Distributed remote references + precompilation
quinnj opened this issue almost 7 years ago
quinnj opened this issue almost 7 years ago