Changes between Version 42 and Version 43 of HPC_deploy
- Timestamp:
- 2017-01-10T19:24:34+01:00 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HPC_deploy
v42 v43 322 322 ==== Q: How can I resume a partially failed/succeeded deployment of an !EasyConfig with a lot of extra packages/modules? 323 323 A: When you have an !EasyConfig for a language like Perl, Python, R, etc. you may have a long list of extra Perl modules, Python eggs, R packages, etc. 324 If your install failed near the end of these extensions it ain't fun to start from scratch. You can resume the install after fixing the issue when 324 If your install failed near the end of these extensions it ain't fun to start all over from scratch. 325 You can resume the install after fixing the issue when 325 326 * Your config specifies both the extension defaultclass - e.g. {{{exts_defaultclass = 'PerlModule'}}} 326 327 * and the extension filter (command to test whether installation of the extension succeeded) - e.g. {{{exts_filter = ("perldoc -lm %(ext_name)s ", "")}}}