1.3 KiB
1.3 KiB
Project Operating Notes
Remote experiment hosts
- Experiment machines:
dash1,dash2,dash3, anddash4. - Do not use or probe
dash0; it is reserved for other users. - Hardware expectation: 8 NVIDIA H20 GPUs per host.
- Before scheduling, probe only
dash1--dash4and confirm all eight GPUs are idle and healthy. - Remote project path:
/home/admin/cpfs/wjh/aituner/aituner. - If remote downloads are slow or fail, start the proxy from the remote
wjhhome directory with./auto_proxy.sh, then run downloads in a shell whereproxyOnfrom~/.bashrchas been applied. Ifautosshis unavailable,ssh -Nf proxyprovides the same local127.0.0.1:11235tunnel.
Local/remote sync workflow
- Treat this local repository and the
dash1--dash4repositories as the same project checkout. - Synchronize code through Git using
commit,push, andpull. - For remote experiments, commit local changes, push to
origin, then pull on each assigned host in/home/admin/cpfs/wjh/aituner/aitunerbefore running. - Up to four independent 8-GPU experiment groups may run in parallel, one group per host; pin every job explicitly to one of
dash1--dash4. - Do not ask for the remote host or project path again unless the user explicitly changes them.