Note: This version of the VDT (1.10.1) is supported, but is not our latest stable release. The current stable release is 2.0.0.
Globus-CondorNFSLite-Setup
package. This will install Condor, unless you have set some
environment variables to specify a pre-existing Condor installation.
More information
In order for the CondorNFSLite job manager to work properly, you need
to tell Condor to run all jobs with an job wrapper. This is a
simple script that is run before all jobs. This paricular job wrapper
makes sure that the job sets the working directory correctly. To tell
Condor to use the job wrapper, set USER_JOB_WRAPPER in
your Condor configuration file. For example:
USER_JOB_WRAPPER = /opt/vdt/post-install/condor_nfslite_job_wrapper.sh
You can find the job wrapper in
$VDT_LOCATION/post-install/condor_nfslite_job_wrapper.sh.
Description of USER_JOB_WRAPPER from the Condor 6.8 manual.
By default, this jobmanager is named jobmanager-condornfslite, not jobmanager-condor. If you want this jobmanager to replace the standard jobmanager-condor, follow these steps:
> cd $VDT_LOCATION/globus/lib/perl/Globus/GRAM/JobManager > mv condornfslite.pm condor.pm
> cd $VDT_LOCATION/globus/etc/grid-services > mv jobmanager-condornfslite jobmanager-condor > vi jobmanager-condor # then change condornfslite to condor
> cd $VDT_LOCATION/globus/share/globus_gram_job_manager/ > mv condornfslite.rvf condor.rvf
(FileSystemDomain = \"osg.example.com\").