fermitools / jobsub_lite

jobsub_lite is a wrapper for HTCondor job submission
Apache License 2.0
1 stars 7 forks source link

Document different location of VOMS proxy #258

Closed shreyb closed 1 year ago

shreyb commented 1 year ago

Request by @hschellman:

Document on our differences page here the fact that jobsub_client used to overwrite VOMS proxies at /tmp/x509up_u$(id -u), and that jobsublite follows the ifdh convention of writing the VOMS proxy at `/tmp/x509up$(id -u)`.

We should also explain the benefits this brings, and how to use this jobsub_lite-created proxy interactively with other grid tools like xrootd by setting X509_USER_PROXY to the new path.

shreyb commented 1 year ago

This was actually partially done here: https://fifewiki.fnal.gov/wiki/Differences_between_jobsub_lite_and_legacy_jobsub_client/server#Location_of_VOMS_proxy

I added instructions on how to use the jobsub_lite-generated proxy interactively.