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

Add Clingo threading support #35

Open
sahil1105 opened this issue Aug 3, 2020 · 0 comments
Open

Add Clingo threading support #35

sahil1105 opened this issue Aug 3, 2020 · 0 comments
Assignees

Comments

@sahil1105
Copy link
Collaborator

Add an option to run clingo operations using multiple threads using the -t flag.
e.g.

clingo -n0 foo.pl -t8

would run clingo on foo.pl with 8 threads, potentially speeding up the computation significantly.
Would go in the run_clingo(..) function most likely. Will also need to add this flag to the NB-extension.

@sahil1105 sahil1105 self-assigned this Aug 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant