[C-MPI-commits] SF.net SVN: c-mpi:[128] include
Status: Pre-Alpha
Brought to you by:
jmwozniak
|
From: <jmw...@us...> - 2010-05-18 18:16:59
|
Revision: 128
http://c-mpi.svn.sourceforge.net/c-mpi/?rev=128&view=rev
Author: jmwozniak
Date: 2010-05-18 18:16:51 +0000 (Tue, 18 May 2010)
Log Message:
-----------
Increase some constants
Modified Paths:
--------------
include/cmpi.h
include/list.h
Modified: include/cmpi.h
===================================================================
--- include/cmpi.h 2010-05-17 22:20:29 UTC (rev 127)
+++ include/cmpi.h 2010-05-18 18:16:51 UTC (rev 128)
@@ -46,7 +46,7 @@
//// Communication settings...
// Table size for outstanding asynchronous communication:
-#define CALL_TABLE_SIZE 3
+#define CALL_TABLE_SIZE 16
extern int cmpi_status;
Modified: include/list.h
===================================================================
--- include/list.h 2010-05-17 22:20:29 UTC (rev 127)
+++ include/list.h 2010-05-18 18:16:51 UTC (rev 128)
@@ -13,8 +13,8 @@
#include <mpi_tools.h>
-// Maximum size of a klist datum
-#define LIST_MAX_DATUM 100
+// Maximum size of a list datum
+#define LIST_MAX_DATUM 1024
struct list_item
{
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|