1 2 3 4 5 6 7 8 9 10 11 12 13
|
# memtype=all will iterate all memtype for even processes and set odd processes to device
allred 4 arg=-counts=10,100 arg=-memtype=all
allred 7 arg=-counts=10 arg=-memtype=all
allred2 4 arg=-memtype=all
reduce 5 arg=-memtype=all
reduce 7 arg=-memtype=all
op_coll 4 arg=-memtype=all
# The dtp test will iterate over all typelist and counts, each time will repeat [repeat] times and select seed, testsize, memtypes accordingly
# set MPITEST_VERBOSE=1 to the list of tests being run.
bcast 4 arg=-typelist=MPI_INT,MPI_INT:4+MPI_DOUBLE:8 arg=-counts=1,17,50,100,512,65530 arg=-seed=100 arg=-testsizes=2,50 arg=-memtype=random timeLimit=600
|