https://github.com/applicativesystem/rust-connect
a rustlang devops/system administration application
https://github.com/applicativesystem/rust-connect
cluster-computing high-performance-computing rust-library slurm-job-scheduler slurm-workload-manager system-administration system-programming
Last synced: 6 months ago
JSON representation
a rustlang devops/system administration application
- Host: GitHub
- URL: https://github.com/applicativesystem/rust-connect
- Owner: applicativesystem
- Created: 2024-10-27T15:26:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-27T21:15:25.000Z (over 1 year ago)
- Last Synced: 2024-11-10T20:18:20.111Z (over 1 year ago)
- Topics: cluster-computing, high-performance-computing, rust-library, slurm-job-scheduler, slurm-workload-manager, system-administration, system-programming
- Language: Rust
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rust-connect
- a rustlang devops/system administration application for automatically submitting jobs to slurm schedulers.
- provide the pub file, username and the ipaddress and the script to be submitted to the cluster.
- an implementation of the server key algorithm.
```
cargo build
╭─gauavsablok@gauravsablok ~/Desktop/rust/rust-connect/target/debug ‹main●›
╰─$ ./rust-connect -h
Usage: rust-connect
Arguments:
please provide the script for the submission to the slurm
please provide the username for the server
please provide the password for the server
please provide the path to the directory on the host
Options:
-h, --help Print help
-V, --version Print version
```
Gaurav Sablok