Skip to content
Snippets Groups Projects
Commit 9eccbd9f authored by Omar Valsson's avatar Omar Valsson
Browse files

Merge remote-tracking branch 'origin/v2.4' into v2.4-ves

parents 023fbd26 ead0d0a8
No related branches found
No related tags found
No related merge requests found
...@@ -6,10 +6,22 @@ function plumed_preliminary_test(){ ...@@ -6,10 +6,22 @@ function plumed_preliminary_test(){
} }
function plumed_patch_info(){ function plumed_patch_info(){
echo "\bug NAMD does not currently take into account virial contributions" cat << EOF
echo "from PLUMED. Please use constant volume simulations only"
echo "" To enable PLUMED in a NAMD simulation one should add the following lines in the NAMD configuration file
echo "For more information on NAMD you should visit http://www.ks.uiuc.edu/Research/namd/" (often named as xxx.namd or xxx.conf) and run the plumed-patched version of NAMD with it:
plumed on
plumed plumed.dat
The first line tells NAMD to run with PLUMED and the second line specifies the PLUMED input file.
\bug NAMD does not currently take into account virial contributions
from PLUMED. Please use constant volume simulations only.
For more information on NAMD you should visit http://www.ks.uiuc.edu/Research/namd/
EOF
} }
plumed_ignore_mpi=yes plumed_ignore_mpi=yes
...@@ -6,10 +6,22 @@ function plumed_preliminary_test(){ ...@@ -6,10 +6,22 @@ function plumed_preliminary_test(){
} }
function plumed_patch_info(){ function plumed_patch_info(){
echo "\bug NAMD does not currently take into account virial contributions" cat << EOF
echo "from PLUMED. Please use constant volume simulations only"
echo "" To enable PLUMED in a NAMD simulation one should add the following lines in the NAMD configuration file
echo "For more information on NAMD you should visit http://www.ks.uiuc.edu/Research/namd/" (often named as xxx.namd or xxx.conf) and run the plumed-patched version of NAMD with it:
plumed on
plumed plumed.dat
The first line tells NAMD to run with PLUMED and the second line specifies the PLUMED input file.
\bug NAMD does not currently take into account virial contributions
from PLUMED. Please use constant volume simulations only.
For more information on NAMD you should visit http://www.ks.uiuc.edu/Research/namd/
EOF
} }
plumed_ignore_mpi=yes plumed_ignore_mpi=yes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment