Note: This version of the VDT (1.3.9) 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 VDT.

These variables must be defined at the time you install a package that relies on knowing where Condor is. This includes the following packages:

Note that if you install the Condor package, it will be installed, but your environment will point to the one you define in the environment variables. This is probably not what you want to do because it is confusing.

Defining the environment variables 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:
In csh or tcsh:

setenv VDTSETUP_CONDOR_LOCATION /usr/local/condor
setenv VDTSETUP_CONDOR_CONFIG /usr/local/etc/condor_config
In bash:
export VDTSETUP_CONDOR_LOCATION=/usr/local/condor
export VDTSETUP_CONDOR_CONFIG=/usr/local/etc/condor_config