Changes between Version 42 and Version 43 of HPC_deploy


Ignore:
Timestamp:
2017-01-10T19:24:34+01:00 (7 years ago)
Author:
Pieter Neerincx
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HPC_deploy

    v42 v43  
    322322==== Q: How can I resume a partially failed/succeeded deployment of an !EasyConfig with a lot of extra packages/modules?
    323323A: 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
     324If your install failed near the end of these extensions it ain't fun to start all over from scratch.
     325You can resume the install after fixing the issue when
    325326* Your config specifies both the extension defaultclass - e.g. {{{exts_defaultclass = 'PerlModule'}}}
    326327* and the extension filter (command to test whether installation of the extension succeeded) - e.g. {{{exts_filter = ("perldoc -lm %(ext_name)s ", "")}}}