[cig-commits] r18058 - cs/buildbot/pylith_deps/src

brad at geodynamics.org brad at geodynamics.org
Mon Mar 7 13:03:43 PST 2011


Author: brad
Date: 2011-03-07 13:03:43 -0800 (Mon, 07 Mar 2011)
New Revision: 18058

Modified:
   cs/buildbot/pylith_deps/src/makefile
Log:
Added creating link to mpirun if it doesn't exist.

Modified: cs/buildbot/pylith_deps/src/makefile
===================================================================
--- cs/buildbot/pylith_deps/src/makefile	2011-03-07 21:01:59 UTC (rev 18057)
+++ cs/buildbot/pylith_deps/src/makefile	2011-03-07 21:03:43 UTC (rev 18058)
@@ -46,6 +46,7 @@
 			CC=gcc CXX=g++ FC=gfortran && \
 		make && \
 		make install
+	if [ ! -z $(HOME)/install/$(BUILDBOT)/mpirun ]; then ln -s $(HOME)/install/mpiexec $(HOME)/install/$(BUILDBOT)/mpirun; fi
 
 
 cppunit:



More information about the CIG-COMMITS mailing list