# vasp.5.4.1.24Jun15 Version Bug 이슈

vasp.5.4.1.24Jun15 버전은 버그가 있어 패치가 필요한것으로 알려져 있습니다.

아래 내용들을 참고 하여 vasp 설치 전 패치를 진행해야 오류가 발생하지 않습니다.

* **참고 주소**
  * vasp site : <https://www.vasp.at/index.php/news/archive>
  * vasp wiki site : <http://cms.mpi.univie.ac.at/wiki/index.php/Installing\\_VASP>
* **패치 파일 목록**
  * vasp download portal 또는 vasp wiki 에서 다운로드 가능합니다.
    * patch.5.4.1.08072015.gz
    * patch.5.4.1.27082015.gz
    * patch.5.4.1.06112015.gz
* **패치 방법**

각 압축 파일을 Gunzip 후 vasp.5.4.1 root directory 에서 패치 진행(압축해제 방법은 생략합니다)

```shell-session
$ patch -p1 < patch.5.4.1.08072015
$ patch -p1 < patch.5.4.1.27082015
$ patch -p1 < patch.5.4.1.06112015
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs-ksc.gitbook.io/blog/tips/common/vasp.5.4.1.24jun15-version-bug-issue.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
