# 공통

- [oneAPI 소개](https://docs-ksc.gitbook.io/blog/tips/common/openapi-about.md): 슈퍼컴퓨팅인프라센터 2021. 11. 3. 10:34
- [AMD Instinct MI100 GPU 성능 테스트](https://docs-ksc.gitbook.io/blog/tips/common/amd-instinct-mi100-gpu-performance-test.md): 슈퍼컴퓨팅인프라센터 2021. 5. 6. 17:50
- [Checkpoint 기능 관련 안내](https://docs-ksc.gitbook.io/blog/tips/common/checkpoint-function-related-information.md): 슈퍼컴퓨팅인프라센터 2021. 5. 3. 14:44
- [인터렉티브 작업 제출 예제](https://docs-ksc.gitbook.io/blog/tips/common/interactive-job-submission-example.md): 슈퍼컴퓨팅인프라센터 2020. 6. 12. 10:05
- [git 사용 방법 안내](https://docs-ksc.gitbook.io/blog/tips/common/how-to-use-git.md): 슈퍼컴퓨팅인프라센터 2020. 4. 24. 13:54
- [PYTHON 2.7 EOL(End of Life) 안내](https://docs-ksc.gitbook.io/blog/tips/common/python-2.7-eol-guide.md): 슈퍼컴퓨팅인프라센터 2019. 5. 7. 14:52
- [CPU 관련 오류 사항 ( illegal instruction )](https://docs-ksc.gitbook.io/blog/tips/common/cpu-related-error-illegal-instruction.md): 슈퍼컴퓨팅인프라센터 2018. 12. 11. 11:21
- [vasp.5.4.4.18Apr17 Version Bug 이슈](https://docs-ksc.gitbook.io/blog/tips/common/vasp.5.4.4.18apr17-version-bug-issue.md): 슈퍼컴퓨팅인프라센터 2018. 12. 4. 11:39
- [컴파일러별 AVX-512 옵션 정리](https://docs-ksc.gitbook.io/blog/tips/common/avx-512-options-by-compiler.md): 슈퍼컴퓨팅인프라센터 2018. 11. 29. 17:58
- [Linux(Unix) 에서 Text 파일 내용에 ^M 이 붙어 있는 경우 해결 방법](https://docs-ksc.gitbook.io/blog/tips/common/how-to-fix-m-in-text-file-contents-in-linux.md): 슈퍼컴퓨팅인프라센터 2018. 11. 29. 17:36
- [vasp.5.4.1.24Jun15 Version Bug 이슈](https://docs-ksc.gitbook.io/blog/tips/common/vasp.5.4.1.24jun15-version-bug-issue.md): 슈퍼컴퓨팅인프라센터 2017. 5. 12. 16:34
- [오픈 소스 빌드 시에 OpenMP 체크 오류 (Intel 컴파일러)](https://docs-ksc.gitbook.io/blog/tips/common/openmp-check-error-when-building-open-source-intel-compiler.md): 슈퍼컴퓨팅인프라센터 2017. 5. 8. 15:26
- [x86\_64 어셈블리 프로그래밍 기초](https://docs-ksc.gitbook.io/blog/tips/common/x86-64-assembly-programming-basic.md): 슈퍼컴퓨팅인프라센터 2022. 6. 2. 16:08


---

# 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.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.
