ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/UseTheForce/DarkSide/Makefile
Revision: 1503
Committed: Sat Oct 2 19:54:41 2010 UTC (14 years, 11 months ago) by gezelter
File size: 828 byte(s)
Log Message:
Changes to remove more of the low level stuff from the fortran side.

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 fForceOptions.F90 \
12 fForceOptions_interface.F90 \
13 switcheroo.F90 \
14 switcheroo_interface.F90 \
15 simulation.F90 \
16 simulation_interface.F90 \
17 shapes.F90 \
18 shapes_interface.F90 \
19 MetalNonMetal.F90 \
20 MetalNonMetal_interface.F90
21
22 ParallelSource = \
23 simParallel.F90 \
24 simParallel_interface.F90 \
25 neighborLists.F90 \
26 force_globals.F90 \
27 simulation.F90 \
28 shapes.F90 \
29 MetalNonMetal.F90
30
31 Modules = \
32 atype_module \
33 force_globals \
34 fforceoptions \
35 neighborLists \
36 shapes \
37 mpiSimulation \
38 simulation \
39 switcheroo \
40 MetalNonMetal \
41
42 RmiSource =
43
44 Main =
45
46 DEV_ROOT=../../..
47 include $(DEV_ROOT)/make/Makefile
48

Properties

Name Value
svn:keywords Author Id Revision Date