Revision: 44
http://c-mpi.svn.sourceforge.net/c-mpi/?rev=44&view=rev
Author: jmwozniak
Date: 2010-04-28 20:51:23 +0000 (Wed, 28 Apr 2010)
Log Message:
-----------
Better notes.
Modified Paths:
--------------
test/cmpi/About.txt
Modified: test/cmpi/About.txt
===================================================================
--- test/cmpi/About.txt 2010-04-28 20:48:35 UTC (rev 43)
+++ test/cmpi/About.txt 2010-04-28 20:51:23 UTC (rev 44)
@@ -1,17 +1,15 @@
-Run tests with, for example,
-make SIZE=??? NODES=??? test/cmpi/test01.out
-Use D=1 to get debugging output.
+Run tests with, for example:
-SIZE is the total number of MPI processes to be created.
+make D=1 test/cmpi/test-startup.out
-NODES is the number of MPI processes that will run as DHT nodes,
-the rest will be clients.
+You must use D=1 to get the debugging output that is
+post-processed by the test script.
-All clients will call cmpi_client_code().
+All clients will call cmpi_client_code().
-test01: Basic startup and shutdown.
-test02: Debug tables.
-test03: put() + get().
-test04: multiple put() + get().
-test05: put() + update() + get().
+test-startup: Basic startup and shutdown.
+test-tables: Debug tables.
+test03: put() + get().
+test04: multiple put() + get().
+test05: put() + update() + get().
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|