Update test programs for qlmpi (do swap with using shared memory, ib_pingpong)

This commit is contained in:
Ken Sato
2017-09-25 16:56:52 +09:00
parent dae9a5ff13
commit 58c1fd4512
16 changed files with 569 additions and 21 deletions

View File

@@ -31,6 +31,11 @@ if [ "${pid}" != "" ]; then
fi
case ${testname} in
rusage002)
mcexecopt="--mpol-shm-premap"
;;
rusage003)
;;
rusage010)
testopt="1"
;;