Skip to content

Commit

Permalink
Merge pull request brucefan1983#712 from zhyan0603/zhyan0603-GPUMD
Browse files Browse the repository at this point in the history
Change keywords for NELM check
  • Loading branch information
brucefan1983 authored Aug 22, 2024
2 parents ffc9242 + 9a564c1 commit e1a6fd1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ for file in $(find "$read_dire" -name "OUTCAR"); do
continue
fi

NELM=$(grep "NELM" "$file" | awk '{print $3}' | tr -d ';')
NELM=$(grep "of ELM steps" "$file" | awk '{print $3}' | tr -d ';')
actual_steps=$(grep -c "Iteration" "$file")

if grep -q "aborting loop because EDIFF is reached" "$file"; then
Expand Down

0 comments on commit e1a6fd1

Please sign in to comment.