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

Multithread implementation of the search #5

Open
savvas-paragkamian opened this issue Jan 11, 2022 · 2 comments
Open

Multithread implementation of the search #5

savvas-paragkamian opened this issue Jan 11, 2022 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@savvas-paragkamian
Copy link
Member

How to implement multithread option of the searches?

See the awk scripts that do text mining with awk

@savvas-paragkamian savvas-paragkamian added the enhancement New feature or request label Jan 11, 2022
@savvas-paragkamian savvas-paragkamian self-assigned this Jan 11, 2022
@savvas-paragkamian
Copy link
Member Author

He makes use of MPI language called Swift in order to call AWK script concurrently. Each thread of the HPC handles a specific file, this means that for the Batch partition up to 200 files can be handled simultaneously.

Batch is composed by 10 nodes each one with 20 cores and 128 GB RAM. A user can assign parallel jobs (either in a single node or across several nodes) to the batch partition.

@savvas-paragkamian
Copy link
Member Author

In an HPC environment I can use Job Arrays to call a process in each core. Independent processing jobs, see here for more info.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant