Skip to content

Commit

Permalink
Update running.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yandthj committed May 31, 2024
1 parent b9c3e72 commit fb55578
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Documentation/Systems/Kestrel/running.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Unlike the other partitions, nodes in the shared partition can be shared by mult

#### Usage

Currently, there are 64 standard compute nodes available in the shared partition. These nodes have 242GB of usable RAM and 104 cores. By default, your job will be allocated 1.024GB of RAM per core requested To change this amount, you can use the ```--mem``` or ```--mem-per-cpu``` flag in your job submission.
Currently, there are 64 standard compute nodes available in the shared partition. These nodes have about 242GB of usable RAM and 104 cores. By default, your job will be allocated about 1GB of RAM per core requested To change this amount, you can use the ```--mem``` or ```--mem-per-cpu``` flag in your job submission.

??? info "Sample batch script for a job in the shared partition"
```
Expand All @@ -58,7 +58,7 @@ Currently, there are 64 standard compute nodes available in the shared partition
#SBATCH --partition=shared
#SBATCH --time=2:00:00
#SBATCH --ntasks=26 # CPUs requested for job
#SBATCH --mem-per-cpu=2000 # Request 2GB per core.
#SBATCH --mem-per-cpu=2000 # Request 2G per core.
#SBATCH --account=<allocation handle>

cd /scratch/$USER
Expand Down

0 comments on commit fb55578

Please sign in to comment.