1CONDOR_VERSION(1) HTCondor Manual CONDOR_VERSION(1)
2
3
4
6 condor_version - HTCondor Manual
7
8 print HTCondor version and platform information
9
10
12 condor_version [-help ]
13
14 condor_version [-arch ] [-opsys ] [-syscall ]
15
17 With no arguments, condor_version prints the currently installed HTCon‐
18 dor version number and platform information. The version number in‐
19 cludes a build identification number, as well as the date built.
20
22 -help Print usage information
23
24 -arch Print this machine's ClassAd value for Arch
25
26 -opsys Print this machine's ClassAd value for OpSys
27
28 -syscall
29 Get any requested version and/or platform information from
30 the libcondorsyscall.a that this HTCondor pool is configured
31 to use, instead of using the values that are compiled into
32 the tool itself. This option may be used in combination with
33 any other options to modify where the information is coming
34 from.
35
37 condor_version will exit with a status value of 0 (zero) upon success,
38 and it should never exit with a failing value.
39
41 HTCondor Team
42
44 1990-2023, Center for High Throughput Computing, Computer Sciences De‐
45 partment, University of Wisconsin-Madison, Madison, WI, US. Licensed
46 under the Apache License, Version 2.0.
47
48
49
50
51 Oct 02, 2023 CONDOR_VERSION(1)