Skip to content

Conversation

@teojgo
Copy link
Contributor

@teojgo teojgo commented Jul 25, 2018

  • Adapt the test for PE 18.07.

  • Adapt for the newer Boost version, 1.67.

Closes #366

* Adapt the test for PE 18.07.

* Adapt for the newer Boost version, 1.67.
@teojgo teojgo added this to the Summer sprint milestone Jul 25, 2018
@teojgo teojgo self-assigned this Jul 25, 2018
@teojgo teojgo requested a review from vkarak July 25, 2018 12:50
@teojgo teojgo changed the title Adapt the Boost Python test for PE 18.07 [test] Adapt the Boost Python test for PE 18.07 Jul 25, 2018
@codecov-io
Copy link

Codecov Report

Merging #408 into master will decrease coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #408      +/-   ##
==========================================
- Coverage   91.22%   91.21%   -0.02%     
==========================================
  Files          70       70              
  Lines        8582     8582              
==========================================
- Hits         7829     7828       -1     
- Misses        753      754       +1
Impacted Files Coverage Δ
reframe/core/config.py 82.72% <0%> (-1.82%) ⬇️
unittests/test_policies.py 99.54% <0%> (+0.45%) ⬆️

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 3960193...3fe098c. 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, except for my comment about the valid programming environments.

self.valid_systems = ['daint:mc', 'daint:gpu', 'dom:mc', 'dom:gpu']
self.valid_prog_environs = ['PrgEnv-cray']
python_major_version = python_version.split('.')[0]
self.valid_prog_environs = ['PrgEnv-gnu']
Copy link
Contributor

Choose a reason for hiding this comment

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

Was it wrong previously that used PrgEnv-cray?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes it was wrong. Nevertheless the boost module loaded PrgEnv-gnu, and now that we have the build system I can see the conflict in the .err file.

@vkarak vkarak merged commit c99f1e2 into master Jul 26, 2018
@vkarak vkarak deleted the regression_test/python_boost_PE18.07 branch July 26, 2018 12:03
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