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
Copy file name to clipboardExpand all lines: README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,14 +97,14 @@ Commands:
97
97
render Generate markdown files summarizing available ULHPC modules
98
98
```
99
99
100
-
*`./scripts/resif3_module2markdown.py collect [...]` is **expected to by run on one of the cluster** to access the RESIF root path `/opt/apps/resif`
101
-
- use **`make resif-collect`** to perform the following operations:
102
-
* upload the script and the necessary files on the cluster access frontend (see `RESIF_COLLECT_HOST` variable in [`.Makefile.local`](.Makefile.local))
103
-
* generate a virtualenv under `RESIF_COLLECT_TMPDIR`
104
-
* invoke the script in `collect` mode to generate the YAML file `RESIF_COLLECT_YAML`
105
-
* download the generated yaml and store it under [`data/resif_modules.yaml`](data/resif_modules.yaml)
106
-
*`./scripts/resif3_module2markdown.py render [...]` can be used locally to render/generate the markdown files **based on the data stored in [`data/resif_modules.yaml`](data/resif_modules.yam)**
107
-
- use **`make resif-render`** to perform this action
100
+
-`./scripts/resif3_module2markdown.py collect [...]` is **expected to by run on one of the cluster** to access the RESIF root path `/opt/apps/resif`
101
+
- use **`make resif-collect`** to perform the following operations:
102
+
- upload the script and the necessary files on the cluster access frontend (see `RESIF_COLLECT_HOST` variable in [`.Makefile.local`](.Makefile.local))
103
+
- generate a virtualenv under `RESIF_COLLECT_TMPDIR`
104
+
- invoke the script in `collect` mode to generate the YAML file `RESIF_COLLECT_YAML`
105
+
- download the generated yaml and store it under [`data/resif_modules.yaml`](data/resif_modules.yaml)
106
+
-`./scripts/resif3_module2markdown.py render [...]` can be used locally to render/generate the markdown files **based on the data stored in [`data/resif_modules.yaml`](data/resif_modules.yam)**
107
+
- use **`make resif-render`** to perform this action
0 commit comments