Skip to content

QuickFF and Yaff for DEFNET#2721

Merged
boegel merged 8 commits intoeasybuilders:developfrom
lvduyfhu:quickff
Mar 16, 2016
Merged

QuickFF and Yaff for DEFNET#2721
boegel merged 8 commits intoeasybuilders:developfrom
lvduyfhu:quickff

Conversation

@lvduyfhu
Copy link
Copy Markdown
Contributor

We've tested both eb files on Raichu. All should be fine.

@hpcugentbot
Copy link
Copy Markdown

Automatic reply from Jenkins: Can I test this?

@boegel
Copy link
Copy Markdown
Member

boegel commented Mar 15, 2016

Jenkins: ok to test

@boegel boegel added this to the v2.7.0 milestone Mar 15, 2016
(python, pythonversion),
('matplotlib', '1.5.0', versionsuffix),
('molmod', '1.1', versionsuffix),
('yaff', 'thesissven2.13', '%s-HDF5-1.8.15-patch1-serial' %(versionsuffix))
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.

the version here (thesissven) looks weird/wrong?

cc @tovrstra

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Indeed. the dependency needs to fixed. This worked on our side because of the many different versions that were installed.

@hpcugentbot
Copy link
Copy Markdown

Easyconfigs unit test suite FAILed.

See https://jenkins1.ugent.be/job/easybuild-easyconfigs-pr-builder/7121/console for more details.

Please fix the reported issues by pushing additional commits to the branch corresponding with this pull request; contact @boegel if you're not sure what to do.

pyver = '2.7.10'

hdf5ver = '1.8.15-patch1'
versionsuffix = '-Python-%s-HDF5-%s-serial' %(pyver, hdf5ver)
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.

please rename this easyconfig to yaff-1.0.develop.2.13-intel-2015b-Python-2.7.10-HDF5-1.8.15-patch1-serial.eb, to match the versionsuffix you're using

@hpcugentbot
Copy link
Copy Markdown

Easyconfigs unit test suite FAILed.

See https://jenkins1.ugent.be/job/easybuild-easyconfigs-pr-builder/7125/console for more details.

Please fix the reported issues by pushing additional commits to the branch corresponding with this pull request; contact @boegel if you're not sure what to do.

@hpcugentbot
Copy link
Copy Markdown

Easyconfigs unit test suite FAILed.

See https://jenkins1.ugent.be/job/easybuild-easyconfigs-pr-builder/7126/console for more details.

Please fix the reported issues by pushing additional commits to the branch corresponding with this pull request; contact @boegel if you're not sure what to do.

@boegel
Copy link
Copy Markdown
Member

boegel commented Mar 15, 2016

missing dependency:

Irresolvable dependencies encountered: molmod/1.1-intel-2015b-Python-2.7.10

@hpcugentbot
Copy link
Copy Markdown

Easyconfigs unit test suite FAILed.

See https://jenkins1.ugent.be/job/easybuild-easyconfigs-pr-builder/7127/console for more details.

Please fix the reported issues by pushing additional commits to the branch corresponding with this pull request; contact @boegel if you're not sure what to do.

@hpcugentbot
Copy link
Copy Markdown

Easyconfigs unit test suite PASSed (see https://jenkins1.ugent.be/job/easybuild-easyconfigs-pr-builder/7129/console for more details).

This pull request is now ready for review/testing.

Please try and find someone who can tackle this; contact @boegel if you're not sure what to do.

@boegel
Copy link
Copy Markdown
Member

boegel commented Mar 15, 2016

Test report by @boegel
FAILED
Build succeeded for 1 out of 3 (3 easyconfigs in this PR)
node2159.delcatty.os - Linux SL 6.7, Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz, Python 2.6.6
See https://gist.github.com/c47dc32f63fc4f2e0603 for a full test report.

]

options = {'modulename': name}
runtest = 'python setup.py build_ext -i; nosetests -v'
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.

tests are failing because $DISPLAY is not set; does this need the same backend: agg trick as in the molmod easyconfig?

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.

I ran a quick test, using the same runtest as in the molmod easyconfig fixes this problem

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I would also expect that to be the culprit.

(In the long run, we may consider modifying the matplotlib install to use agg by default. In a HPC setting, it is somewhat unnatural for matplotlib to assume that $DISPLAY is meaningful.)

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.

Can you update the PR, or ask @lvduyfhu to update it (done now, I guess ;-))

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Hmm, I don't have the permissions. Louis will get on it. He had something going on tonight though.

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.

If you want, you can issue a wrapper PR that includes the commits in here, and adds an extra commit on top...

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

I just fixed the yaff eb using the molmod runtest

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.

Thanks @lvduyfhu!

@hpcugentbot
Copy link
Copy Markdown

Easyconfigs unit test suite PASSed (see https://jenkins1.ugent.be/job/easybuild-easyconfigs-pr-builder/7131/console for more details).

This pull request is now ready for review/testing.

Please try and find someone who can tackle this; contact @boegel if you're not sure what to do.

@boegel
Copy link
Copy Markdown
Member

boegel commented Mar 15, 2016

Test report by @boegel
SUCCESS
Build succeeded for 3 out of 3 (3 easyconfigs in this PR)
node2159.delcatty.os - Linux SL 6.7, Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz, Python 2.6.6
See https://gist.github.com/cf7d86504557a5b6a621 for a full test report.

@boegel
Copy link
Copy Markdown
Member

boegel commented Mar 15, 2016

Test report by @boegel
SUCCESS
Build succeeded for 3 out of 3 (3 easyconfigs in this PR)
node2670.swalot.os - Linux centos linux 7.2.1511, Intel(R) Xeon(R) CPU E5-2660 v3 @ 2.60GHz, Python 2.7.5
See https://gist.github.com/76c63f7c6f9c9dbb07fb for a full test report.

@boegel
Copy link
Copy Markdown
Member

boegel commented Mar 15, 2016

some minor style fixes in lvduyfhu#1, but otherwise good to go!

style fixes for molmod/QuickFF/yaff easyconfigs
@boegel
Copy link
Copy Markdown
Member

boegel commented Mar 16, 2016

Test report by @boegel
SUCCESS
Build succeeded for 3 out of 3 (3 easyconfigs in this PR)
node2159.delcatty.os - Linux SL 6.7, Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz, Python 2.6.6
See https://gist.github.com/1a035d24407b0bd628ce for a full test report.

@hpcugentbot
Copy link
Copy Markdown

Easyconfigs unit test suite PASSed (see https://jenkins1.ugent.be/job/easybuild-easyconfigs-pr-builder/7138/console for more details).

This pull request is now ready for review/testing.

Please try and find someone who can tackle this; contact @boegel if you're not sure what to do.

@boegel
Copy link
Copy Markdown
Member

boegel commented Mar 16, 2016

going in, thanks @lvduyfhu and @tovrstra!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants