ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/UseTheForce/DarkSide/Makefile
Revision: 1530
Committed: Tue Dec 28 21:47:55 2010 UTC (14 years, 7 months ago) by gezelter
File size: 654 byte(s)
Log Message:
Moved switching functions and force options over to the C++ side, and
removed them from Fortran.

File Contents

# Content
1 Package = UseTheForce/DarkSide
2
3 Source = \
4 simParallel.F90 \
5 simParallel_interface.F90 \
6 neighborLists.F90 \
7 neighborLists_interface.F90 \
8 atype.F90 \
9 atype_interface.F90 \
10 force_globals.F90 \
11 simulation.F90 \
12 simulation_interface.F90 \
13 MetalNonMetal.F90 \
14 MetalNonMetal_interface.F90
15
16 ParallelSource = \
17 simParallel.F90 \
18 simParallel_interface.F90 \
19 neighborLists.F90 \
20 force_globals.F90 \
21 simulation.F90 \
22 MetalNonMetal.F90
23
24 Modules = \
25 atype_module \
26 force_globals \
27 fforceoptions \
28 neighborLists \
29 mpiSimulation \
30 simulation \
31 MetalNonMetal \
32
33 RmiSource =
34
35 Main =
36
37 DEV_ROOT=../../..
38 include $(DEV_ROOT)/make/Makefile
39

Properties

Name Value
svn:keywords Author Id Revision Date