From 5312a3837bf9b7dd62a4ba40421e429121d25a1f Mon Sep 17 00:00:00 2001 From: Giovanni La Mura <giovanni.lamura@inaf.it> Date: Mon, 2 Sep 2024 17:20:38 +0200 Subject: [PATCH] Add ackowledgments section to global README file --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 472443f2..88a2a929 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,10 @@ Distributing the code and its sources is possible under the terms of the GNU GPL *NOTE:* The building process requires a working installation of a C++ and a FORTRAN compiler. Many solutions are available, but the recommended option is the *GNU Compiler Collection* `gcc` with the addition of `g++` and `gfortran`. The parallel code implementation further requires the use of parallel compilers complying with the MPI standard (*OpenMPI*, *MPICH*). +# Acknowledgments + +Supported by Italian Research Center on High Performance Computing Big Data and Quantum Computing (ICSC), project funded by European Union - NextGenerationEU - and National Recovery and Resilience Plan (NRRP) - Mission 4 Component 2 within the activities of Spoke 3 (Astrophysics and Cosmos Observations). This work was completed in part at the CINECA GPU HACKATHON 2024, part of the Open Hackathons program. The authors would like to acknowledge OpenACC-Standard.org for their support. + # License Copyright (C) 2024 INAF - Osservatorio Astronomico di Cagliari -- GitLab