Skip to content

Conversation

@jgphpc
Copy link
Contributor

@jgphpc jgphpc commented Sep 14, 2019

Fix for UES-535

@jgphpc jgphpc requested a review from teojgo September 14, 2019 15:30
@jgphpc jgphpc self-assigned this Sep 14, 2019
@vkarak vkarak changed the title [test] make the Mpip check generic [test] Make the MpiP check generic Sep 14, 2019
if self.current_system.name == 'daint':
mpi_isendline = '142'
elif self.current_system.name == 'dom':
else self.current_system.name == 'dom':
Copy link
Contributor

Choose a reason for hiding this comment

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

This syntax is invalid. Just else: should work. I'd recommend though not to change this elif, but add a default case with else that will be valid for any other system.

@codecov-io
Copy link

codecov-io commented Sep 15, 2019

Codecov Report

Merging #938 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #938   +/-   ##
======================================
  Coverage    91.7%   91.7%           
======================================
  Files          79      79           
  Lines       10486   10486           
======================================
  Hits         9616    9616           
  Misses        870     870

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9aa14d4...a3eddee. Read the comment docs.

Copy link
Contributor

@vkarak vkarak left a comment

Choose a reason for hiding this comment

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

lgtm

@vkarak
Copy link
Contributor

vkarak commented Sep 15, 2019

@jenkins-cscs retry none

@vkarak vkarak merged commit 5b56d59 into master Sep 15, 2019
@vkarak vkarak deleted the UES-535_mpip_kesch branch September 15, 2019 09:13
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.

4 participants