Skip to content
This repository was archived by the owner on Dec 7, 2021. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
pkg/*
!pkg/.keep

__pycache__
8 changes: 6 additions & 2 deletions README
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Note: Updated and works (at least for me) in Python 3


PBS Tools
Copyright 2005-2019, Ohio Supercomputer Center
Copyright 2008-2015, University of Tennessee
Copyright 2021-2025, Chen Chen

Website: http://www.osc.edu/~troy/pbstools/
Git repo: https://github.com/tabaer/pbstools
Expand Down Expand Up @@ -60,9 +64,9 @@ Database/web tools:
Note: these all assume a MySQL DB back end running on the same server
as pbs_server and PHP-enabled httpd.

etc/create-tables.sql -- Create "pbsacct" database, table, and two
etc/create-tables.mysql -- Create "pbsacct" database, table, and two
user accounts (pbsacct and webapp) used by the other DB tools. To
initialize, run "mysql -u root -p passwd <create-tables.sql".
initialize, run "mysql -u root -p passwd <create-tables.mysql".

sbin/job-db-update -- Parses PBS job accounting records and inserts
them into DB.
Expand Down
Loading