Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mattheww95 committed Jul 3, 2024
1 parent 6d281db commit dfb1aa4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@


# Pdists
# go-cluster

- [Introduction](#introduction)
* [Citation](#citation)
Expand Down Expand Up @@ -176,7 +176,9 @@ The input for fast matching is two allelic profiles similar to what is passed wh

# Troubleshooting and FAQs

This program utilizes `go routines` for parallel processing which allows for more threads than logical CPUs. Currently you cannot set the maximum number of CPUs to use in this program as `go routines` will be distributed across CPUs at run time. This can be an issue on grid executors like `slurm` and it is best to run this program on an entire node of a cluster at a time.
This program utilizes `go routines` for parallel processing which allows for more threads than logical CPUs. Currently you cannot set the maximum number of CPUs to use in this program as `go routines` will be distributed across CPUs at run time.

This can be an issue on grid executors like `slurm` and it is best to run this program on an entire node of a cluster at a time. If you face this issue it is best to run the process on an entire node e.g. the `-w` flag in slurm to select a node and adding the `--exclusive` flag can solve this issue.

# Other information

Expand Down

0 comments on commit dfb1aa4

Please sign in to comment.