aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorjbordalo <[email protected]>2026-02-11 13:59:59 +0000
committerjbordalo <[email protected]>2026-02-11 13:59:59 +0000
commit5e5448bdd899ba9ba263200616a348acda5eb0ed (patch)
tree08f273d3f7dedc1f044ad7017119718f6b10bfb5 /README.md
parent62e24e5a18b7041717668dff780bd923d0506c47 (diff)
Add support for differing username between cluster and local machine
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 49c12bc..fbe1bd4 100644
--- a/README.md
+++ b/README.md
@@ -38,6 +38,8 @@ export FRONTEND_HOSTNAME="<cluster's hostname, ex: dicluster>"
38# tell oar-p2p to auto detect that job and use it so you dont have to 38# tell oar-p2p to auto detect that job and use it so you dont have to
39# specify the job id. 39# specify the job id.
40# export OAR_P2P_INFER_JOB_ID=true 40# export OAR_P2P_INFER_JOB_ID=true
41# optionally, you can pass the cluster username if it differs from the local one
42# export CLUSTER_USERNAME="<cluster username>"
41``` 43```
42you can now use a tool like [direnv](https://direnv.net) or just `source` the file with those variables. 44you can now use a tool like [direnv](https://direnv.net) or just `source` the file with those variables.
43 45