Skip to content

Commit

Permalink
Merge pull request #2285 from DARMA-tasking/2198-create-citationcff-file
Browse files Browse the repository at this point in the history
#2198: initial citation file
  • Loading branch information
nlslatt committed Jul 18, 2024
2 parents 218a219 + c906dba commit 056075b
Show file tree
Hide file tree
Showing 3 changed files with 162 additions and 0 deletions.
32 changes: 32 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
cff-version: 1.2.0
message: >-
If you use this software, please cite it using the
metadata from this file.
title: DARMA/vt => Virtual Transport
authors:
- family-names: DARMA Team
url: https://darma-tasking.github.io/docs/html/index.html
preferred-citation:
type: conference-paper
title: "Design and implementation techniques for an MPI-oriented AMT runtime"
authors:
- given-names: Jonathan
family-names: Lifflander
- given-names: Phil
family-names: Miller
- given-names: Nicole Lemaster
family-names: Slattengren
- given-names: Nicolas
family-names: Morales
- given-names: Paul
family-names: Stickney
- given-names: Philippe P
family-names: P{\'e}ba{\"y}
collection-title: "2020 Workshop on Exascale MPI (ExaMPI)"
collection-type: proceedings
year: 2020
start: 31 # First page number
end: 40 # Last page number
publisher:
name: "IEEE"
url: "https://www.osti.gov/servlets/purl/1825838"
45 changes: 45 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,48 @@ runtime.

[Learn how to build](https://darma-tasking.github.io/docs/html/vt-build.html)
*vt* with `cmake` or `docker`.

## References

Lifflander, J., M. Bettencourt, N. Slattengren, G. Templet, P. Miller,
P. P. Pébaÿ, M. Perrinel, and F. Rizzi. 2019. “DARMA-EMPIRE Integration
and Performance Assessment – Interim Report.” Sandia Report
SAND2019-1134. https://www.osti.gov/servlets/purl/1493825.
https://doi.org/<https://doi.org/10.2172/1493825>.

Lifflander, Jonathan, Phil Miller, Nicole Lemaster Slattengren, Nicolas
Morales, Paul Stickney, and Philippe P Pébaÿ. 2020. “Design and
Implementation Techniques for an MPI-Oriented AMT Runtime.” In *2020
Workshop on Exascale MPI (ExaMPI)*, 31–40.
https://www.osti.gov/biblio/1825838: IEEE.

Lifflander, Jonathan, Nicole Lemaster Slattengren, Philippe P Pébaÿ,
Phil Miller, Francesco Rizzi, and Matthew T Bettencourt. 2021.
“Optimizing Distributed Load Balancing for Workloads with Time-Varying
Imbalance.” In *2021 IEEE International Conference on Cluster Computing
(CLUSTER)*, 238–49. https://www.osti.gov/servlets/purl/1870576: IEEE.
https://doi.org/<https://doi.org/10.1109/Cluster48925.2021.00039>.

Lifflander, J., and P. P. Pébaÿ. 2020. “<span class="nocase">DARMA/vt
FY20</span> Mid-Year Status Report.” Sandia Report SAND2020-3967.
https://www.osti.gov/servlets/purl/1615717.
https://doi.org/<https://doi.org/10.2172/1615717>.

Pébaÿ, P. L., J. Lifflander, P. P. Pébaÿ, and Sean T. McGovern. 2023.
“<span class="nocase">vt-tv: A New C++ Application to Efficiently
Visualize and Analyze Asynchronous Many-Task Work Distributions and
Attendant Quantities of Interest</span>.” Sandia Report SAND2023-09312.

Pébaÿ, P. L., N. Slattengren, Sean T. McGovern, and J. Lifflander. 2023.
“<span class="nocase">Modeling Workloads of a LinearElectromagnetic Code
for Load BalancingMatrix Assembly</span>.” Sandia Report SAND2023-10469.

Pébaÿ, P. P., and J. Lifflander. 2019a. “Using
<span class="nocase">Sandia’s Automatic Report Generator</span> to
Document EMPIRE-Based Electrostatic Simulations.” Sandia Report
SAND2019-4269. https://www.osti.gov/servlets/purl/1762099.
https://doi.org/<https://doi.org/10.2172/1762099>.

———. 2019b. “Some Results about Distributed Load Balancing.” Sandia
Report SAND2019-5139. https://www.osti.gov/servlets/purl/1762597.
https://doi.org/<https://doi.org/10.2172/1762597>.
85 changes: 85 additions & 0 deletions References.bib
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
@TechReport{pebay:sand10469,
author = {P. L. Pébaÿ and N. Slattengren and Sean T. McGovern and J. Lifflander},
title = {{Modeling Workloads of a LinearElectromagnetic Code for Load BalancingMatrix Assembly}},
year = 2023,
type = {Sandia Report},
number = {SAND2023-10469},
month = oct,
address = {}
}

@TechReport{pebay:sand09312,
author = {P. L. Pébaÿ and J. Lifflander and P. P. Pébaÿ and Sean T. McGovern},
title = {{vt-tv: A New C++ Application to Efficiently Visualize and Analyze Asynchronous Many-Task Work Distributions and Attendant Quantities of Interest}},
year = 2023,
type = {Sandia Report},
number = {SAND2023-09312},
month = aug,
address = {}
}

@inproceedings{lifflander2021optimizing,
title={Optimizing Distributed Load Balancing for Workloads with Time-Varying Imbalance},
author={Lifflander, Jonathan and Slattengren, Nicole Lemaster and P{\'e}ba{\"y}, Philippe P and Miller, Phil and Rizzi, Francesco and Bettencourt, Matthew T},
booktitle={2021 IEEE International Conference on Cluster Computing (CLUSTER)},
pages={238--249},
year={2021},
organization={IEEE},
address={https://www.osti.gov/servlets/purl/1870576},
doi = {https://doi.org/10.1109/Cluster48925.2021.00039}
}

@inproceedings{lifflander2020design,
title={Design and implementation techniques for an MPI-oriented AMT runtime},
author={Lifflander, Jonathan and Miller, Phil and Slattengren, Nicole Lemaster and Morales, Nicolas and Stickney, Paul and P{\'e}ba{\"y}, Philippe P},
booktitle={2020 Workshop on Exascale MPI (ExaMPI)},
pages={31--40},
year={2020},
organization={IEEE},
address={https://www.osti.gov/biblio/1825838}
}

@TechReport{lifflander:sand3967,
author = {J. Lifflander and P. P. Pébaÿ},
title = {{DARMA/vt FY20} Mid-Year Status Report},
year = 2020,
month = apr,
type = {Sandia Report},
number = {SAND2020-3967},
address = {https://www.osti.gov/servlets/purl/1615717},
doi = {https://doi.org/10.2172/1615717}
}


@TechReport{pebay:sand5139,
author = {P. P. Pébaÿ and J. Lifflander},
title = {Some Results About Distributed Load Balancing},
year = 2019,
month = may,
type = {Sandia Report},
number = {SAND2019-5139},
address = {https://www.osti.gov/servlets/purl/1762597},
doi = {https://doi.org/10.2172/1762597}
}

@TechReport{pebay:sand4269,
author = {P. P. Pébaÿ and J. Lifflander},
title = {Using {Sandia's Automatic Report Generator} to Document {EMPIRE}-based Electrostatic Simulations},
year = 2019,
month = apr,
type = {Sandia Report},
number = {SAND2019-4269},
address = {https://www.osti.gov/servlets/purl/1762099},
doi = {https://doi.org/10.2172/1762099}
}

@TechReport{lifflander:sand1134,
author = {J. Lifflander and M. Bettencourt and N. Slattengren and G. Templet and P. Miller and P. P. Pébaÿ and M. Perrinel and F. Rizzi},
title = {{DARMA-EMPIRE} Integration and Performance Assessment -- Interim Report},
year = 2019,
month = jan,
type = {Sandia Report},
number = {SAND2019-1134},
address = {https://www.osti.gov/servlets/purl/1493825},
doi = {https://doi.org/10.2172/1493825}
}

0 comments on commit 056075b

Please sign in to comment.