You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
slurm_scheduler: inherit cwd instead of image + skip mem request via cfg (#372)
Summary:
This makes the slurm_scheduler inherit the local cwd instead of specifying chdir to the image to better match the behavior of local_cwd and the other schedulers. It also adds a `nomem=true` cfg option so you can avoid requesting memory on pcluster nodes
Fixes#371Fixes#359
Pull Request resolved: #372
Test Plan:
```
pytest torchx/schedulers/test/slurm_scheduler_test.py
scripts/slurmint.sh
```
CI
Reviewed By: kiukchung
Differential Revision: D33723086
Pulled By: d4l3k
fbshipit-source-id: 2ed65995dd88480ebcebd867c0d46f2c8b217a8c
0 commit comments