Skip to content

Commit f3c3d75

Browse files
committed
Update Autotest.sh to run BPCG test with MPI np=4
1 parent d975f41 commit f3c3d75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integrate/Autotest.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ for dir in $testdir; do
250250
TIMEFORMAT='[----------] Time elapsed: %R seconds'
251251
#parallel test
252252
time {
253-
if [ "$case" = "282_NO_RPA" -o "$dir" = "102_PW_BPCG" ]; then
253+
if [ "$case" = "282_NO_RPA" ]; then
254254
mpirun -np 1 $abacus > log.txt
255255
else
256256
mpirun -np $np $abacus > log.txt

0 commit comments

Comments
 (0)