-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
39 lines (30 loc) · 865 Bytes
/
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
35
36
37
38
39
Multi-GPU molecular dynamics engine for NVIDIA GPU cards.
(c) Antti-Pekka Hynninen, 2013-2014
Requirements:
--------------
* GNU/Intel C++ compiler
* MPI library for multi-GPU support
* CUDA 5.0 or newer
* Compute capability 2.0 (Tesla) or higher NVIDIA GPU
* When compiled with USE_TEXTURE_OBJECTS, compute capability 3.0 (Kepler) or higher required
Compiling:
-----------
make
Running tests:
---------------
gpu_direct
- Test direct space non-bonded force calculation
gpu_bonded
- Test bonded force calculation
gpu_recip
- Test reciprocal space non-bonded force calculation
gpu_const
- Test holonomic constraints (i.e. "SHAKE")
gpu_dyna -nstep N
- Test molecular dynamics run
- Uses MPI for multi-GPU support
Unused code:
-------------
These are classes that are half-written and not yet integrated into the engine
-CudaMonteCarloBaroStat
-LangevinPiston