Skip to content

ricvigi/parallel-kmeans

Repository files navigation

k-Means clustering algorithm

EduHPC 2023: Peachy assignment

(c) 2022 Diego García-Álvarez, 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 input files in the test_files directory for your first tests.
Students are encouraged to manually write or automatically generate
their own input files for more complete tests. See a description of
the input files format in the handout.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published