From 4ff3b12bf0de7a47179f0d92577c5bde754a7632 Mon Sep 17 00:00:00 2001
From: Douglas Guptill <douglas.guptill@dal.ca>
Date: Tue, 14 Jul 2009 21:48:33 +0000
Subject: [PATCH] update

---
 Makefile       |  2 +-
 doc/build-p690 | 19 +++++++++++++++++++
 2 files changed, 20 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index d7e46958..206cff76 100644
--- a/Makefile
+++ b/Makefile
@@ -55,12 +55,12 @@ make_cut.o \
 make_pressure.o \
 move_surface.o \
 move_cloud.o \
+octreesolve_shrink_xyz.o \
 pressure_cut.o \
 qsort.o \
 read_controlling_parameters.o \
 read_input_file.o \
 refine_surface.o \
-shrink_dp_pointer_array.o \
 solve_with_pwssmp.o \
 solve_with_pwgsmp.o \
 strain_history.o \
diff --git a/doc/build-p690 b/doc/build-p690
index a719691a..19854ff6 100644
--- a/doc/build-p690
+++ b/doc/build-p690
@@ -3,11 +3,30 @@ Build recipe for the p690
 Author: Douglas Guptill
 Date: 2009-07-14
 
+# The default xlf compiler is version 8.1.  
+# It is not up to the task of compiling douar
 PATH=/usr/xlf-10.1/usr/bin:${PATH}
+# WSMP wants this.
 export OBJECT_MODE=64
+# a quirk, make will fail otherwise.
 touch Makefile.deps
+# install the Makefile specialization for the p690.
+make p690
+# install the latest version of define_bc
 make bc_20090710
+# build douar.
+make
+# The link will fail if the -extchk option is still there.
+# look at the ouput
+make more-output
+# remove -extchk from FFLAGS and CFLAGS in Makefile.p690
+# install the editted Makefile.p690
 make p690
+# remove all the  object files and libraries created by the previous make
+make distclean
+# build douar again
 make
+# Look at the build output
 make more-output
+# install the binary
 make install
-- 
GitLab