Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

multi.jl: worker finalization, remove :cmd, flush worker() info #4167

Merged
merged 2 commits into from
Aug 28, 2013

Conversation

nlhepler
Copy link
Contributor

Flushing here rids us of problems caused by buffering (recent STDOUT IOStream changes?). Additionally, we don't need :cmd anymore with the latest ClusterManagers.jl, and finalization lets us properly clean up after firing up a PBS/Torque or SGE instance (remove temporary working files, processes).

@nlhepler
Copy link
Contributor Author

please ignore this until I have a fix for the flush(Pipe) issue...

@Keno
Copy link
Member

Keno commented Aug 28, 2013

You can add flush(::Pipe) as a no-op. There's no buffering going on and as of lately we block the task until the write is done.

@nlhepler
Copy link
Contributor Author

Thanks! Done!

JeffBezanson added a commit that referenced this pull request Aug 28, 2013
multi.jl: worker finalization, remove :cmd, flush worker() info
@JeffBezanson JeffBezanson merged commit f80a4b1 into JuliaLang:master Aug 28, 2013
IanButterworth added a commit that referenced this pull request Mar 2, 2025
Stdlib: Pkg
URL: https://github.com/JuliaLang/Pkg.jl.git
Stdlib branch: master
Julia branch: master
Old commit: c54ee594d
New commit: 60e3185e3
Julia version: 1.13.0-DEV
Pkg version: 1.12.0(Does not match)
Bump invoked by: @IanButterworth
Powered by:
[BumpStdlibs.jl](https://github.com/JuliaLang/BumpStdlibs.jl)

Diff:
JuliaLang/Pkg.jl@c54ee59...60e3185

```
$ git log --oneline c54ee594d..60e3185e3
60e3185e3 Test fix: handle if tested Pkg is shipped version (#4182)
61115bee7 fix the right temp dir (#4181)
6fa32d5c3 use temp dir on same filesystem for source install (#4180)
cf6191bfa Pidlock source and artifact installation. Registry pidlock fixes. (#4168)
2779d42f4 Update toml-files.md (#4177)
f5174898e Changed Pkg.test to prioritise julia_args --threads over current process threads (#4141)
14831edf4 enable windows tree_hash checking (#4167)
92595ec67 Add more tests for BinaryBuilder usage (#4156)
```

Co-authored-by: IanButterworth <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants