Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37565693
en ru br
ALT Linux repos
S:3.2-alt5

Group :: Networking/Other
RPM: mpitests

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define path_to_mpihome %_libdir/mpitests
%define test_home %path_to_mpihome/tests
%define mpiimpl openmpi
%define mpidir %_libdir/%mpiimpl

Summary: MPI Benchmarks and tests
Name: mpitests
Version: 3.2
Release: alt5
License: BSD
Group: Networking/Other
Source: %name-%version.tar.gz
URL: http://www.openfabrics.org/

BuildPreReq: %mpiimpl-devel chrpath

%description
Set of popular MPI benchmarks:
IMB-3.2
Presta-1.4.0
OSU benchmarks ver 3.1.1

%prep
%setup

%build
export PATH=$PATH:%mpidir/bin
%make_build MPIHOME=%mpidir

mv osu_benchmarks-3.1.1/README README_osu_benchmarks
mv presta-1.4.0/README README_presta

%install
%make_install MPIHOME=%buildroot%_libdir install

for i in %buildroot%_libdir/mpitests/*/*
do
chrpath -r %mpidir/lib $i ||:
done

%files
%doc IMB-3.2/doc/* README*
%_libdir/%name

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin