# CU e-Science HTC-HPC Cluster and Cloud

## CU e-Science HTC-HPC Cluster and Cloud

- [CU e-Science HTC-HPC Cluster and Cloud](https://esciencecu-twiki.sc.chula.ac.th/master.md): Joint collaboration between Department of Physics, Faculty of Science and Department of Computer Engineering, Faculty of Engineering, Chulalongkorn University.
- [Our resources](https://esciencecu-twiki.sc.chula.ac.th/introduction-to-our-cluster/our-resources.md)
- [Registration](https://esciencecu-twiki.sc.chula.ac.th/introduction-to-our-cluster/registration.md)
- [Login to our cluster](https://esciencecu-twiki.sc.chula.ac.th/introduction-to-our-cluster/login-to-our-cluster.md)
- [Disk space](https://esciencecu-twiki.sc.chula.ac.th/introduction-to-our-cluster/disk-space.md)
- [Acknowledgement and Publication](https://esciencecu-twiki.sc.chula.ac.th/introduction-to-our-cluster/acknowledgement-and-publication.md)
- [101: How to submit Slurm batch jobs](https://esciencecu-twiki.sc.chula.ac.th/slurm/slurm-101-how-to-submit-slurm-batch-jobs.md): Introduction on how to submit the job to the Slurm cluster
- [101: Interactive jobs with Slurm](https://esciencecu-twiki.sc.chula.ac.th/slurm/101-interactive-jobs-with-slurm.md)
- [Basic Slurm commands](https://esciencecu-twiki.sc.chula.ac.th/slurm/slurm-basic-slurm-commands.md)
- [QoS and Partition](https://esciencecu-twiki.sc.chula.ac.th/slurm/slurm-qos-and-partition.md)
- [Job priority](https://esciencecu-twiki.sc.chula.ac.th/slurm/job-priority.md)
- [Available complier and software](https://esciencecu-twiki.sc.chula.ac.th/slurm/slurm-available-complier-and-software.md)
- [Examples](https://esciencecu-twiki.sc.chula.ac.th/slurm/slurm-examples.md)
- [Simple C, C++, Python program](https://esciencecu-twiki.sc.chula.ac.th/slurm/slurm-examples/slurm-simple-c++-python-program.md)
- [Python with VirtualEnv](https://esciencecu-twiki.sc.chula.ac.th/slurm/slurm-examples/slurm-python-with-virtualenv.md)
- [How do I submit a large number of very similar jobs?](https://esciencecu-twiki.sc.chula.ac.th/slurm/slurm-examples/slurm-how-do-i-submit-a-large-number-of-very-similar-jobs.md)
- [CMSSW](https://esciencecu-twiki.sc.chula.ac.th/slurm/slurm-examples/slurm-cmssw.md)
- [R](https://esciencecu-twiki.sc.chula.ac.th/slurm/slurm-examples/slurm-r.md)
- [Mathematica](https://esciencecu-twiki.sc.chula.ac.th/slurm/slurm-examples/slurm-mathematica.md)
- [Message Passing Interface (MPI)](https://esciencecu-twiki.sc.chula.ac.th/slurm/slurm-examples/slurm-mpi.md)
- [Under construction!](https://esciencecu-twiki.sc.chula.ac.th/kubenetes/untitled.md): Under construction


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://esciencecu-twiki.sc.chula.ac.th/master.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.
