Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Plumed AlphaFold
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Martin Kurečka
Plumed AlphaFold
Commits
124fdf2b
There was an error fetching the commit references. Please try again later.
Commit
124fdf2b
authored
8 years ago
by
Giovanni Bussi
Browse files
Options
Downloads
Patches
Plain Diff
Clarified which compilers are required for PLUMED 2.4
parent
3ef1499a
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
user-doc/Installation.txt
+17
-0
17 additions, 0 deletions
user-doc/Installation.txt
with
17 additions
and
0 deletions
user-doc/Installation.txt
+
17
−
0
View file @
124fdf2b
...
...
@@ -44,6 +44,23 @@ If you are using a Mac, notice that we are providing tentative port files to ins
PLUMED with MacPorts. Follow the instructions at [this link](http://github.com/plumed/ports)
and report feedbacks on the mailing list.
\section SupportedCompilers Supported compilers
As of PLUMED 2.4, we require a compiler that supports C++11. The following compilers
(or later versions) should be sufficient:
- gcc 4.8.1
- clang 3.3
- intel 15
Notice that the `./configure` script verifies that your compiler supports C++11.
Some compilers do not declare full support, but implement anyway a number of C++11 features
sufficient to compile PLUMED (this is the case for instance of intel 15 compiler).
In case you see a warning about C++11 support during `./configure`
please make sure that PLUMED compiles correctly and, if possible, execute the regtests
(using `make regtest`). Notice that we regularily test a number of compilers on travis-ci,
and at least those compilers are guaranteed to be able to compile PLUMED correctly.
\section ConfiguringPlumed Configuring PLUMED
The `./configure` command
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment