[cig-commits] commit by heister to /var/svn/dealii/aspect

dealii.demon at gmail.com dealii.demon at gmail.com
Sat Aug 17 20:42:18 PDT 2013


Revision 1845

doc updates

U   trunk/aspect/doc/manual/manual.tex
U   trunk/aspect/doc/manual.pdf


http://www.dealii.org/websvn/revision.php?repname=Aspect+Repository&path=%2F&rev=1845&peg=1845

Diff:
Modified: trunk/aspect/doc/manual/manual.tex
===================================================================
--- trunk/aspect/doc/manual/manual.tex	2013-08-18 03:33:45 UTC (rev 1844)
+++ trunk/aspect/doc/manual/manual.tex	2013-08-18 03:41:30 UTC (rev 1845)
@@ -1247,7 +1247,7 @@
 modify spect{} for your own experiments, you may want to also generate
 documentation about the source code. This can be done using the command
 egin{verbatim}
-  make doc
+  cd doc; make
 \end{verbatim}
 which assumes that you have the 	exttt{doxygen} documentation generation tool
 installed. Most Linux distributions have packages for 	exttt{doxygen}. The
@@ -1585,10 +1585,19 @@
 the source code, and because it is also a way to verify that the compilation
 process worked correctly. If you have verified that the program runs correctly
 with your input parameters, for example by letting it run for the first 10
-time steps, then you can switch to optimized mode by editing the top of the
-\url{Makefile} and following the steps to build and run in
-Section~
ef{sec:compiling}; alternatively, you can just build the entire
-application using the command {	t{make debug-mode=off}}.
+time steps, then you can switch to optimized mode by compiling spect{}
+with the commandootnote{Note that this procedure also changed with the switch to cmake.}
+egin{verbatim}
+ make release
+\end{verbatim}
+and then compile using
+egin{verbatim}
+ make
+\end{verbatim}
+To switch back to debug mode type:
+egin{verbatim}
+ make debug
+\end{verbatim}
 
 
ote{It goes without saying that if you make significant modifications to the
   program, you should do the first runs in debug mode to verify that your

Modified: trunk/aspect/doc/manual.pdf
===================================================================
(Binary files differ)


More information about the CIG-COMMITS mailing list