diff --git a/README.md b/README.md index f9c71fd08d213b56f27d8260ef349fa857063d2a..18ef780549132947ba2644b081225535a659bde3 100644 --- a/README.md +++ b/README.md @@ -43,14 +43,13 @@ This configuration enhances the shell environment with various aliases, commands - `....`: Navigates three directories up. #### SLURM aliases -- **`interactive`**: Starts an interactive job session in SLURM using `srun` with 1 node, 1 task, 4 CPUs per task, 8 GB memory, and a time limit of 1 hour. - **`st`**: Simplifies job tracking by formatting the `sacct` command. - **`sq`**: Shortcut for monitoring jobs of the current user using `squeue -u $USER`. - **`slurm-show-my-accounts`**: Lists all accounts associated with the current user using `sacctmgr`. - **`slurm-show-all-accounts`**: Displays all SLURM accounts configured in the system. - **`slurm-show-nodes`**: Uses `sinfo -lNe` to display detailed information about all nodes in the SLURM cluster. - **`slurm-show-priorities`**: Shows job priorities for the current user using `sprio`. - +- **`slurm-show-partitions`**: Shows all partitions and the nodes belonging to them. #### Conda aliases - `ca`: Activates a conda environment.