[svn-r3379] Purpose:

"Bug fix"
Description:
    It could not create the stream file in modi4 because port 5678 is used by
    a recently installed application in modi4.  But the reading side just
    waited there and the two test processes have to be killed by hand.
Solution:
    Changed to use port 10007 instead, hoping less chance of conflict
    with other applications.  Just a short-term solution.
Platforms tested:
    modi4.
This commit is contained in:
Albert Cheng 2001-02-08 11:58:55 -05:00
parent 99764857e7
commit f61b3fa137

View File

@ -64,7 +64,7 @@ int main (void)
#define RANK 2 /* sample dataset rank */
#define DIMS 50 /* sample dataset dimensions */
#define DATASETNAME "IntArray" /* sample dataset name */
#define FILENAME "localhost:5678" /* filename argument */
#define FILENAME "localhost:10007" /* filename argument */
static int sender (void)