We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
You can find an example of this here:
http://tester-lin.soic.indiana.edu:8080/job/accelerate-multidev/28/JENKINS_GHC=7.6.3,label=linux-soic/console
This must have something to do with repeatedly loading code from shared objects during these tests, rather than starting another process.
The text was updated successfully, but these errors were encountered:
For now bring cilk up and down each time, this seems to avoid issue #4
5e99ec2
This hack probably will not work if one Haskell process starts multiple calls to the Acc/Cil backend from different threads...
We can temporarily put a lock on the Haskell side around the compile phase of the process (ick).
Sorry, something went wrong.
No branches or pull requests
You can find an example of this here:
http://tester-lin.soic.indiana.edu:8080/job/accelerate-multidev/28/JENKINS_GHC=7.6.3,label=linux-soic/console
This must have something to do with repeatedly loading code from shared objects during these tests, rather than starting another process.
The text was updated successfully, but these errors were encountered: