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
2. **Through a relative path**: a path relative from the current working directory (i.e., where the Slurm command is executed). Should be prepended by `./`.
$ srun --environment=./.edf/ubuntu.toml echo "Hello"# currently at ${HOME}
16
16
```
17
-
x. Assuming `debian.toml` is in the current folder.
18
17
19
18
3. **From EDF search paths**: the name of EDF in [EDF search path][ref-ce-edf-search-path]. `--environment` also accepts the EDF filename without the `.toml` extension:
0 commit comments