Note: This version of the VDT (1.6.1) is no longer supported. Feel free to look through the documentation and install it, but we cannot guarantee support for it. The current stable release is 2.0.0.

Using a Preexisting Condor Installation

If you are installing the VDT server and you have an external Condor installation that you would like to use in place of the Condor that is installed with VDT you can specify it by setting two environment variables described below before installing the "Condor" package from the VDT. (This is included in the VDT package, the Globus-Condor-Setup package, and the Globus-WS-Condor-Setup package.) When you install the Condor package directly or indirectly via one of these packages, it will either install all of Condor, or it will install pointers to your Condor if you have done the setup below.

Doing so will produce the following effects:

To specify an external Condor installation you need to set the following two environment variables before installing the VDT:

For example, if Condor is installed in /usr/local/condor and the condor_config file is in /usr/local/etc you could do:

setenv VDTSETUP_CONDOR_LOCATION /usr/local/condor
setenv VDTSETUP_CONDOR_CONFIG /usr/local/etc/condor_config
pacman -get VDT