Skip to content

Add option to skip pre-creation of install directory #2629

Merged
boegel merged 3 commits intoeasybuilders:developfrom
vanzod:skip_mk_instdir
Oct 19, 2018
Merged

Add option to skip pre-creation of install directory #2629
boegel merged 3 commits intoeasybuilders:developfrom
vanzod:skip_mk_instdir

Conversation

@vanzod
Copy link
Copy Markdown
Member

@vanzod vanzod commented Oct 19, 2018

Allows to skip pre-creation of installation directory when running parallel build jobs.

See #2628

@vanzod vanzod requested a review from boegel October 19, 2018 20:42
Comment thread easybuild/tools/options.py Outdated
'parallel': ("Specify (maximum) level of parallellism used during build procedure",
'int', 'store', None),
'pre-create-installdir': ("Creates installation directory before submitting build jobs",
None, 'store_true', True),
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

trailing whitespace

Comment thread easybuild/tools/options.py Outdated
'output-format': ("Set output format", 'choice', 'store', FORMAT_TXT, [FORMAT_TXT, FORMAT_RST]),
'parallel': ("Specify (maximum) level of parallellism used during build procedure",
'int', 'store', None),
'pre-create-installdir': ("Creates installation directory before submitting build jobs",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

trailing whitespace

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vanzod Should be Create installation directory ..., and drop the trailing space to appease the hound

@boegel boegel added this to the 3.8.0 milestone Oct 19, 2018
Comment thread easybuild/tools/options.py Outdated
'output-format': ("Set output format", 'choice', 'store', FORMAT_TXT, [FORMAT_TXT, FORMAT_RST]),
'parallel': ("Specify (maximum) level of parallellism used during build procedure",
'int', 'store', None),
'pre-create-installdir': ("Creates installation directory before submitting build jobs",
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vanzod Should be Create installation directory ..., and drop the trailing space to appease the hound

@boegel boegel merged commit 0bd27d0 into easybuilders:develop Oct 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants