We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b76238b commit c0c1f38Copy full SHA for c0c1f38
src/ior.c
@@ -2302,10 +2302,6 @@ static void ValidTests(IOR_param_t * test)
2302
&& (test->blockSize < sizeof(IOR_size_t)
2303
|| test->transferSize < sizeof(IOR_size_t)))
2304
ERR("block/transfer size may not be smaller than IOR_size_t for NCMPI");
2305
- if ((strcmp(test->api, "NCMPI") == 0)
2306
- && ((test->numTasks * test->blockSize * test->segmentCount)
2307
- > (2 * (IOR_offset_t) GIBIBYTE)))
2308
- ERR("file size must be < 2GiB");
2309
if ((test->useFileView == TRUE)
2310
&& (sizeof(MPI_Aint) < 8) /* used for 64-bit datatypes */
2311
&&((test->numTasks * test->blockSize) >
0 commit comments