Mattoolkit CLI
Used to execute the queued VASP calculations. Needs to be installed on all clients to run jobs from the Material Toolkit.
Handling Port Restrictions
function ssh_tunnel()
{
if [[ $(ps aux | grep "[s]sh -D 8443") ]]; then
echo "SSH proxy already exists"
else
echo "SSH socks proxy created on port 8443"
ssh -D 8443 -f -C -q -N newton
fi
}
function tunnel_if_no_http()
{
if [[ $(nc -vz google.com 80 -w 1 |& grep failed) ]]; then
ssh_tunnel
export http_proxy=socks5://localhost:8443/
export https_proxy=socks5://localhost:8443/
fi
}
tunnel_if_no_http
Release files for mattoolkit 0.0.32
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| mattoolkit-0.0.32.tar.gz | 29.4 kB | Details |
Release files / mattoolkit-0.0.32.tar.gz
| Download URL | mattoolkit-0.0.32.tar.gz |
|---|---|
| Size | 29.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
60fb84748e0daa5a268de34a57b94e1d1361ab35a1b05cecea6901b0882ac1ac
|
|
BLAKE2b-256 checksum How to use checksums |
738951a4e6205fe778fa55936340dabc2c606980cf52da24b89ff82b3f78fc70
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |