Add qlmpi and swap to mckernel (This is rebase commit for merging to development)
This commit is contained in:
committed by
Ken Sato
parent
74f15783d2
commit
236a072311
10
test/qlmpi/qlmpi_testsuite/go_ql_test.sh
Executable file
10
test/qlmpi/qlmpi_testsuite/go_ql_test.sh
Executable 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
|
||||
|
||||
Reference in New Issue
Block a user