src/parasol/paraHub/paraHub.c 1.132
1.132 2009/11/21 01:07:12 markd
fixed incorrect usage message
Index: src/parasol/paraHub/paraHub.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/parasol/paraHub/paraHub.c,v
retrieving revision 1.131
retrieving revision 1.132
diff -b -B -U 4 -r1.131 -r1.132
--- src/parasol/paraHub/paraHub.c 5 Aug 2009 23:19:39 -0000 1.131
+++ src/parasol/paraHub/paraHub.c 21 Nov 2009 01:07:12 -0000 1.132
@@ -108,10 +108,17 @@
{
errAbort("paraHub - parasol hub server version %s\n"
"usage:\n"
" paraHub machineList\n"
- "Where machine list is a file with machine names in the\n"
- "first column, and number of CPUs in the second column.\n"
+ "Where machine list is a file with the following columns:\n"
+ " name - Network name\n"
+ " cpus - Number of CPUs we can use\n"
+ " ramSize - Megabytes of memory\n"
+ " tempDir - Location of (local) temp dir\n"
+ " localDir - Location of local data dir\n"
+ " localSize - Megabytes of local disk\n"
+ " switchName - Name of switch this is on\n"
+ "\n"
"options:\n"
" -spokes=N Number of processes that feed jobs to nodes - default %d.\n"
" -jobCheckPeriod=N Minutes between checking on job - default %d.\n"
" -machineCheckPeriod=N Minutes between checking on machine - default %d.\n"