diff options
| author | jbordalo <[email protected]> | 2026-02-11 13:59:59 +0000 |
|---|---|---|
| committer | jbordalo <[email protected]> | 2026-02-11 13:59:59 +0000 |
| commit | 5e5448bdd899ba9ba263200616a348acda5eb0ed (patch) | |
| tree | 08f273d3f7dedc1f044ad7017119718f6b10bfb5 /README.md | |
| parent | 62e24e5a18b7041717668dff780bd923d0506c47 (diff) | |
Add support for differing username between cluster and local machine
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -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 | ``` |
| 42 | you can now use a tool like [direnv](https://direnv.net) or just `source` the file with those variables. | 44 | you can now use a tool like [direnv](https://direnv.net) or just `source` the file with those variables. |
| 43 | 45 | ||
