Skip to content

Commit d7e8316

Browse files
committed
added md tests
1 parent 5bde0e7 commit d7e8316

File tree

3 files changed

+31
-11
lines changed

3 files changed

+31
-11
lines changed

QA/doqmtests.mpi

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -718,6 +718,24 @@ let "myexit+=$?"
718718
let "myexit+=$?"
719719
./runtests.mpi.unix procs $np udft_aoresp
720720
let "myexit+=$?"
721+
./runtests.mpi.unix procs $np water/water_md
722+
let "myexit+=$?"
723+
./runtests.mpi.unix procs $np water/water_pme
724+
let "myexit+=$?"
725+
./runtests.mpi.unix procs $np ethanol/ethanol_md
726+
let "myexit+=$?"
727+
./runtests.mpi.unix procs $np ethanol/ethanol_ti
728+
let "myexit+=$?"
729+
./runtests.mpi.unix procs $np prep/aal
730+
let "myexit+=$?"
731+
./runtests.mpi.unix procs $np prep/bpx
732+
let "myexit+=$?"
733+
./runtests.mpi.unix procs $np prep/caa
734+
let "myexit+=$?"
735+
./runtests.mpi.unix procs $np prep/fsc
736+
let "myexit+=$?"
737+
./runtests.mpi.unix procs $np trypsin/trypsin_md
738+
let "myexit+=$?"
721739
echo 'The following tests require few processors but a lot of time'
722740
./runtests.mpi.unix procs $np ch4cl_zts
723741
let "myexit+=$?"

QA/runtests.mpi.unix

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,9 +243,11 @@ do
243243
md_test_run=0
244244
fi
245245
#MV
246-
246+
sync
247247
if [ ! -f $TESTDIR/$INPUTFILE ]; then
248-
echo failed: cannot access $TESTDIR/$INPUTFILE
248+
echo failed: cannot access $TESTDIR/$INPUTFILE
249+
echo directory content
250+
printf "$(ls -lrt $TESTDIR) \n"
249251
overall_status=1
250252
continue
251253
fi

QA/tests/ethanol/ethanol_ti.tst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,29 @@ Iteration = 0
22
Energy = 0.000E+00
33

44
Iteration = 0
5-
Energy = -8.957E+03
5+
Energy = -8.944E+03
66

77
Iteration = 0
8-
Energy = -8.961E+03
8+
Energy = -8.948E+03
99

1010
Iteration = 0
11-
Energy = -8.955E+03
11+
Energy = -8.942E+03
1212

1313
Iteration = 0
14-
Energy = -8.957E+03
14+
Energy = -8.942E+03
1515

1616
Iteration = 0
17-
Energy = -8.957E+03
17+
Energy = -8.945E+03
1818

1919
Iteration = 0
20-
Energy = -8.956E+03
20+
Energy = -8.942E+03
2121

2222
Iteration = 0
23-
Energy = -8.959E+03
23+
Energy = -8.946E+03
2424

2525
Iteration = 0
26-
Energy = -8.964E+03
26+
Energy = -8.951E+03
2727

2828
Iteration = 0
29-
Energy = -8.957E+03
29+
Energy = -8.943E+03
3030

0 commit comments

Comments
 (0)