Skip to content

Commit

Permalink
Rename to sbox
Browse files Browse the repository at this point in the history
  • Loading branch information
ashki23 committed Jul 20, 2021
1 parent d4fba4d commit bb2fcea
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Stool
# Sbox

Sbox is a small toolbox for Slurm that provides information about users' accounts and jobs as well as information about the cluster resources. Sbox-admin designed for Slurm admins to collect users' information by uids. Interactive command uses srun to request resources interactively and interactive-jupyter uses sbatch to run a jupyter server.

Stool is a small toolkit for Slurm that provides information about users' accounts and jobs as well as information about the cluster resources. Stool-admin designed for Slurm admins to collect users' information by uids. Interactive command uses srun to request resources interactively and interactive-jupyter uses sbatch to run a jupyter server.
2 changes: 1 addition & 1 deletion interactive
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Organization: University of Missouri RCSS
# License: GPL-3.0
# Date: 2021/07/09
# Source: https://github.com/ashki23/stool
# Source: https://github.com/ashki23/sbox
# =============================================================================

import os
Expand Down
2 changes: 1 addition & 1 deletion interactive-jupyter
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Organization: University of Missouri RCSS
# License: GPL-3.0
# Date: 2021/07/09
# Source: https://github.com/ashki23/stool
# Source: https://github.com/ashki23/sbox
# =============================================================================

import os
Expand Down
2 changes: 1 addition & 1 deletion stool → sbox
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Organization: University of Missouri RCSS
# License: GPL-3.0
# Date: 2021/07/09
# Source: https://github.com/ashki23/stool
# Source: https://github.com/ashki23/sbox
# =============================================================================

import argparse
Expand Down
2 changes: 1 addition & 1 deletion stool-admin → sbox-admin
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Organization: University of Missouri RCSS
# License: GPL-3.0
# Date: 2021/07/09
# Source: https://github.com/ashki23/stool
# Source: https://github.com/ashki23/sbox
# =============================================================================

import argparse
Expand Down

0 comments on commit bb2fcea

Please sign in to comment.