-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLICENSE
41 lines (41 loc) · 2.13 KB
/
LICENSE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
/* Copyright (C) by INAF - All Rights Reserved
*
* This code had been developed for the Italian participation in the data
* processing and analysis of the European Space Agency (ESA) mission Gaia
* (DPAC Consortium).
* In particular, the code solves the GSR model of the CU3 DU AVU (Astrometric
* Verification Unit) of DPAC, as per the contract between Agenzia Spaziale
* Italiana (ASI) and Istituto Nazionale per l'Astrofisica (INAF),
* implementing Article 5 of the Gaia MLA agreement between ESA and ASI.
* The code is proprietary and confidential.
* Copying of this code, via any medium is strictly prohibited, unless expressly
* authorized by the authors:
* - Mario Gilberto Lattanzi ([email protected]);
* - Alberto Vecchiato ([email protected]);
* - Beatrice Bucciarelli ([email protected]);
* - Roberto Morbidelli ([email protected]);
* - Ugo Becciani ([email protected]);
* - Valentina Cesare ([email protected]);
* - Giulio Malenza ([email protected]);
* - Marco Edoardo Santimaria ([email protected]);
* - Robert Rene' Maria Birke ([email protected])
*
* The above authors, for the sole purpose of evaluating the article submitted for
* the Conference SuperComputing 2024, expressly authorize the assigned Referees
* to download, execute, and modify the code.
*
* Code versions:
* - May 23rd 1996, by M. G. Lattanzi, A. Vecchiato,
* B. Bucciarelli (written in Fortran)
* - March 21st 2005, by A. Vecchiato, R. Morbidelli
* (written in Fortran 90, with dynamical memory allocation)
* - 2013-2021, by U. Becciani and A. Vecchiato (written in C + C++ and
* parallelized with MPI + OpenMP, realized for the ESA Gaia Mission)
* - 2021, by U. Becciani and V. Cesare (written in C + C++ and
* parallelized with MPI + OpenACC)
* - May 25th 2022, by U. Becciani and V. Cesare (written in C + C++ and
* parallelized with MPI + CUDA)
* - 2023-2024, by G. Malenza, M. E. Santimaria, and V. Cesare (written
* in C + C++ and parallelized with MPI + CUDA, MPI + HIP, MPI + C++ PSTL,
* MPI + OpenMP-GPU, and MPI + SYCL)
*/