Skip to content

TrainerRed151/DeepestBlueOpenMP

Repository files navigation

DeepestBlueOpenMP

Chess Engine (parallelized with OpenMP)

To run this version of Deepest Blue, exacute the command:

java -Djomp.threads=n runChess

where n is the number of threads to be used.

Here the AlphaBeta algorithm has been parallelized with OpenMP. In order to avoid the race condition whereby each processor may attempt to access and/or update the values of alpha and/or beta concurrently, a critical block has been implemented.

About

Chess Engine (parallelized with OpenMP)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages