RS-Repo / library

Reaction Systems Repository (RSR)
8 stars 2 forks source link

Efficient Simulation of Reaction Systems on Graphics Processing Units, Nobile, M. S., Porreca, A. E., Spolaor, S., Manzoni, L., Cazzaniga, P., Mauri, G., & Besozzi, D. #63

Open aeporreca opened 6 years ago

aeporreca commented 6 years ago

Nobile, M. S., Porreca, A. E., Spolaor, S., Manzoni, L., Cazzaniga, P., Mauri, G., & Besozzi, D. (2017). Efficient Simulation of Reaction Systems on Graphics Processing Units. Fundamenta Informaticae, 154(1-4), 307-321.

Abstract Reaction systems represent a theoretical framework based on the regulation mechanisms of facilitation and inhibition of biochemical reactions. The dynamic process defined by a reaction system is typically derived by hand, starting from the set of reactions and a given context sequence. However, this procedure may be error-prone and time-consuming, especially when the size of the reaction system increases. Here we present HERESY, a simulator of reaction systems accelerated on Graphics Processing Units (GPUs). HERESY is based on a fine-grained parallelization strategy, whereby all reactions are simultaneously executed on the GPU, therefore reducing the overall running time of the simulation. HERESY is particularly advantageous for the simulation of large-scale reaction systems, consisting of hundreds or thousands of reactions. By considering as test case some reaction systems with an increasing number of reactions and entities, as well as an increasing number of entities per reaction, we show that HERESY allows up to 29× speed-up with respect to a CPU-based simulator of reaction systems. Finally, we provide some directions for the optimization of HERESY, considering minimal reaction systems in normal form.

Link to the online copy

Bibtex file @article{nobile2017efficient, title={Efficient Simulation of Reaction Systems on Graphics Processing Units}, author={Nobile, Marco S and Porreca, Antonio E and Spolaor, Simone and Manzoni, Luca and Cazzaniga, Paolo and Mauri, Giancarlo and Besozzi, Daniela}, journal={Fundamenta Informaticae}, volume={154}, number={1-4}, pages={307--321}, year={2017}, publisher={IOS Press} }

ionpetre commented 6 years ago

Thank you Enrico. You are the first to adopt this GitHub RS bibliography and contribute to it.