Skip to content

Commit 543287e

Browse files
committed
update Autotest.sh, delete useless screen output information
1 parent dc38903 commit 543287e

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

tests/integrate/601_NO_TDDFT_CH/INPUT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ scf_thr 1.0e-6
2828
cal_stress 1
2929
stress_thr 1e-6
3030
cal_force 1
31-
force_thr_ev e-3
31+
force_thr_ev 1e-3
3232

3333
md_type nve
3434
md_dt 0.01

tests/integrate/Autotest.sh

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
# ABACUS executable path
4-
abacus=abacus
4+
abacus=/home/mohan/qianrui/abacus-mc/build/abacus
55
# number of MPI processes
66
np=4
77
nt=$OMP_NUM_THREADS # number of OpenMP threads, default is $OMP_NUM_THREADS
@@ -12,8 +12,8 @@ stress_threshold=0.001
1212
# check accuracy
1313
ca=8
1414
# specify the test cases file
15-
cases_file=CASES_CPU.txt
16-
#cases_file=CASES_mylist.txt
15+
#cases_file=CASES_CPU.txt
16+
cases_file=CASES_mylist.txt
1717
# regex of case name
1818
case='^[^#].*_.*$'
1919
# enable AddressSanitizer
@@ -178,8 +178,9 @@ check_out(){
178178
let failed++
179179
failed_case_list+=$dir'\n'
180180
calculation=`grep calculation INPUT | grep -v '^#' | awk '{print $2}' | sed s/[[:space:]]//g`
181-
running_path=`echo "OUT.autotest/running_$calculation"".log"`
182-
cat $running_path
181+
# mohan comment out 2025-04-22, we don't need to print so many details on the screen
182+
#running_path=`echo "OUT.autotest/running_$calculation"".log"`
183+
#cat $running_path
183184
case_status+=$dir' 0\n'
184185
else
185186
case_status+=$dir' 1\n'

0 commit comments

Comments
 (0)