Add qlmpi and swap to mckernel (This is rebase commit for merging to development)

This commit is contained in:
Yutaka Ishikawa
2017-07-23 21:19:15 +09:00
committed by Ken Sato
parent 74f15783d2
commit 236a072311
61 changed files with 6638 additions and 24 deletions

View File

@ -0,0 +1,10 @@
#!/bin/sh
for test_param in `ls -1 ./test_cases/CT*.txt`
do
source ${test_param}
./ql_normal.sh ${test_param} 2>&1 | tee ./result/${TEST_PREFIX}.log
done
./ql_irreg.sh ./test_cases/ECT91.txt