> For the complete documentation index, see [llms.txt](https://docs-ksc.gitbook.io/blog/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-ksc.gitbook.io/blog/guide/neuron.md).

# 뉴론

- [공유 노드 정책 변경에 따른 메모리 할당량 설정 안내](https://docs-ksc.gitbook.io/blog/guide/neuron/setting-memory-quota.md): 슈퍼컴퓨팅인프라센터 2022. 3. 31. 12:10
- [SLURM 스케줄러 Fairshare 스케줄링 정책](https://docs-ksc.gitbook.io/blog/guide/neuron/neuron-fairshare-scheduling-policy-in-slurm-scheduler.md): 슈퍼컴퓨팅인프라센터 2021. 11. 12. 14:00
- [FAQ (2025.01)](https://docs-ksc.gitbook.io/blog/guide/neuron/neuron-faq-2021-05.md): 슈퍼컴퓨팅인프라센터 2021. 5. 11. 09:16
- [OpenFOAM 사용자 지침서](https://docs-ksc.gitbook.io/blog/guide/neuron/neuron-openfoam-userguide.md): 슈퍼컴퓨팅인프라센터 2020. 7. 9. 09:19
- [Jupyter 사용자 지침서](https://docs-ksc.gitbook.io/blog/guide/neuron/neuron-jupyter-userguide.md): 슈퍼컴퓨팅인프라센터 2020. 5. 28. 09:15
- [딥러닝 프레임워크 병렬화 사용법](https://docs-ksc.gitbook.io/blog/guide/neuron/neuron-how-to-use-deep-learning-framework-parallelization.md): 슈퍼컴퓨팅인프라센터 2019. 10. 23. 16:25
- [Keras 기반 Multi GPU 사용 방법 (2020.10)](https://docs-ksc.gitbook.io/blog/guide/neuron/neuron-how-to-use-keras-based-multi-gpu-2020-10.md): 슈퍼컴퓨팅인프라센터 2019. 9. 18. 10:31
- [가우시안16(Gaussian16) GPU S/W 사용 안내 (2019.08)](https://docs-ksc.gitbook.io/blog/guide/neuron/neuron-gaussian16-gpu-sw-userguide-2019-08.md): 슈퍼컴퓨팅인프라센터 2019. 8. 13. 10:38
- [slurm 스케쥴러 기본 사용법 (2021.04)](https://docs-ksc.gitbook.io/blog/guide/neuron/neuron-slurm-scheduler-basic-usage-2021-04.md): 슈퍼컴퓨팅인프라센터 2019. 6. 14. 15:00
- [뉴론 시스템 개요(2021.04)](https://docs-ksc.gitbook.io/blog/guide/neuron/neuron-system-overview-2021-04.md): 슈퍼컴퓨팅인프라센터 2019. 4. 30. 09:49


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs-ksc.gitbook.io/blog/guide/neuron.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
