Skip to content

Commit 6d81221

Browse files
authored
add citation (#516)
1 parent 6fdc271 commit 6d81221

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,9 @@ For help and discussion, we suggest asking on the following venues:
2222
Contributions are encouraged. In particular, MPI provides several hundred functions, only a small number of which are currently exposed. If there are additional functions you would like to use, please open an [issue](https://github.com/JuliaParallel/MPI.jl/issues) or [pull request](https://github.com/JuliaParallel/MPI.jl/pulls).
2323

2424
Additional examples and documentation improvements are also very welcome.
25+
26+
# Citation
27+
28+
If you use MPI.jl in your work, please cite the following paper:
29+
30+
> Simon Byrne, Lucas Wilcox, and Valentin Churavy (2021) "MPI.jl: Julia bindings for the Message Passing Interface". _JuliaCon Proceedings_, 1(1), 68, doi: [10.21105/jcon.00068](https://doi.org/10.21105/jcon.00068)

docs/src/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,7 @@ This is a basic [Julia](http://julialang.org/) wrapper for the portable message
44
system Message Passing Interface ([MPI](http://www.mpi-forum.org/)). Inspiration is taken from
55
[mpi4py](http://mpi4py.scipy.org), although we generally follow the C and not the C++ MPI API.
66
(The C++ MPI API is deprecated.)
7+
8+
If you use MPI.jl in your work, please cite the following paper:
9+
10+
> Simon Byrne, Lucas Wilcox, and Valentin Churavy (2021) "MPI.jl: Julia bindings for the Message Passing Interface". _JuliaCon Proceedings_, 1(1), 68, doi: [10.21105/jcon.00068](https://doi.org/10.21105/jcon.00068)

0 commit comments

Comments
 (0)