-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathCITATION.cff
39 lines (39 loc) · 1010 Bytes
/
CITATION.cff
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
# YAML 1.2
---
abstract: |
"GREASY is a tool designed to make easier the deployment of embarrassingly parallel simulations in
any environment. It is able to run in parallel a list of different tasks, schedule and run them
using the available resources. GREASY is a tool developed by HPC user support team at BSC."
authors:
-
affiliation: BSC
family-names: Abellan
given-names: Xavi
-
affiliation: BSC
family-names: Naranjo
given-names: Jorge
-
affiliation: BSC
family-names: Simarro
given-names: Christian
-
affiliation: BSC
family-names: Rodriguez
given-names: Jorge
-
affiliation: BSC
family-names: Rodenas
given-names: Pablo
cff-version: "1.1.0"
date-released: 2021-06-23
keywords:
- MPI
- parallel
- "embarrassingly parallel"
license: "GPL-3.0+"
message: "If you use this software, please cite it using these metadata."
repository-code: "https://github.com/BSC-Support-Team/GREASY"
title: GREASY
version: "2.2.3"
...