Hi all,
this may sounds like a silly question but I have to ask it!
Let's assume there are 2 nested opportunities for parallel execution of
some code...so for example I've got a genetic algorithm (scoring the
organisms can be run in parallel) and some reducers code that does the
actual minimax searching in parallel...
So my question is:
Who wins? What will run in parallel? presumably the most outer layer of
code yes? (in this case the GA). I do have the option of running either
the GA or the minimax serially but i spent a lot of time to make the
minimax parallel...
If i manage to find a machine with more than 16 cores (I think there are
a couple in my Uni) could I assign 6 cores for the minimax and the rest
for the GA? Has anyone done something similar?
thanks in advance...
Jim
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to [email protected]
Note that posts from new members are moderated - please be patient with your
first post.
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en