Skip to content
Snippets Groups Projects
Commit 5756ec4a authored by Sören Wacker's avatar Sören Wacker
Browse files

Update README.md

parent 5ea4a6e2
Branches
No related tags found
No related merge requests found
...@@ -43,14 +43,13 @@ This configuration enhances the shell environment with various aliases, commands ...@@ -43,14 +43,13 @@ This configuration enhances the shell environment with various aliases, commands
- `....`: Navigates three directories up. - `....`: Navigates three directories up.
#### SLURM aliases #### 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. - **`st`**: Simplifies job tracking by formatting the `sacct` command.
- **`sq`**: Shortcut for monitoring jobs of the current user using `squeue -u $USER`. - **`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-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-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-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-priorities`**: Shows job priorities for the current user using `sprio`.
- **`slurm-show-partitions`**: Shows all partitions and the nodes belonging to them.
#### Conda aliases #### Conda aliases
- `ca`: Activates a conda environment. - `ca`: Activates a conda environment.
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment