Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
EStog committed Sep 11, 2021
1 parent 4b61d03 commit 66c31c8
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 18 deletions.
18 changes: 0 additions & 18 deletions LICENCE
Original file line number Diff line number Diff line change
@@ -1,21 +1,3 @@
Mandelbrot generation experiments with MPI and OpenMP.
Copyright (C) 2019-present Ernesto Soto Gómez.
Contact: <esto.yinyang@gmail.com>, <esoto@uci.cu>

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published
by the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.


GNU AFFERO GENERAL PUBLIC LICENSE
Version 3, 19 November 2007

Expand Down
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,28 @@
![license](https://img.shields.io/github/license/EStog/mandelbrotc-)

# Mandelbrot generation experiments with MPI and OpenMP

This project include:
- C++ programs for the generation of the Mandelbrot set using MPI and OpenMP, as well as a sequential version.
- A Python script to make performance testing to the C++ programs.

A description of the solution can be found at https://revistas.ulasalle.edu.pe/innosoft/article/view/29.

## License

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published
by the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License
along with this program. If not, see https://www.gnu.org/licenses/.

See [LICENSE](LICENSE) for the entire text of the license.

Copyright (C) 2019-present Ernesto Soto Gómez (esto.yinyang@gmail.com)

0 comments on commit 66c31c8

Please sign in to comment.