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

Updates after using cl-pcp in HPC #2

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

JensNevens
Copy link

I was running into issues where the server process was probing the existence of a lock file, while the client process was removing this exact lock file. To counteract this issue, I have made the following changes:

  • the client processes get a unique lock file for every line they process, instead of reusing the same file each time.
  • the server process polls the client processes less frequent (every 0.1 second instead of every 0.01 second)

Other changes are:

  • the server process cycles through the client processes such that work is more evenly distributed
  • more information gets printed at the start of corpus processing
  • I have updated the .asd and package.lisp files such that cl-pcp may be distributed via quicklisp

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.

1 participant