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

brad at geodynamics.org brad at geodynamics.org
Mon Mar 7 13:07:02 PST 2011


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

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:04:53 UTC (rev 18059)
+++ cs/buildbot/pylith_deps/src/makefile	2011-03-07 21:07:02 UTC (rev 18060)
@@ -46,7 +46,7 @@
 			CC=gcc CXX=g++ FC=gfortran && \
 		make && \
 		make install
-	if [ ! -z $(HOME)/install/$(BUILDBOT)/bin/mpirun ]; then ln -s $(HOME)/install/bin/mpiexec $(HOME)/install/$(BUILDBOT)/bin/mpirun; fi
+	if [ ! -z $(HOME)/install/$(BUILDBOT)/bin/mpirun ]; then ln -s $(HOME)/install/$(BUILD_BOT)/bin/mpiexec $(HOME)/install/$(BUILDBOT)/bin/mpirun; fi
 
 
 cppunit:



More information about the CIG-COMMITS mailing list