-
Notifications
You must be signed in to change notification settings - Fork 13
/
CITATION.cff
34 lines (32 loc) · 1.07 KB
/
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
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0
title: >-
Metall: A Persistent Memory Allocator for
Data-Centric Analytics
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- given-names: Keita
family-names: Iwabuchi
email: [email protected]
affiliation: ' Lawrence Livermore National Laboratory'
orcid: 'https://orcid.org/0000-0002-9395-0843'
- given-names: 'Roger '
family-names: Pearce
affiliation: Lawrence Livermore National Laboratory
- given-names: Maya
family-names: Gokhale
affiliation: Lawrence Livermore National Laboratory
identifiers:
- type: url
value: 'https://doi.org/10.11578/dc.20190410.1'
repository-code: 'https://github.com/LLNL/metall'
abstract: >-
Metall is a persistent memory allocator built on
top of the memory-mapped file mechanism.
Metall enables applications to transparently
allocate custom C++ data structures into various
types of persistent memories.