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
Revise the --environment usage with the default EDF search path. (#207)
There was a misunderstanding from my side when I wrote this
documentation. This PR fixes this misunderstanding.
---------
Co-authored-by: Gwangmu Lee <gwangmu.lee@cscs.ch>
Copy file name to clipboardExpand all lines: docs/software/container-engine/run.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ There are three ways to do so:
15
15
$ srun --environment=./.edf/ubuntu.toml echo "Hello" # from ${HOME}.
16
16
```
17
17
18
-
3. **From EDF search paths**: the name of EDF in the [EDF search path][ref-ce-edf-search-path]. `--environment` also accepts the EDF filename without the `.toml` extension:
18
+
3. **From EDF search paths**: the name of EDF in the [EDF search path][ref-ce-edf-search-path]. Notice that in this way, `--environment` accepts the EDF filename **without** the `.toml` extension.
0 commit comments