Skip to content

Commit fe19be1

Browse files
committed
add dry-run and pack-run readme
1 parent 7c2f6ef commit fe19be1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

toolchain/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,11 @@ by running these scripts after loading `gcc` or `intel-mkl-mpi`
148148
environment.
149149

150150
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.
152156

153157
If compliation is successful, a message will be shown like this:
154158

0 commit comments

Comments
 (0)