diff --git a/mpibash.changes b/mpibash.changes index b2ba1b6..f2e896a 100644 --- a/mpibash.changes +++ b/mpibash.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Nov 14 02:02:24 UTC 2017 - jengelh@inai.de + +- Ensure neutrality of description. Trim it subpackages. + ------------------------------------------------------------------- Fri Nov 10 16:09:11 UTC 2017 - junghans@votca.org diff --git a/mpibash.spec b/mpibash.spec index 0094f2f..f1b1667 100644 --- a/mpibash.spec +++ b/mpibash.spec @@ -39,11 +39,11 @@ BuildRequires: libcircle-devel BuildRoot: %{_tmppath}/%{name}-%{version}-build %description -MPI-Bash makes it easy to parallelize Bash scripts that run a set of +MPI-Bash makes it possible to parallelize Bash scripts which run a set of Linux commands independently over a large number of input files. Because MPI-Bash includes various MPI functions for data transfer and -synchronization, it is not limited to embarrassingly parallel workloads -but can incorporate phased operations (i.e., all workers must finish +synchronization, it is not limited to parallel workloads +but can incorporate phased operations (i.e. all workers must finish operation X before any worker is allowed to begin operation Y). %package examples @@ -52,12 +52,8 @@ Group: Productivity/Scientific/Chemistry Requires: %{name} = %{version} %description examples -MPI-Bash makes it easy to parallelize Bash scripts that run a set of +MPI-Bash makes it possible to parallelize Bash scripts which run a set of Linux commands independently over a large number of input files. -Because MPI-Bash includes various MPI functions for data transfer and -synchronization, it is not limited to embarrassingly parallel workloads -but can incorporate phased operations (i.e., all workers must finish -operation X before any worker is allowed to begin operation Y). This package contains example scripts for mpibash. @@ -87,4 +83,4 @@ sed -i '1s@env mpibash@mpibash@' %{buildroot}/%{_docdir}/%{name}/examples/* %{bu %files examples %defattr(-,root,root,-) -%{_docdir}/%{name}/examples \ No newline at end of file +%{_docdir}/%{name}/examples