diff --git a/docs/joss/Frontier-bw.pdf b/docs/joss/Frontier-bw.pdf deleted file mode 100644 index f045a442..00000000 Binary files a/docs/joss/Frontier-bw.pdf and /dev/null differ diff --git a/docs/joss/Frontier-bw.png b/docs/joss/Frontier-bw.png new file mode 100644 index 00000000..9c44f01c Binary files /dev/null and b/docs/joss/Frontier-bw.png differ diff --git a/docs/joss/paper.bib b/docs/joss/paper.bib index dc17c091..60a55316 100644 --- a/docs/joss/paper.bib +++ b/docs/joss/paper.bib @@ -1,3 +1,13 @@ +@article{chapman2013experiences, + title={Experiences developing the openuh compiler and runtime infrastructure}, + author={Chapman, Barbara and Eachempati, Deepak and Hernandez, Oscar}, + journal={International Journal of Parallel Programming}, + volume={41}, + pages={825--854}, + year={2013}, + publisher={Springer} +} + @article {numrich1998coarray, title={Co-array fortran for parallel programming}, author={Numrich, R. W. and Reai, J. K.}, diff --git a/docs/joss/paper.md b/docs/joss/paper.md index a00f6540..7b17a0c3 100644 --- a/docs/joss/paper.md +++ b/docs/joss/paper.md @@ -82,9 +82,9 @@ LFortran begins work on enabling mult-image execution. At least six Fortran compilers have released support for multi-image execution. These include production compilers from Hewlett Packard Enterprise (HPE), GNU Compiler Collection (GCC), Intel, and the Numerical Algorithms Group (NAG); -research compilers developed primarily at Rice University and the University of -Houston; and the dormant `g95` compiler project. One can view each of these -along several axes from open- to closed-source, from portable to hardware-specfic +research compilers developed at the University of Houston and Lawrence Livermore +National Laboratory; and the dormant `g95` compiler project. One can view each of +these along several axes from open- to closed-source, from portable to hardware-specfic from research artifact to production-ready, and from dormant to actively developed. One can also categorize each runtime in terms of the choice of communication substrate and the ability to switch subtrates. In each measure, Caffeine stands