Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added citation
  • Loading branch information
pevisscher committed Jan 12, 2016
1 parent d14a5e8 commit 45279b5
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# BSPLib
[BSPLib](https://wwww.bsplib.eu) is a fast, and easy to use C++ implementation of the Bulk Synchronous Parallel (BSP) threading model.
[BSPLib](https://wwww.bsplib.eu) is a fast, and easy to use C++ implementation of the Bulk Synchronous Parallel (BSP) threading model. This model is mainly used in the scientific computing field, but can also be applied more general in computer science. This library includes an extended version the standard BSP interface to perform better, and made it more easy to use.

#BSP
The BSP specification can be found [here](bsp.pdf) and is maintained by [bsp-worldwide.org](http://www.bsp-worldwide.org). Parts of the
Expand Down Expand Up @@ -126,6 +126,18 @@ When a bug is found, please insert it in the issue tracker, so we can resolve it
We are interested to find out what projects use BSPLib. We would love to include your projects here,
just shoot us a mail. :)

## Citing BSPLib
When you use BSPLib as part of a scientific publication, we would love you to cite this project. This BibTex snippet can be used:

```
@misc{bsplib2016,
author = {Mick van Duijn and Paul Visscher},
title = {BSPLib: a fast, and easy to use C++ implementation of the Bulk Synchronous Parallel (BSP) threading model.},
abstract = {BSPLib is a fast, and easy to use C++ implementation of the Bulk Synchronous Parallel (BSP) threading model. This model is mainly used in the scientific computing field, but can also be applied more general in computer science. This library includes an extended version the standard BSP interface to perform better, and made it more easy to use.},
howpublished = {\url{http://bsplib.eu/}}
}
```

## License
This project is licensed under the MIT license.

Expand Down

0 comments on commit 45279b5

Please sign in to comment.