aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreschnett <eschnett@043a8217-7a68-40fe-abfd-36aa7d4fa6a8>2013-05-14 22:43:49 +0000
committereschnett <eschnett@043a8217-7a68-40fe-abfd-36aa7d4fa6a8>2013-05-14 22:43:49 +0000
commit9a1925aea9ddc461fc14291766d6ade4ef601f96 (patch)
tree07f4309aa93835d4569cfd61a9d5ce97a6c20f80
parent387dda1dab2b8e9e79ab06c545d2f3387123f7c0 (diff)
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
-rw-r--r--src/make.configuration.defn2
1 files changed, 1 insertions, 1 deletions
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)