mdtest/testing/timestamp.cfg

29 lines
582 B
INI
Raw Normal View History

2017-11-30 13:56:26 +03:00
# This tests the checks of read and write for correctness
# Run with multiple processes, at least 3
# You may set the environment variable IOR_FAKE_TASK_PER_NODES=3 and run it on one node
# Example: IOR_FAKE_TASK_PER_NODES=3 mpiexec -n 3 ./src/ior -f testing/timestamp.cfg
2017-11-29 12:02:34 +03:00
IOR START
reorderTasksConstant=1
repetitions=1
2017-11-30 13:56:26 +03:00
storeFileOffset=0
2017-11-29 12:02:34 +03:00
segmentCount=1
verbose=0
fsync=0
checkWrite=1
blockSize=16
setTimeStampSignature=1511817315
2017-11-30 13:56:26 +03:00
checkRead=1
2017-11-29 12:02:34 +03:00
readFile=1
filePerProc=0
writeFile=1
api=POSIX
transferSize=16
intraTestBarriers=0
testFile=/tmp/test
2017-11-30 13:56:26 +03:00
RUN
2017-11-29 12:02:34 +03:00
2017-11-30 13:56:26 +03:00
storeFileOffset=1
2017-11-29 12:02:34 +03:00
RUN
IOR STOP