We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d975f41 commit f3c3d75Copy full SHA for f3c3d75
tests/integrate/Autotest.sh
@@ -250,7 +250,7 @@ for dir in $testdir; do
250
TIMEFORMAT='[----------] Time elapsed: %R seconds'
251
#parallel test
252
time {
253
- if [ "$case" = "282_NO_RPA" -o "$dir" = "102_PW_BPCG" ]; then
+ if [ "$case" = "282_NO_RPA" ]; then
254
mpirun -np 1 $abacus > log.txt
255
else
256
mpirun -np $np $abacus > log.txt
0 commit comments