ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/UseTheForce/DarkSide/Makefile
Revision: 3080
Committed: Tue Dec 5 00:17:24 2006 UTC (17 years, 7 months ago) by chuckv
File size: 897 byte(s)
Log Message:
Added interface to change number of neighbors in calculating neighbor list.

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 electrostatic.F90 \
18 electrostatic_interface.F90 \
19 eam.F90 \
20 eam_interface.F90 \
21 LJ.F90 \
22 lj_interface.F90 \
23 gb.F90 \
24 gb_interface.F90 \
25 sticky.F90 \
26 sticky_interface.F90 \
27 shapes.F90 \
28 shapes_interface.F90 \
29 suttonchen.F90 \
30 suttonchen_interface.F90
31
32 Modules = \
33 atype_module \
34 eam \
35 electrostatic_module \
36 force_globals \
37 fforceoptions \
38 gb_pair \
39 lj \
40 neighborLists \
41 shapes \
42 mpiSimulation \
43 simulation \
44 sticky \
45 switcheroo \
46 suttonchen
47
48 RmiSource =
49
50 Main =
51
52 DEV_ROOT=../../..
53 include $(DEV_ROOT)/make/Makefile
54