@echo "= contrib: make additional libraries in contrib, if there are any ="
@echo "= all: base, lac, 1d, 2d and 3d, contrib ="
@echo "= debug: baseg, lacg, 1dg, 2dg and 3dg, contrib ="
+ @echo "= optimized: base, lac, 1d, 2d, and 3d optimized libraries only ="
@echo "= online-doc: generate the documentation in HTML format ="
@echo "= TODO: create a TODO file from TODO lines in the source files ="
@echo "= TAGS: create a TAGS file from include and source files ="
cd $D/deal.II ; $(MAKE) $(MAKEOPTIONS) 1dg
cd $D/deal.II ; $(MAKE) $(MAKEOPTIONS) 3dg
+optimized:
+ cd $D/base ; $(MAKE) $(MAKEOPTIONS) libo
+ cd $D/lac ; $(MAKE) $(MAKEOPTIONS) libo
+ cd $D/deal.II ; $(MAKE) $(MAKEOPTIONS) 2d
+ cd $D/deal.II ; $(MAKE) $(MAKEOPTIONS) 1d
+ cd $D/deal.II ; $(MAKE) $(MAKEOPTIONS) 3d
+
contrib:
cd $D/contrib ; $(MAKE)
/**
* Private function to determine
* the number of CPUs.
- * Implementation for Linux and
- * Sun machines; if no detection
- * of the number of CPUs is
+ * Implementation for Linux, OSF,
+ * SGI, and Sun machines; if no
+ * detection of the number of CPUs is
* supported, or if detection
* fails, this function returns
* one.
<p>
All entries are signed with the names of the author. Regular
contributor's names are abbreviated by WB (Wolfgang Bangerth), GK
-(Guido Kanschat), RH (Ralf Hartmann), BK (Benjamin Shelton Kirk).
+(Guido Kanschat), RH (Ralf Hartmann), BK (Benjamin S. Kirk).
</p>
<br>
(WB 2002/02/11)
</p>
+ <li> <p>
+ Added: The top-level Makefile now supports "optimized" as a
+ target that builds only optimized versions of the <code>base</code>,
+ <code>lac</code>, <code>1d</code>, <code>2d</code>, and <code>3d</code>
+ libraries.
+ <br>
+ (BK 2002/02/19)
+ </p>
</ol>
<br>
(BK 2002/02/11)
</p>
+
+ <li> <p>
+ Changed: The function <code class="class">MultithreadInfo</code>::
+ <code class="member">get_n_cpus</code> now reports the proper number
+ of CPUs when running on Silicon Graphics.
+ <br>
+ (BK 2002/02/19)
+ </p>
</ol>
<dir>
<dl>
+ <dt>
+ <strong>2002/02/19: New optimized make target</strong>
+ </dt>
+ <dd>
+ The top-level Makefile now supports "optimized" as a target.
+ This is particularly useful for building the library on production
+ machines that do not need the rather large debug versions available.
+ For more information look <a href="2002/c-3-3.html" target="body">here</a>.
+ </p>
+ </dd>
+
<dt>
<strong>2002/02/11: New support for Tecplot binary output</strong>
</dt>