Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
oschulz
/
ParallelProcessingTools.jl
Public
Notifications
You must be signed in to change notification settings
Fork
5
Star
35
Code
Issues
0
Pull requests
4
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Lots of improvements
- #35
#35
Open
oschulz
wants to merge 24 commits into
main
oschulz/ParallelProcessingTools.jl:main
from
improvements
oschulz/ParallelProcessingTools.jl:improvements
Copy head branch name to clipboard
Conversation
Commits
24
(24)
Checks
Files changed
Open
Lots of improvements
#35
oschulz
wants to merge 24 commits into
main
oschulz/ParallelProcessingTools.jl:main
from
improvements
oschulz/ParallelProcessingTools.jl:improvements
Copy head branch name to clipboard
Commits
Commits on Jul 10, 2026
Fix `@always_everywhere` not running on current worker processes
Show description for 758ff95
oschulz
committed
758ff95
View commit details
Copy full SHA for 758ff95
Browse repository at this point
Fix deprecation replacements for workpartition and threadpartition
Show description for ecaca51
oschulz
committed
ecaca51
View commit details
Copy full SHA for ecaca51
Browse repository at this point
Fix read! on LockableIO forwarding to read instead of read!
Show description for 407fc6d
oschulz
committed
407fc6d
View commit details
Copy full SHA for 407fc6d
Browse repository at this point
Fix @onthreads for non-contiguous thread selections
Show description for 41d13e6
oschulz
committed
41d13e6
View commit details
Copy full SHA for 41d13e6
Browse repository at this point
Fix duplicated Julia flags in SLURM and HTCondor worker commands
Show description for 2adde6f
oschulz
committed
2adde6f
View commit details
Copy full SHA for 2adde6f
Browse repository at this point
Fix worker occupancy accounting in take!(::FlexWorkerPool)
Show description for 2135e4e
oschulz
committed
2135e4e
View commit details
Copy full SHA for 2135e4e
Browse repository at this point
Fix missing hard_limit default in non-Linux memory_limit!
Show description for 56b403a
oschulz
committed
56b403a
View commit details
Copy full SHA for 56b403a
Browse repository at this point
Rename write_files keyword cache_dirname to cache_dir
Show description for 8130a67
oschulz
committed
8130a67
View commit details
Copy full SHA for 8130a67
Browse repository at this point
Minor cleanups: log interpolation, dead code
Show description for eb9bff8
oschulz
committed
eb9bff8
View commit details
Copy full SHA for eb9bff8
Browse repository at this point
Fix docstrings and log messages
Show description for 288a550
oschulz
committed
288a550
View commit details
Copy full SHA for 288a550
Browse repository at this point
Expand test coverage
Show description for 99d04ac
oschulz
committed
99d04ac
View commit details
Copy full SHA for 99d04ac
Browse repository at this point
Expand test coverage further
Show description for e9840aa
oschulz
committed
e9840aa
View commit details
Copy full SHA for e9840aa
Browse repository at this point
Compute default addprocs parameters at runtime
Show description for 32c37dc
oschulz
committed
32c37dc
View commit details
Copy full SHA for 32c37dc
Browse repository at this point
Use @async instead of Threads.@async
Show description for c2f4ab4
oschulz
committed
c2f4ab4
View commit details
Copy full SHA for c2f4ab4
Browse repository at this point
Remove unreachable branch in _slurm_parse_shortopt
Show description for 88e18e1
oschulz
committed
88e18e1
View commit details
Copy full SHA for 88e18e1
Browse repository at this point
Remove stale test_readme_examples.jl
Show description for 4844a0e
oschulz
committed
4844a0e
View commit details
Copy full SHA for 4844a0e
Browse repository at this point
Support interactive threadpools in allthreads and ThreadLocal
Show description for 9e21c28
oschulz
committed
9e21c28
View commit details
Copy full SHA for 9e21c28
Browse repository at this point
Keep write_files test files in the test tempdir
Show description for acbf49f
oschulz
committed
acbf49f
View commit details
Copy full SHA for acbf49f
Browse repository at this point
Increase package version to v0.4.11
Show description for 2dd637f
oschulz
committed
2dd637f
View commit details
Copy full SHA for 2dd637f
Browse repository at this point
Parse SLURM/HTCondor memory sizes as Int64
Show description for 36c7150
oschulz
committed
36c7150
View commit details
Copy full SHA for 36c7150
Browse repository at this point
Pass explicit pattern to block-form @test_deprecated uses
Show description for 425382a
oschulz
committed
425382a
View commit details
Copy full SHA for 425382a
Browse repository at this point
Detect method ambiguities recursively in submodules
Show description for 9a57094
oschulz
committed
9a57094
View commit details
Copy full SHA for 9a57094
Browse repository at this point
Fix classic_addprocs ignoring its argument
Show description for eb3425f
oschulz
committed
eb3425f
View commit details
Copy full SHA for eb3425f
Browse repository at this point
Restructure the onworker retry engine
Show description for 99e50fd
oschulz
committed
99e50fd
View commit details
Copy full SHA for 99e50fd
Browse repository at this point
You can’t perform that action at this time.