An open API service indexing awesome lists of open source software.

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

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