diff --git a/docs/additional-resources/changelog.md b/docs/additional-resources/changelog.md index a06bfa3c..4d6f815e 100644 --- a/docs/additional-resources/changelog.md +++ b/docs/additional-resources/changelog.md @@ -17,7 +17,8 @@ The following is a high-level list of notable changes made to CU Research Comput | Apr | `amc`, `csu`, and `rmacc` partitions removed | Affects user job submission parameters | | Apr | SDS production rollout at [sds.rc.colorado.edu](https://sds.rc.colorado.edu) | New CURC service providing detailed information on software available to users (caveat: some content is AI-generated) | | Apr | RCAMP upgrade (including new Django interface) | New interface for adding/removing users from groups/projects; Safari may no longer render interface correctly | -| Jun | Retired `mem` QoS, introduced `mem-normal` and `mem-long` QoSes | Affects user job submission parameters | -| Jul | Created the QoSes `gpu-normal`, `gpu-long`, and `gpu-testing`. Replaced all GPU partition QoSes with these new QoSes. Removed the `atesting_a100` and `atesting_mi100` partitions. | Affects user job submission parameters and max GPU limits per user and QoS | -| Aug | Renamed the `amilan` partition to `acpu` and the `normal` and `long` QoSes to `cpu-normal` and `cpu-long`, respectively. Added 17 CPU-only nodes to the `acpu` partition, 8 nodes with 4 RTX Pro 6000 GPUs each to the new `artxpro6000` partition, and 8 nodes with 4 H200 GPUs each to the new `ah200` partition. | Increased availability of CPU and GPU resources and affects user job submission parameters | +| Jun | Retired `mem` QoS, introduced `mem-normal` and `mem-long` QoS | Affects user job submission parameters | +| Jul | Created the QoS `gpu-normal`, `gpu-long`, and `gpu-testing`. Replaced all GPU partition QoS with these new QoS. Removed the `atesting_a100` and `atesting_mi100` partitions. | Affects user job submission parameters and max GPU limits per user and QoS | +| Aug | Renamed the `amilan` partition to `acpu` and the `normal` and `long` QoS to `cpu-normal` and `cpu-long`, respectively. Added 17 CPU-only nodes to the `acpu` partition, 8 nodes with 4 RTX Pro 6000 GPUs each to the new `artxpro6000` partition, and 8 nodes with 4 H200 GPUs each to the new `ah200` partition. | Increased availability of CPU and GPU resources and affects user job submission parameters | +| Sep | Added job submission checks that ensure the `--oversubscribe` Slurm directive is only used with the `acompile` and `ahub` partitions. | Affects user job submission parameters. | :::: diff --git a/docs/running-jobs/error-status-codes.md b/docs/running-jobs/error-status-codes.md index 0bd398fd..e426ab87 100644 --- a/docs/running-jobs/error-status-codes.md +++ b/docs/running-jobs/error-status-codes.md @@ -78,6 +78,7 @@ documentation.](https://slurm.schedmd.com/squeue.html#lbAF) | 19 | The requested runtime of the `` QoS must be greater than `` hour(s). | You have not requested enough time to meet the minimum required for this QoS. | Increase the time requested for the job, or switch to a different QoS that supports shorter jobs. You can find a list of valid QoS values and their associated runtime constraints in our [Alpine QoS Documentation](../clusters/alpine/alpine-hardware.md#quality-of-service-qos). | | 20 | When requesting resources from GPU partitions, users must specify `--gres`. | You have not specified a `GRES` using the `--gres` directive, which is required on this partition. | Specify a `GRES` using the `--gres` directive. You can find a list of Alpine `GRES`, as well as examples, in our [Alpine GRES Documentation](../clusters/alpine/alpine-hardware.md#general-resources-gres). | | 21 | If a list of GPU partitions is provided, then `GRES` must be set to `--gres=gpu:N`, where `N` is the number of GPUs. | You have provided an invalid `GRES` format while using a list of GPU partitions. | Use the `GRES` format `--gres=gpu:N`, where `N` is the number of GPUs. | +| 22 | The oversubscribe Slurm directive cannot be used with the provided partition. | You have provided the `--oversubscribe` Slurm directive and it is not allowed to be used with the provided partition. | Remove the `--oversubscribe` Slurm directive or change to a compatible partition. | ## Alpine Job Submission Warning Codes diff --git a/graphviz_flowcharts/generated_images/getting_started_cloud_flowchart.svg b/graphviz_flowcharts/generated_images/getting_started_cloud_flowchart.svg index 95588627..c4e83e1c 100644 --- a/graphviz_flowcharts/generated_images/getting_started_cloud_flowchart.svg +++ b/graphviz_flowcharts/generated_images/getting_started_cloud_flowchart.svg @@ -1,17 +1,17 @@ - + -Cloud computing assistance +Cloud computing assistance -Amazon Web Services +Amazon Web Services @@ -24,7 +24,7 @@ -Microsoft Azure +Microsoft Azure @@ -37,7 +37,7 @@ -Google Cloud Platform +Google Cloud Platform diff --git a/graphviz_flowcharts/generated_images/getting_started_hpc_flowchart.svg b/graphviz_flowcharts/generated_images/getting_started_hpc_flowchart.svg index cb71464c..d7361994 100644 --- a/graphviz_flowcharts/generated_images/getting_started_hpc_flowchart.svg +++ b/graphviz_flowcharts/generated_images/getting_started_hpc_flowchart.svg @@ -1,12 +1,12 @@ - + -CURC Policies +CURC Policies @@ -14,7 +14,7 @@ -Logging In +Logging In @@ -27,7 +27,7 @@ -Acknowledging CURC +Acknowledging CURC @@ -40,7 +40,7 @@ -Trainings +Trainings @@ -53,7 +53,7 @@ -FAQs +FAQs @@ -65,7 +65,7 @@ -What does the HPC system look like? +What does the HPC system look like? @@ -76,7 +76,7 @@ -Node types +Node types @@ -89,7 +89,7 @@ -CURC filesystem +CURC filesystem @@ -101,13 +101,13 @@ -How do I run a job? +How do I run a job? -Slurm +Slurm @@ -120,7 +120,7 @@ -Open OnDemand +Open OnDemand @@ -132,13 +132,13 @@ -What clusters are available? +What clusters are available? -Alpine +Alpine @@ -151,7 +151,7 @@ -Blanca +Blanca @@ -169,7 +169,7 @@ -Transferring data +Transferring data @@ -182,7 +182,7 @@ -PetaLibrary +PetaLibrary @@ -205,7 +205,7 @@ -Interactive jobs +Interactive jobs @@ -218,7 +218,7 @@ -Batch jobs +Batch jobs @@ -230,7 +230,7 @@ -How do I run software? +How do I run software? @@ -251,7 +251,7 @@ -The module system +The module system @@ -264,7 +264,7 @@ -Containerization +Containerization @@ -277,7 +277,7 @@ -Spack +Spack @@ -290,7 +290,7 @@ -Conda environments +Conda environments @@ -303,7 +303,7 @@ -Available software +Available software