1CONDOR_REMOTE_CLUSTER(1) HTCondor Manual CONDOR_REMOTE_CLUSTER(1)
2
3
4
6 condor_remote_cluster - HTCondor Manual
7
8 Manage and configure the clusters to be accessed.
9
10
11
13 condor_remote_cluster [-h || --help]
14
15 condor_remote_cluster [-l || --list] [-a || --add <host> [schedd]] [-r
16 || --remove <host>] [-s || --status <host>] [-t || --test <host>]
17
19 condor_remote_cluster is part of a feature for accessing high through‐
20 put computing resources from a local desktop using only an SSH connec‐
21 tion.
22
23 condor_remote_cluster enables management and configuration of the ac‐
24 cess point of the remote computing resource. After initial setup, jobs
25 can be submitted to the local job queue, which are then forwarded to
26 the remote system.
27
28 A <host> is of the form user@fqdn.example.com.
29
31 -help Print usage information and exit.
32
33 -list List all installed clusters.
34
35 -remove <host>
36 Remove an already installed cluster, where the cluster is
37 identified by <host>.
38
39 -add <host> [scheduler]
40 Install and add a cluster defined by <host>. The optional
41 scheduler specifies the scheduler on the cluster. Valid val‐
42 ues are pbs, lsf, condor, sge or slurm. If not given, the de‐
43 fault will be pbs.
44
45 -status <host>
46 Query and print the status of an already installed cluster,
47 where the cluster is identified by <host>.
48
49 -test <host>
50 Attempt to submit a test job to an already installed cluster,
51 where the cluster is identified by <host>.
52
54 HTCondor Team
55
57 1990-2023, Center for High Throughput Computing, Computer Sciences De‐
58 partment, University of Wisconsin-Madison, Madison, WI, US. Licensed
59 under the Apache License, Version 2.0.
60
61
62
63
64 Oct 02, 2023 CONDOR_REMOTE_CLUSTER(1)