Accepting request 541720 from home:jengelh:branches:science:HPC

- Ensure neutrality of description. Trim it subpackages.

OBS-URL: https://build.opensuse.org/request/show/541720
OBS-URL: https://build.opensuse.org/package/show/science:HPC/mpibash?expand=0&rev=5
This commit is contained in:
Christoph Junghans 2017-11-14 13:21:16 +00:00 committed by Git OBS Bridge
parent 46a6f14dd4
commit 1c1bae55d7
2 changed files with 10 additions and 9 deletions

View File

@ -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 Fri Nov 10 16:09:11 UTC 2017 - junghans@votca.org

View File

@ -39,11 +39,11 @@ BuildRequires: libcircle-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description %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. Linux commands independently over a large number of input files.
Because MPI-Bash includes various MPI functions for data transfer and Because MPI-Bash includes various MPI functions for data transfer and
synchronization, it is not limited to embarrassingly parallel workloads synchronization, it is not limited to parallel workloads
but can incorporate phased operations (i.e., all workers must finish but can incorporate phased operations (i.e. all workers must finish
operation X before any worker is allowed to begin operation Y). operation X before any worker is allowed to begin operation Y).
%package examples %package examples
@ -52,12 +52,8 @@ Group: Productivity/Scientific/Chemistry
Requires: %{name} = %{version} Requires: %{name} = %{version}
%description examples %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. 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. This package contains example scripts for mpibash.
@ -87,4 +83,4 @@ sed -i '1s@env mpibash@mpibash@' %{buildroot}/%{_docdir}/%{name}/examples/* %{bu
%files examples %files examples
%defattr(-,root,root,-) %defattr(-,root,root,-)
%{_docdir}/%{name}/examples %{_docdir}/%{name}/examples