@@ -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.