if(test->dataPacketType==incompressible){/* Make for some non compressable buffers with randomish data */
if(test->dataPacketType==incompressible){/* Make for some non compressible buffers with randomish data */
/* In order for write checks to work, we have to restart the psuedo random sequence */
/* In order for write checks to work, we have to restart the pseudo random sequence */
if(reseed_incompressible_prng==TRUE){
test->incompressibleSeed=test->setTimeStampSignature+rank;/* We copied seed into timestampSignature at initialization, also add the rank to add randomness between processes */
{'C',NULL,"reorderTasks -- changes task ordering for readback (useful to avoid client cache)",OPTION_FLAG,'d',¶ms->reorderTasks},
{'d',NULL,"interTestDelay -- delay between reps in seconds",OPTION_OPTIONAL_ARGUMENT,'d',¶ms->interTestDelay},
{'D',NULL,"deadlineForStonewalling -- seconds before stopping write or read phase",OPTION_OPTIONAL_ARGUMENT,'d',¶ms->deadlineForStonewalling},
{.help=" -O stoneWallingWearOut=1 -- once the stonewalling timout is over, all process finish to access the amount of data",.arg=OPTION_OPTIONAL_ARGUMENT},
{.help=" -O stoneWallingWearOut=1 -- once the stonewalling timeout is over, all process finish to access the amount of data",.arg=OPTION_OPTIONAL_ARGUMENT},
{.help=" -O stoneWallingWearOutIterations=N -- stop after processing this number of iterations, needed for reading data back written with stoneWallingWearOut",.arg=OPTION_OPTIONAL_ARGUMENT},
{.help=" -O stoneWallingStatusFile=FILE -- this file keeps the number of iterations from stonewalling during write and allows to use them for read",.arg=OPTION_OPTIONAL_ARGUMENT},
{'e',NULL,"fsync -- perform a fsync() operation at the end of each read/write phase",OPTION_FLAG,'d',¶ms->fsync},