aboutsummaryrefslogtreecommitdiff
path: root/math/blocksolve95/files/patch-examples__makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/blocksolve95/files/patch-examples__makefile')
-rw-r--r--math/blocksolve95/files/patch-examples__makefile34
1 files changed, 34 insertions, 0 deletions
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:
+