-
Notifications
You must be signed in to change notification settings - Fork 311
GROMACS-3.3.3 #569
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
Merged
Merged
GROMACS-3.3.3 #569
Changes from all commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
73166fe
Added support for older versions of GROMACS to EB
c777e6e
Updates to support multiple configurations for MPI, etc.
4a68728
Put things in GROMACS easyblock to deal with LAPACK libraries, etc.
37f0780
Finished GROMACS easyblock to support version 3.3.3
7fd1809
Merge in from develop branch
768f63f
GROMACS EasyBlock now does a separate MPI build to avoid screwing up …
c551d18
An attempted merge of the new changes into an easyblock that supports…
98c5382
Merge branch 'develop' into GROMACS-3.3.3
f89bd06
Merge branch 'develop' into GROMACS-3.3.3
0384b27
Merge branch 'develop' into GROMACS-3.3.3
861d5e7
Merge branch 'develop' into GROMACS-3.3.3
c8f6e73
Merge branch 'develop' into GROMACS-3.3.3
5aaa95c
Merge branch 'develop' into GROMACS-3.3.3
1f86517
Merge branch 'develop' into GROMACS-3.3.3
a1ade2e
Merge branch 'develop' into GROMACS-3.3.3
31937db
Merge branch 'develop' into GROMACS-3.3.3
74339eb
Merge branch 'develop' into GROMACS-3.3.3
5c679ea
Merge branch 'develop' into GROMACS-3.3.3
b5728f7
Merge branch 'develop' into GROMACS-3.3.3
bf9eb3e
Merge branch 'develop' into GROMACS-3.3.3
ef43372
Merge branch 'develop' into GROMACS-3.3.3
2957ca1
Merge branch 'develop' into GROMACS-3.3.3
68733ca
Merge branch 'develop' into GROMACS-3.3.3
885013f
Merge branch 'develop' into GROMACS-3.3.3
83cff89
Merge branch 'develop' into GROMACS-3.3.3
265c57f
Merge branch 'develop' into GROMACS-3.3.3
23f0a52
Placeholders for updating BLAS and LAPACK lines
ee3ca77
Interim modifications to GROMACS EasyBlock
e9844c6
Merge branch 'develop' into GROMACS-3.3.3
be58871
Improve GROMACS build process with non-Intel MKL for GROMACS 5.1.2 etc
37a192c
Fix sanity check section
47c1f16
Replace self.log.error with EasyBuildError
bf53051
Merge branch 'develop' into GROMACS-3.3.3
9b6ec60
Add support for custom MPI executable
a3448b5
Supplementary information printed in logs
6141b7c
Further changes for GROMACS 5.1
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@valtandor why did you include
-DGMX_BUILD_MDRUN_ONLY=ONhere (and also addmdruntobuildoptsabove for older GROMACS versions)?I had to get rid of this in #960 because I was resulting in an incomplete installation w.r.t. MPI, e.g.
libgromacs_mpi.awas missing, etc.It seems fine to just drop this, since the MPI-able binaries & libraries are suffixed with
_mpi, so nothing is overwritten?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@boegel Well, that's silly. I thought there was some reason, but I guess if it works without that option and doesn't overwrite anything serial, then there's no argument from me about not having the option.