mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-07 16:37:56 +08:00
[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:
parent
99764857e7
commit
f61b3fa137
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user