Skip to content

Commit 8507ccb

Browse files
Update README.md
1 parent 1c722f6 commit 8507ccb

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
# NEXT - Newtonian EXact Trajectories
22

3-
NEXT is a simulation tool written in C/C++, solving the N-Body Problem
3+
NEXT is a Multi-Threaded Simulation tool written in C/C++, solving the N-Body Problem
44
using the Barnes-Hut Algorithm at a time of O(N log N)
55

66
### NEXT supports six operating modes:
77
FP32, FP64, SIMD32, SIMD64, AVX512_32, AVX512_64
88

9+
### NEXT Multi-threading
10+
NEXT Uses OpenMP, with the "#pragma omp parallel for" method
11+
912
### NEXT uses a 3D Newtonian gravity formulation with:
1013
reduced division count (3-6x faster on avg.)
1114
symmetric-force application

0 commit comments

Comments
 (0)