From 5756ec4a53d91a09e54b991e4755c0c8cfdc5c0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Wacker?= <s.wacker@tudelft.nl> Date: Wed, 25 Sep 2024 15:32:11 +0200 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index f9c71fd..18ef780 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. -- GitLab