Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sdpa #955

Merged
merged 6 commits into from Jul 8, 2014
Merged

Sdpa #955

merged 6 commits into from Jul 8, 2014

Conversation

wpoely86
Copy link
Member

@wpoely86 wpoely86 commented Jul 7, 2014

No description provided.

@boegel
Copy link
Member

boegel commented Jul 8, 2014

@wpoely86: you're missing an ncurses easyconfig (cfr. Jenkins)

@wpoely86
Copy link
Member Author

wpoely86 commented Jul 8, 2014

@boegel fixed


dependencies = [('MUMPS', '4.10.0', '-parmetis')]

configopts = ' --with-blas="$LIBBLAS_MT" --with-lapack="$LIBLAPACK_MT" --with-mumps-libs="-ldmumps -lmumps_common -lpord -lparmetis -lmetis -lesmumps -lptscotch -lscotcherr -lscotch -lifcore $LIBSCALAPACK"'
Copy link
Member

Choose a reason for hiding this comment

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

please split this long line:

configopts = ' --with-blas="$LIBBLAS_MT" --with-lapack="$LIBLAPACK_MT" '
configopts += ' --with-mumps-libs="-ldmumps -lmumps_common -lpord -lparmetis -lmetis -lesmumps '
configopts += ' -lptscotch -lscotcherr -lscotch -lifcore $LIBSCALAPACK"'

(I know it looks a bit stupid since the --with-mumps is broken up, but lines longer than 120 chars are a no-go style-wise)


configopts = ' --with-blas="$LIBBLAS_MT" --with-lapack="$LIBLAPACK_MT"'
configopts += ' --with-mumps-libs="-ldmumps -lmumps_common -lpord -lparmetis -lmetis'
configopts += ' -lesmumps -lptscotch -lscotcherr -lscotch -lifcore $LIBSCALAPACK"'
Copy link
Member

Choose a reason for hiding this comment

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

parallel build fails for me, so add a parallel = 1 in here

@wpoely86
Copy link
Member Author

wpoely86 commented Jul 8, 2014

Test report by @wpoely86
SUCCESS
Build succeeded for 4 out of 4
Linux debian 7.2, Intel(R) Xeon(R) CPU 5130 @ 2.00GHz, Python 2.7.3
See https://gist.github.com/06c04c7dfcdcf1d4ef28 for a full test report.

@boegel
Copy link
Member

boegel commented Jul 8, 2014

Test report by @boegel
SUCCESS
Build succeeded for 6 out of 6
Linux SL 6.5, Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz, Python 2.6.6
See https://gist.github.com/046c605a78133413a902 for a full test report.

@boegel
Copy link
Member

boegel commented Jul 8, 2014

@wpoely86: looking excellent, merging in, thanks!

boegel added a commit that referenced this pull request Jul 8, 2014
@boegel boegel merged commit 3c59707 into easybuilders:develop Jul 8, 2014
@wpoely86 wpoely86 deleted the sdpa branch July 8, 2014 09:58
@wpoely86
Copy link
Member Author

wpoely86 commented Jul 9, 2014

Test report by @wpoely86
SUCCESS
Build succeeded for 0 out of 0
Linux debian 7.2, Intel(R) Xeon(R) CPU 5130 @ 2.00GHz, Python 2.7.3
See https://gist.github.com/80efa9ae7bd0b79d4cc6 for a full test report.

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.

None yet

2 participants