From 08a006d08a4c35d2c3ecc9a3d10cf7fd14661a84 Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Tue, 29 Jul 2014 17:12:47 +0000 Subject: Rename all patches that contain '::' as a path separator, and use '__' instead. --- math/blocksolve95/files/patch-examples__makefile | 34 ++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 math/blocksolve95/files/patch-examples__makefile (limited to 'math/blocksolve95/files/patch-examples__makefile') diff --git a/math/blocksolve95/files/patch-examples__makefile b/math/blocksolve95/files/patch-examples__makefile new file mode 100644 index 000000000000..fab4c12b501b --- /dev/null +++ b/math/blocksolve95/files/patch-examples__makefile @@ -0,0 +1,34 @@ +--- examples/makefile.orig Thu Oct 17 22:15:08 1996 ++++ examples/makefile Sat Jul 22 16:50:24 2006 +@@ -19,19 +19,19 @@ + $(MPI_LIB) $(FC_LIB) $(SYS_LIB) -lm + LINCLUDE = $(SOURCEH) + +-bsrunexamples: ++bsrunexamples: $(EXAMPLES_1) + -@echo ">>>>>> Running examples in example directory <<<<<<" +- -@$(MPIRUN) -np 4 grid0.$(PETSC_ARCH) 2 2 1 10 10 10 +- -@$(MPIRUN) -np 4 grid1.$(PETSC_ARCH) 2 2 1 10 10 10 +- -@$(MPIRUN) -np 4 grid2.$(PETSC_ARCH) 2 2 10 10 10 +- -@$(MPIRUN) -np 4 grid3.$(PETSC_ARCH) 10 9 +- -@$(MPIRUN) -np 4 grid4.$(PETSC_ARCH) 2 2 1 10 10 10 +- -@$(MPIRUN) -np 1 grid5.$(PETSC_ARCH) 1 1 1 10 10 10 1 3 1 1 1 1 2 +- -@$(MPIRUN) -np 1 grid5.$(PETSC_ARCH) 1 1 1 10 10 10 0 3 1 0 0 1 2 +- -@$(MPIRUN) -np 1 grid6.$(PETSC_ARCH) 1 1 1 10 10 10 1 1 3 +- -@$(MPIRUN) -np 1 grid6.$(PETSC_ARCH) 1 1 1 10 10 10 0 1 3 +- -@$(MPIRUN) -np 4 grid7.$(PETSC_ARCH) 2 2 1 8 8 8 0 1 3 1 0.01 +- -@$(MPIRUN) -np 4 grid8.$(PETSC_ARCH) 2 2 1 8 8 8 0 1 3 0.01 ++ -@$(MPIRUN) -np 4 ./grid0.$(PETSC_ARCH) 2 2 1 10 10 10 ++ #@$(MPIRUN) -np 4 ./grid1.$(PETSC_ARCH) 2 2 1 10 10 10 ++ #@$(MPIRUN) -np 4 ./grid2.$(PETSC_ARCH) 2 2 10 10 10 ++ -@$(MPIRUN) -np 4 ./grid3.$(PETSC_ARCH) 10 9 ++ -@$(MPIRUN) -np 4 ./grid4.$(PETSC_ARCH) 2 2 1 10 10 10 ++ -@$(MPIRUN) -np 1 ./grid5.$(PETSC_ARCH) 1 1 1 10 10 10 1 3 1 1 1 1 2 ++ -@$(MPIRUN) -np 1 ./grid5.$(PETSC_ARCH) 1 1 1 10 10 10 0 3 1 0 0 1 2 ++ -@$(MPIRUN) -np 1 ./grid6.$(PETSC_ARCH) 1 1 1 10 10 10 1 1 3 ++ -@$(MPIRUN) -np 1 ./grid6.$(PETSC_ARCH) 1 1 1 10 10 10 0 1 3 ++ -@$(MPIRUN) -np 4 ./grid7.$(PETSC_ARCH) 2 2 1 8 8 8 0 1 3 1 0.01 ++ -@$(MPIRUN) -np 4 ./grid8.$(PETSC_ARCH) 2 2 1 8 8 8 0 1 3 0.01 + + deletelibs: + -- cgit v1.2.3