From d01a78001faa924fd31ae27bb748648442c8913a Mon Sep 17 00:00:00 2001
From: Albert Cheng (Work in progress draft) A descriptions knobs and turns such as environment variables and settings that controls the functionality of HDF5 libraries and tools. This is intended for HDF5 libraries and tools developers. HDF5 application users may consult the document A guide to debugging HDF5 API calls. Library Building Controls Environment variables CC -- Used by configure. Override the default C compiler. LIBS -- Used by configure. Add more libraries to be used. NP -- number of MPI-processes to invoke for testing. Default to 2. HDF5_NOCLEANUP -- Used by most test programs. When set, temporary files created during tests are NOT removed. Default is to remove them by the end of each test. Note that the variable value does not matter. E.g., the values of "yes", "no" and "" all have the same effect, that is, NO cleanup. H5FD_mpio_Debug--Used by the MPIO file driver for debugging. Need to have H5FDmpio_DEBUG macro defined during compiling. Should be set to a string to turn on various tracing. Valid values (cases matter) are: Compile Macros H5FDmpio_DEBUG--compile macro. Compile in the MPIO file driver related debugging statements. Defined if macro H5F_DEBUG is defined. H5FD_mpio_Debug--Compile in debugging used by the MPIO file driver. Need to have H5FDmpio_DEBUG macro defined during compiling. Should be set to a string to turn on the tracing. See environment variable H5FD_mpio_Debug for valid values.
+
diff --git a/doc/html/TechNotes/SWControls.html b/doc/html/TechNotes/SWControls.html
new file mode 100755
index 0000000..c99d46f
--- /dev/null
+++ b/doc/html/TechNotes/SWControls.html
@@ -0,0 +1,37 @@
+
+
+
+
+HDF5 Software Controls
+
+ A descriptions knobs and turns such as environment variables and settings
+ that controls the functionalities of HDF5 libraries and tools.
+ HDF5 Software Controls
+
+
+
Last modified: September 26, 2000
+ -- cgit v0.12