From 9a1925aea9ddc461fc14291766d6ade4ef601f96 Mon Sep 17 00:00:00 2001 From: eschnett Date: Tue, 14 May 2013 22:43:49 +0000 Subject: Install OpenMPI utilities as Cactus utilities, if present git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/MPI/trunk@31 043a8217-7a68-40fe-abfd-36aa7d4fa6a8 --- src/make.configuration.defn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/make.configuration.defn b/src/make.configuration.defn index fff6fc8..712f581 100644 --- a/src/make.configuration.defn +++ b/src/make.configuration.defn @@ -1,4 +1,4 @@ # make.configuration.defn file for thorn MPI # Define the relevant OpenMPI utilities -#ALL_UTILS += mpirun ompi-clean ompi-iof ompi-ps ompi-server ompi_info orte-clean orte-iof orte-ps orted orterun +ALL_UTILS += $(shell cd $(MPI_DIR)/bin 2>/dev/null && ls mpirun ompi-clean ompi-iof ompi-probe ompi-profiler ompi-ps ompi-server ompi-top ompi_info 2>/dev/null) -- cgit v1.2.3