We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In launch_jobs, for analysis launches, we need the following added to the launch script:
export CONDOR_VAULT_STORER_ID=`uuidgen -r` export CONDOR_VAULT_STORER_USER="[email protected]" vtk=`echo $HTGETTOKENOPTS | sed -e 's/.*--vaulttokeninfile=\([^ ]*\).*/\1/'` cp $vtk /tmp/vt_$CONDOR_VAULT_STORER_ID-$JOBSUB_GROUP chmod 400 /tmp/vt_$CONDOR_VAULT_STORER_ID-$JOBSUB_GROUP
So that the stock condor_vault_storer can operate in the shared poms_launcher environment.
Then we can drop the 'condor_vault_storer' from jobsub_lite, and use the stock HTCondor one (for suitably recent condor versions).
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In launch_jobs, for analysis launches, we need the following added to the launch script:
So that the stock condor_vault_storer can operate in the shared poms_launcher environment.
Then we can drop the 'condor_vault_storer' from jobsub_lite, and use the stock HTCondor one (for suitably recent condor versions).
The text was updated successfully, but these errors were encountered: