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
* implement pack-run function
* add dry-run and pack-run readme
* give back testing option
* make added global var uppercase
* update downloading url
* add pack-run in intel/amd
* fix link of github packages
Copy file name to clipboardExpand all lines: toolchain/README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -148,7 +148,11 @@ by running these scripts after loading `gcc` or `intel-mkl-mpi`
148
148
environment.
149
149
150
150
The toolchain installation process can be interrupted at anytime.
151
-
just re-run *toolchain_\*.sh*, toolchain itself may fix it
151
+
just re-run *toolchain_\*.sh*, toolchain itself may fix it. If you encouter some problem, you can always remove some package in the interrupted points and re-run the toolchain.
152
+
153
+
Some useful options:
154
+
-`--dry-run`: just run the main install scripts for environment setting, without any package downloading or installation.
155
+
-`--pack-run`: just run the install scripts without any package building, which helps user to download and check the packages, paticularly for offline installation to a server.
152
156
153
157
If compliation is successful, a message will be shown like this:
0 commit comments