ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/trunk/src/UseTheForce/Makefile
Revision: 1604
Committed: Mon Aug 8 18:53:40 2011 UTC (13 years, 11 months ago) by jmichalk
File size: 405 byte(s)
Log Message:
This commit should allow EADM simulations to be run on the cluster. Main additions include EADM_FF.hpp/cpp as well as a system dipole correlation option in DynamicProps.

File Contents

# Content
1 Package = UseTheForce
2
3 Source = \
4 doForces.F90 \
5 doForces_interface.F90 \
6 ForceField.cpp \
7 ForceFieldFactory.cpp \
8 DUFF.cpp \
9 EAM_FF.cpp \
10 EADM_FF.cpp \
11 SHAPES_FF.cpp \
12 SC_FF.cpp \
13 MnM_FF.cpp \
14 Amber_FF.cpp \
15 CLAYFF.cpp
16
17 ParallelSource = doForces.F90
18
19 Modules = \
20 doForces \
21 notifyCutoffs
22
23 RmiSource =
24
25 Main =
26
27 DEV_ROOT=../..
28 include $(DEV_ROOT)/make/Makefile
29

Properties

Name Value
svn:keywords Author Id Revision Date