
Probabilistic approach to locate maximum heights: Hill Climbing + Montecarlo

EduHPC 2022: Peachy assignment

(c) 2022 Arturo Gonzalez-Escribano
Group Trasgo, Universidad de Valladolid (Spain)

--------------------------------------------------------------

Read the handout and use the sequential code as reference to study.
Use the other source files to parallelize with the proper programming model.

Edit the first lines in the Makefile to set your preferred compilers and flags
for both the sequential code and for each parallel programming model: 
OpenMP, MPI, and CUDA.

To see a description of the Makefile options execute:
$ make help 

Use the program arguments in the examples file for your first tests.
Students are encouraged to devise their own program arguments
for more complete tests. See a description of the program argumetnts in the handout.

