Skip to content

Commit

Permalink
Update running.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yandthj authored Jul 31, 2024
1 parent 4c259be commit 4de0e57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Documentation/Systems/Kestrel/running.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Nodes in the shared partition can be shared by multiple users or jobs. This part

#### Usage

Currently, there are 64 standard compute nodes available in the shared partition. These nodes have about 240G of usable RAM and 104 cores. By default, your job will be allocated about 1G of RAM per core requested To change this amount, you can use the ```--mem``` or ```--mem-per-cpu``` flag in your job submission. To request all of the memory available on a node, use the `--mem=0` flag.
Currently, there are 64 standard compute nodes available in the shared partition. These nodes have about 240G of usable RAM and 104 cores. By default, your job will be allocated about 1G of RAM per core requested. To change this amount, you can use the ```--mem``` or ```--mem-per-cpu``` flag in your job submission. To request all of the memory available on a node, use the `--mem=0` flag.

??? info "Sample batch script for a job in the shared partition"
```
Expand Down

0 comments on commit 4de0e57

Please sign in to comment.