deepmodeling / dpdispatcher

generate HPC scheduler systems jobs input scripts and submit these scripts to HPC systems and poke until they finish
https://docs.deepmodeling.com/projects/dpdispatcher/
GNU Lesser General Public License v3.0
42 stars 56 forks source link

How to execute `ssh` command in machine.json #474

Closed thangckt closed 1 month ago

thangckt commented 1 month ago

Dear,

I wonder how setting to perform an ssh command in Machine In some clusters, they organize multi sub_cluster in a general gate After connect to hostname, we must perform an ssh command to connect to cluster ex, ssh Falcon So, how to set this in Machine?

May need to add a key exec_command?

Thank