From d4cf70e0ffda6fcad42ee5bcc27aff4c3b1e9660 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Wacker?= <s.wacker@tudelft.nl> Date: Wed, 25 Sep 2024 10:37:17 +0200 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c3a2f5a..f9c71fd 100644 --- a/README.md +++ b/README.md @@ -44,12 +44,12 @@ This configuration enhances the shell environment with various aliases, commands #### 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 output with JobID, JobName (30 characters), State, Elapsed, Timelimit, AllocNodes, Priority, Start, and NodeList. -- **`sq`**: Shortcut for monitoring jobs of the current user using `squeue -u $USER`, showing Job ID (%.18i), Partition (%.12P), Job Name (%.30j), User (%.15u), State (%.2t), Time Elapsed (%.12M), Number of Nodes (%.6D), and Reason (%R). -- **`slurm-show-my-accounts`**: Lists all accounts associated with the current user using `sacctmgr`, showing User (%-20), Account (%-45), Max jobs, Max submit, Max wall time, and Max resources per job (%-40). -- **`slurm-show-all-accounts`**: Displays all SLURM accounts configured in the system with Account (30 characters), Organization (30 characters), and Description (60 characters). +- **`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`, displaying Job ID (%.15i), User (%.9r), Fair share (%.10y), Submit time (%.10S), Account (%.10A), Partition (%.10B), Job Name (%.10f), Priority (%.10J), QOS (%.10P), and Time (%.20T). +- **`slurm-show-priorities`**: Shows job priorities for the current user using `sprio`. #### Conda aliases -- GitLab