Is there an online judge where the solution to a problem has to run on multiple cores?
Would such a judge be valuable in training folks to write parallel programs?
Or is this idea just silly, because the parallel solution would be nearly the same to the single core one. It would just use some simple divide and conquer construct to run on multiple cores.
I tried to find this out on stackoverflow, it seems I asked in the wrong place