Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Apr 2020 09:07:03 +0000 (UTC)
From:      Danilo Egea Gondolfo <danilo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r531486 - head/benchmarks/imb
Message-ID:  <202004120907.03C973Vd015422@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danilo
Date: Sun Apr 12 09:07:03 2020
New Revision: 531486
URL: https://svnweb.freebsd.org/changeset/ports/531486

Log:
  - Move OpenMPI support to net/openmpi3. OpenMPI 1 is deprecated.

Modified:
  head/benchmarks/imb/Makefile

Modified: head/benchmarks/imb/Makefile
==============================================================================
--- head/benchmarks/imb/Makefile	Sun Apr 12 09:06:25 2020	(r531485)
+++ head/benchmarks/imb/Makefile	Sun Apr 12 09:07:03 2020	(r531486)
@@ -3,7 +3,7 @@
 
 PORTNAME=	imb
 PORTVERSION=	3.0
-PORTREVISION=	16
+PORTREVISION=	17
 CATEGORIES=	benchmarks parallel
 MASTER_SITES=	LOCAL/itetcu \
 		http://cache-www.intel.com/cd/00/00/32/71/
@@ -31,9 +31,9 @@ OPTIONS_DEFINE=	CHECK_RESULTS DOCS OPENMPI
 CHECK_RESULTS_DESC=	Check results (not valid as real benchmark data)
 CHECK_RESULTS_CFLAGS=	-DCHECK
 
-OPENMPI_BUILD_DEPENDS=	${LOCALBASE}/mpi/openmpi/lib/libmpi.so:net/openmpi
-OPENMPI_RUN_DEPENDS=	${LOCALBASE}/mpi/openmpi/bin/mpirun:net/openmpi
-OPENMPI_MAKE_ENV=	MPI_HOME=${LOCALBASE}/mpi/openmpi
+OPENMPI_BUILD_DEPENDS=	${LOCALBASE}/mpi/openmpi3/lib/libmpi.so:net/openmpi3
+OPENMPI_RUN_DEPENDS=	${LOCALBASE}/mpi/openmpi3/bin/mpirun:net/openmpi3
+OPENMPI_MAKE_ENV=	MPI_HOME=${LOCALBASE}/mpi/openmpi3
 OPENMPI_BUILD_DEPENDS_OFF=	${LOCALBASE}/bin/mpicc:net/mpich
 OPENMPI_RUN_DEPENDS_OFF=	${LOCALBASE}/bin/mpirun:net/mpich
 OPENMPI_MAKE_ENV_OFF=	MPI_HOME=${LOCALBASE}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004120907.03C973Vd015422>