Skip to content

fix support for sequential version in MUMPS easyblock#1845

Merged
akesandgren merged 2 commits intoeasybuilders:developfrom
migueldiascosta:mumps_mpiseq
Nov 18, 2019
Merged

fix support for sequential version in MUMPS easyblock#1845
akesandgren merged 2 commits intoeasybuilders:developfrom
migueldiascosta:mumps_mpiseq

Conversation

@migueldiascosta
Copy link
Copy Markdown
Member

No description provided.

Comment thread easybuild/easyblocks/m/mumps.py Outdated
src = os.path.join(self.cfg['start_dir'], path)
dst = os.path.join(self.installdir, path)
shutil.copytree(src, dst)
if self.toolchain.options.get('usempi', None) == False:
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

comparison to False should be 'if cond is False:' or 'if not cond:'

@migueldiascosta migueldiascosta changed the title fix support for sequential version in MUMPS easyblock (WIP) fix support for sequential version in MUMPS easyblock Nov 18, 2019
Copy link
Copy Markdown
Contributor

@akesandgren akesandgren left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Copy Markdown
Contributor

@akesandgren akesandgren left a comment

Choose a reason for hiding this comment

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

LGTM

@akesandgren akesandgren added this to the 4.x milestone Nov 18, 2019
@akesandgren
Copy link
Copy Markdown
Contributor

Going in, thanks @migueldiascosta!

@akesandgren akesandgren merged commit 0aa30f0 into easybuilders:develop Nov 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants