mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2024-11-10 08:57:25 +01:00
16 lines
225 B
Markdown
16 lines
225 B
Markdown
# HPCJobDatabase
|
|
A standardized interface and reference implementation for HPC job data
|
|
|
|
# Dependencies
|
|
|
|
* Getopt::Long
|
|
* Pod::Usage
|
|
* DateTime::Format::Strptime
|
|
* DBD::SQLite
|
|
|
|
# Setup
|
|
|
|
```
|
|
sqlite3 jobDB < initDB.sql
|
|
```
|