# Krist ## Description Krist kernel is used on crystallography to find the exact shape of a molecule using Rntgen diffraction on single crystals or powders. ## Versions We have several implementations of this benchmark: * **01.krist_cuda:** Parallel version using CUDA tasks * **02.krist_hybrid:** Parallel version using a combination of CUDA and SMP tasks in alternating iterations ## Execution instructions To run the program use: ``` ./krist ```