-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
34 lines (23 loc) · 1.21 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
================================================================================
Molecular3D
================================================================================
Authors:
Abhinav Bhatele
Edgar Solomonik
================================================================================
INSTRUCTIONS FOR COMPILING
================================================================================
1. Run the copy_namd.sh script (specify a correct path for namd inside the
script) in the src_namd folder
NOTE: NAMD source from 2010-04-01 will definitely work
2. Do make in the compile folder
================================================================================
INSTRUCTIONS FOR RUNNING
================================================================================
To run specify three parameters:
1. A NAMD configuration file (such as apoa1.namd)
2. The branching factor (default set to 2), and
3. A load balancing strategy
i.e. ./charmrun +p8 ./mol3d apoa1.namd 8 +balancer DummyLB
run from the same folder as namd parameter files (need a .js format file)
================================================================================