• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

adjmat/H27-Jul-2021-3,9842,127

analysis/H27-Jul-2021-3,1661,742

annfunc/H27-Jul-2021-514357

asmjit/H03-May-2022-51,15833,997

bias/H27-Jul-2021-6,1623,716

blas/H03-May-2022-4,3343,568

cltools/H03-May-2022-4,0952,646

colvar/H27-Jul-2021-7,2034,128

config/H27-Jul-2021-459260

core/H27-Jul-2021-9,9766,450

crystallization/H27-Jul-2021-4,0101,945

dimred/H27-Jul-2021-2,1171,131

drr/H27-Jul-2021-2,9952,283

eds/H27-Jul-2021-1,117721

fisst/H27-Jul-2021-1,295700

function/H27-Jul-2021-3,1561,754

funnel/H27-Jul-2021-799439

generic/H27-Jul-2021-4,5502,182

gridtools/H27-Jul-2021-3,7892,171

include/plumed/H27-Jul-2021-

isdb/H27-Jul-2021-11,9478,822

lapack/H03-May-2022-32,83628,359

lepton/H03-May-2022-4,8683,188

lib/H03-May-2022-710554

logmfd/H27-Jul-2021-1,178566

main/H27-Jul-2021-8848

maketools/H03-May-2022-1,362892

manyrestraints/H27-Jul-2021-413200

mapping/H27-Jul-2021-2,4921,350

maze/H27-Jul-2021-4,1622,148

molfile/H03-May-2022-8,2734,870

multicolvar/H27-Jul-2021-8,7934,981

opes/H27-Jul-2021-1,6431,401

pamm/H27-Jul-2021-927523

piv/H27-Jul-2021-1,272916

reference/H27-Jul-2021-2,9441,658

secondarystructure/H27-Jul-2021-1,012604

setup/H27-Jul-2021-501191

tools/H27-Jul-2021-18,74011,729

vatom/H27-Jul-2021-746361

ves/H27-Jul-2021-17,78410,933

vesselbase/H27-Jul-2021-4,2242,570

wrapper/H27-Jul-2021-3,0051,240

.gitignoreH A D27-Jul-2021581 5955

MakefileH A D27-Jul-20211.2 KiB5737

READMEH A D27-Jul-20211,016 2216

astyle.shH A D03-May-2022646 5030

header.shH A D03-May-20223.1 KiB142105

README

1This directory contains many subdirectories
2
3lib/ after compilation contains all plumed files which should be in the path
4maketools/ contains some tool necessary for compilation
5
6Then these directories are built and linked using special rules:
7config/  contains some files generated based on system configuration
8main/    contains the main() program for plumed executable
9wrapper/ contains the wrappers for MD codes
10
11All the other directories are "modules". Modules are of three type:
12* always compiled (necessary for plumed to properly link)
13* default on, can be switched off touching a file modulename.off in the src/ directory
14* default off, can be switched on touching a file modulename.on in the src/ directory
15Notice that these .on and .off files are not to be distributed/included in git,
16as they reflect local wishes!
17
18Users can control the addition of these files by using the --enable-modules option
19of configure.
20
21The type of the module can be set by adding a file module.type (see e.g. core/module.type)
22