Simplified simulation of high-energy particle storms

EduHPC 2018: Peachy assignment

(c) 2018 Arturo Gonzalez-Escribano, Eduardo Rodriguez-Gutiez Group Trasgo, Universidad de Valladolid (Spain)


This is a version of the assignment customized by João Lourenço, to be used in the course of Concurrency and Parallelism at FCT-NOVA, edition 2020-21.


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.