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

"mclustered" version on Hackage #7

Closed
AlexeyRaga opened this issue Oct 25, 2015 · 5 comments
Closed

"mclustered" version on Hackage #7

AlexeyRaga opened this issue Oct 25, 2015 · 5 comments

Comments

@AlexeyRaga
Copy link

Could you please update Hackage to the version where clustered/mclustered issue is fixed?

@agocorona
Copy link
Collaborator

It was sent when i closed the issue.

Concerning the spurious messages in "slave" nodes, I think that i found it.
But It will take some time to upload the update

2015-10-25 12:10 GMT+01:00 Alexey Raga notifications@github.com:

Could you please update Hackage to the version where clustered/mclustered
issue is fixed?


Reply to this email directly or view it on GitHub
#7.

Alberto.

@agocorona
Copy link
Collaborator

Ah, ok you mean Hackage, not git. I will do it right now.

2015-10-25 17:07 GMT+01:00 Alberto G. Corona agocorona@gmail.com:

It was sent when i closed the issue.

Concerning the spurious messages in "slave" nodes, I think that i found
it. But It will take some time to upload the update

2015-10-25 12:10 GMT+01:00 Alexey Raga notifications@github.com:

Could you please update Hackage to the version where clustered/mclustered
issue is fixed?


Reply to this email directly or view it on GitHub
#7.

Alberto.

Alberto.

@agocorona
Copy link
Collaborator

SOLVED the spurious messages in remote nodes too. I uploaded it to git and hackage.

Can you confirm it?

@AlexeyRaga
Copy link
Author

It looks like it works better now.

I see that now only the node where I call "start" is printing the results (before all nodes were doing it). It seems logical to me too.

Thanks for the changes.

@agocorona
Copy link
Collaborator

Ok.

The problem was due to a switch variable that more or less indicates that the computation is acting as "slave" .

  setSData WasRemote

That status variable was not shared by all the threads, so they executed the whole computation and not only the remote part. That in a single node was not observable neither in a two node cluster for some reason.

Thanks for reporting this out.

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

No branches or pull requests

2 participants