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

disallowed option #82

Merged
merged 3 commits into from
Jul 24, 2024
Merged

disallowed option #82

merged 3 commits into from
Jul 24, 2024

Conversation

carstenbauer
Copy link
Member

(Within a SLURM allocation that doesn't cover the entire node.)

julia> num_virtual_cores()
20

julia> gettopology(; reload=true, disallowed=true); # reload entire topology with flag set

julia> num_virtual_cores()
256

Closes #81

@carstenbauer
Copy link
Member Author

I take this opportunity and update our CI workflow to only test 1.10 (current stable release and new LTS) and pre-releases. Accordingly I update the julia compat to 1.10.

@carstenbauer carstenbauer merged commit bcb02ca into master Jul 24, 2024
20 checks passed
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.

Include disallowed (lstopo --disallowed)
1 participant