Command list
Connections commands
jhpce
: Establish a connection to the JHPCE clusterclose
: Close the connectionreconnect
: Reconnect to the JHPCE cluster
Local commands
local_set_dir
: Set the local directory
Git commands
local_set_repo
: Set the local git repositorylocal_git_pull
: Pull from the local git repositorylocal_git_push
: Push to the local git repositoryremote_set_repo
: Set the remote git repositoryremote_git_pull
: Pull from the remote git repositoryremote_git_push
: Push to the remote git repository
Remote commands
remote_set_dir
: Set the remote directoryremote_ls
: List the files in the remote directoryremote_dircheck
: Check if a remote directory exists
Slurm commands
remote_squeue
: List the jobs in the queueremote_sinfo
: List the nodes in the clusterremote_sstat
: Get the status of a jobremote_sbatch
: Submit a jobremote_scancel
: Cancel a jobremote_sacct
: Get the accounting of a job