Hello community,

here is the log from the commit of package imb for openSUSE:Factory checked in 
at 2019-08-28 18:38:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/imb (Old)
 and      /work/SRC/openSUSE:Factory/.imb.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "imb"

Wed Aug 28 18:38:07 2019 rev:5 rq:726715 version:2019.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/imb/imb.changes  2019-04-04 15:29:26.894945183 
+0200
+++ /work/SRC/openSUSE:Factory/.imb.new.7948/imb.changes        2019-08-28 
18:38:10.149255670 +0200
@@ -1,0 +2,13 @@
+Tue Aug 27 10:52:04 UTC 2019 - Ana Guerrero Lopez <[email protected]>
+
+- Update to 2019.3:
+  * Added the warm_up option that enabled additional cycles before 
+    running benchmark(for all size.)
+  * New IMB-P2P benchmarks.
+  * Added the Reduce_local benchmark for IMB-MPI1.
+  * Deleted the alignment option (-alignment).
+  * Bug fixes and code cleanup.
+- Add new target IMB-P2P.
+- Update Source0 because upstream has renamed their tarballs.
+
+-------------------------------------------------------------------

Old:
----
  imb_2019.1.tar.gz

New:
----
  imb_2019.3.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ imb.spec ++++++
--- /var/tmp/diff_new_pack.tQQKwa/_old  2019-08-28 18:38:13.873255023 +0200
+++ /var/tmp/diff_new_pack.tQQKwa/_new  2019-08-28 18:38:13.877255022 +0200
@@ -21,8 +21,8 @@
 # Base package name
 %define pname imb
 %define PNAME IMB
-%define ver 2019.1
-%define _ver 2019_1
+%define ver 2019.3
+%define _ver 2019_3
 
 %if 0%{?is_opensuse} || 0%{?is_backports}
 %undefine DisOMPI1
@@ -43,14 +43,14 @@
 %{bcond_with hpc}
 %undefine c_f_ver
 %global mpi_flavor mvapich2
-%define buildtarget "IMB-MPI1 IMB-EXT IMB-IO"
+%define buildtarget "IMB-MPI1 IMB-EXT IMB-IO IMB-P2P"
 %endif
 
 %if "%{flavor}" == "mpich"
 %{bcond_with hpc}
 %undefine c_f_ver
 %global mpi_flavor mpich
-%define buildtarget "IMB-MPI1 IMB-EXT IMB-IO"
+%define buildtarget "IMB-MPI1 IMB-EXT IMB-IO IMB-P2P"
 %endif
 
 %if "%{flavor}" == "gnu-mvapich2-hpc"
@@ -58,7 +58,7 @@
 %define compiler_family gnu
 %undefine c_f_ver
 %global mpi_flavor mvapich2
-%define buildtarget "IMB-MPI1 IMB-EXT IMB-IO"
+%define buildtarget "IMB-MPI1 IMB-EXT IMB-IO IMB-P2P"
 %endif
 
 %if "%{flavor}" == "openmpi"
@@ -66,7 +66,7 @@
 %undefine c_f_ver
 %global mpi_flavor openmpi
 %define mpi_vers 1
-%define buildtarget "IMB-MPI1 IMB-EXT"
+%define buildtarget "IMB-MPI1 IMB-EXT IMB-P2P"
 %{?DisOMPI1}
 %endif
 
@@ -75,7 +75,7 @@
 %undefine c_f_ver
 %global mpi_flavor openmpi
 %define mpi_vers 2
-%define buildtarget "IMB-MPI1 IMB-EXT"
+%define buildtarget "IMB-MPI1 IMB-EXT IMB-P2P"
 %{?DisOMPI2}
 %endif
 
@@ -84,7 +84,7 @@
 %undefine c_f_ver
 %global mpi_flavor openmpi
 %define mpi_vers 3
-%define buildtarget "IMB-MPI1 IMB-EXT"
+%define buildtarget "IMB-MPI1 IMB-EXT IMB-P2P"
 %{?DisOMPI3}
 %endif
 
@@ -94,7 +94,7 @@
 %undefine c_f_ver
 # macro mpi is used by macros for master package
 %global mpi_flavor mpich
-%define buildtarget "IMB-MPI1 IMB-EXT IMB-IO"
+%define buildtarget "IMB-MPI1 IMB-EXT IMB-IO IMB-P2P"
 %endif
 
 %if "%{flavor}" == "gnu-openmpi-hpc"
@@ -104,7 +104,7 @@
 # macro mpi is used by macros for master package
 %global mpi_flavor openmpi
 %define mpi_vers 1
-%define buildtarget "IMB-MPI1 IMB-EXT"
+%define buildtarget "IMB-MPI1 IMB-EXT IMB-P2P"
 %{?DisOMPI1}
 %endif
 
@@ -115,7 +115,7 @@
 # macro mpi is used by macros for master package
 %global mpi_flavor openmpi
 %define mpi_vers 2
-%define buildtarget "IMB-MPI1 IMB-EXT"
+%define buildtarget "IMB-MPI1 IMB-EXT IMB-P2P"
 %{?DisOMPI2}
 %endif
 
@@ -126,7 +126,7 @@
 # macro mpi is used by macros for master package
 %global mpi_flavor openmpi
 %define mpi_vers 3
-%define buildtarget "IMB-MPI1 IMB-EXT"
+%define buildtarget "IMB-MPI1 IMB-EXT IMB-P2P"
 %{?DisOMPI3}
 %endif
 
@@ -149,8 +149,8 @@
 Summary:        Intel MPI Benchmarks (IMB)
 License:        CPL-1.0
 Group:          Development/Tools/Other
-Url:            https://software.intel.com/en-us/articles/intel-mpi-benchmarks
-Source0:        
https://github.com/intel/mpi-benchmarks/archive/v%{version}.tar.gz#/%{pname}_%{version}.tar.gz
+URL:            https://software.intel.com/en-us/articles/intel-mpi-benchmarks
+Source0:        
https://github.com/intel/mpi-benchmarks/archive/IMB-v%{version}.tar.gz#/%{pname}_%{version}.tar.gz
 %if %{without hpc}
 BuildRequires:  %{flavor}-devel
 BuildRequires:  gcc
@@ -171,7 +171,7 @@
 %{?with_hpc:%{hpc_master_package -L}}
 
 %prep
-%setup -n mpi-benchmarks-%{version}
+%setup -n mpi-benchmarks-IMB-v%{version}
 
 %build
 

++++++ imb_2019.1.tar.gz -> imb_2019.3.tar.gz ++++++
++++ 9418 lines of diff (skipped)


Reply via email to