Skip to content

Commit

Permalink
Update slurm.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-S-Rosen authored Jul 25, 2023
1 parent bc46773 commit 2862536
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions covalent_slurm_plugin/slurm.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ class SlurmExecutor(AsyncBaseExecutor):
Args:
username: Username used to authenticate over SSH.
address: Remote address or hostname of the Slurm login node.
ssh_key_file: Full path to the private RSA key used to authenticate over SSH (usually at /home/username/.ssh/id_rsa).
cert_file: Full path to the certificate file used to authenticate over SSH, if required (usually has extension .pub).
ssh_key_file: Path to the private RSA key used to authenticate over SSH (usually at ~/.ssh/id_rsa). Note that you should use the full, resolved path (i.e. do not use `~/` in the string).
cert_file: Path to the certificate file used to authenticate over SSH, if required (usually has extension .pub). Note that you should use the full, resolved path (i.e. do not use `~/` in the string).
sshproxy: Dictionary of parameters for sshproxy, namely the "hosts": List[str], "username": str, and "secret": str.
remote_workdir: Working directory on the remote cluster.
create_unique_workdir: Whether to create a unique working (sub)directory for each task.
Expand Down

0 comments on commit 2862536

Please sign in to comment.