Skip to content

Commit f482bdc

Browse files
Terry Cojeanyhmtsaipratikvn
committed
Review updates.
+ s/CygWin/Cygwin/ + Add a reference to the JOSS paper in `CITING.md` Co-authored-by: Yuhsiang M. Tsai <yhmtsai@gmail.com> Co-authored-by: Pratik Nayak <pratikvn@protonmail.com>
1 parent 0b33cd7 commit f482bdc

2 files changed

Lines changed: 21 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ Supported systems and requirements:
2525
+ CUDA module: CUDA 9.0+
2626
+ HIP module: ROCm 2.8+
2727
+ Windows
28-
+ MinGW and CygWin: gcc 5.3+, 6.3+, 7.3+, all versions after 8.1+
28+
+ MinGW and Cygwin: gcc 5.3+, 6.3+, 7.3+, all versions after 8.1+
2929
+ Microsoft Visual Studio: VS 2017 15.7+
3030
+ CUDA module: CUDA 9.0+, Microsoft Visual Studio
31-
+ OpenMP module: MinGW or CygWin.
31+
+ OpenMP module: MinGW or Cygwin.
3232

3333

3434
The current known issues can be found in the [known issues page](https://github.com/ginkgo-project/ginkgo/wiki/Known-Issues).
@@ -85,10 +85,10 @@ Supported systems and requirements:
8585
+ CUDA module: CUDA 9.0+
8686
+ HIP module: ROCm 2.8+
8787
+ Windows
88-
+ MinGW and CygWin: gcc 5.3+, 6.3+, 7.3+, all versions after 8.1+
88+
+ MinGW and Cygwin: gcc 5.3+, 6.3+, 7.3+, all versions after 8.1+
8989
+ Microsoft Visual Studio: VS 2017 15.7+
9090
+ CUDA module: CUDA 9.0+, Microsoft Visual Studio
91-
+ OpenMP module: MinGW or CygWin.
91+
+ OpenMP module: MinGW or Cygwin.
9292

9393

9494
The current known issues can be found in the [known issues page](https://github.com/ginkgo-project/ginkgo/wiki/Known-Issues).

CITING.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,23 @@ available through the following reference:
1717
Multiple topical papers exist on Ginkgo and its algorithms. The following papers
1818
can be used to cite specific aspects of the Ginkgo project.
1919

20+
### The Ginkgo Software
21+
22+
The Ginkgo software itself was reviewed and has a paper published in the Journal
23+
of Open Source Software, which can be cited with the following reference:
24+
25+
```bibtex
26+
@article{Joss2020,
27+
doi = {10.21105.joss.02260},
28+
url = {https://doi.org/10.21105/joss.02260},
29+
year = {2020},
30+
publisher = {The Open Journal},
31+
author = {Hartwig Anzt and Terry Cojean and Yen-Chen Chen and Goran Flegar and Fritz G\"{o}bel and Thomas Gr\"{u}tzmacher and Pratik Nayak and Tobias Ribizel and Yu-Hsiang Tsai},
32+
title = {Ginkgo: A high performance numerical linear algebra library},
33+
journal = {Journal of Open Source Software}
34+
}
35+
```
36+
2037
### On Portability
2138

2239
``` bibtex

0 commit comments

Comments
 (0)