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
e1accf0f
There was an error fetching the commit references. Please try again later.
Commit
e1accf0f
authored
11 years ago
by
Giovanni Bussi
Browse files
Options
Downloads
Patches
Plain Diff
Added warning for namd and virial
parent
69d13071
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
patches/namd-2.8.config
+2
-1
2 additions, 1 deletion
patches/namd-2.8.config
patches/namd-2.9.config
+13
-0
13 additions, 0 deletions
patches/namd-2.9.config
with
15 additions
and
1 deletion
patches/namd-2.8.config
+
2
−
1
View file @
e1accf0f
...
...
@@ -6,7 +6,8 @@ function plumed_preliminary_test(){
}
function
plumed_patch_info
(){
echo
""
echo
"WARNING: NAMD does not currently take into account virial contributions"
echo
"from PLUMED. Please use constant volume simulations only"
echo
""
echo
"For more information on NAMD you should visit http://www.ks.uiuc.edu/Research/namd/"
}
This diff is collapsed.
Click to expand it.
patches/namd-2.9.config
0 → 100644
+
13
−
0
View file @
e1accf0f
function
plumed_preliminary_test
(){
# check if the README.txt contains the word NAMD
grep
-
q
NAMD
README
.
txt
1
>/
dev
/
null
2
>/
dev
/
null
&&
test
-
f
*/
Make
.
config
}
function
plumed_patch_info
(){
echo
"WARNING: NAMD does not currently take into account virial contributions"
echo
"from PLUMED. Please use constant volume simulations only"
echo
""
echo
"For more information on NAMD you should visit http://www.ks.uiuc.edu/Research/namd/"
}
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