Skip to content

Commit 6709664

Browse files
authored
More Acrolinx
1 parent e9a424d commit 6709664

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/cyclecloud/how-to/bursting/setup-instructions-for-cloud-bursting.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ Uploading CycleCloud project to the locker
4848
## Slurm Scheduler Installation and Configuration
4949

5050
- A VM should be deployed using the specified **AlmaLinux HPC 8.7** or **Ubuntu HPC 22.04** image.
51-
- If you already have a Slurm Scheduler installed, you can skip this step. However, it's advisable to review the script to make sure it is compatible with your current setup.
51+
- If you already have a Slurm Scheduler installed, you can skip this step. However, it's advisable to review the script to make sure it's compatible with your current setup.
5252
- Run the Slurm scheduler installation script (`slurm-scheduler-builder.sh`) and provide the cluster name (`<clustername>`) when prompted.
53-
- This script will setup NFS server and install and configure Slurm Scheduler.
53+
- This script will set up NFS server and install and configure Slurm Scheduler.
5454
- If you're using an external NFS server, you can delete the NFS setup entries from the script.
5555

5656
```bash
@@ -126,7 +126,7 @@ sh useradd_example.sh
126126

127127
## Testing the Setup
128128

129-
- Log in as a test user (e.g., `<username>`) on the Scheduler node.
129+
- Log in as a test user (example, `<username>`) on the Scheduler node.
130130
- Submit a test job to verify that the setup is functioning correctly.
131131

132132
```bash

0 commit comments

Comments
 (0)