We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3170b1b commit d897015Copy full SHA for d897015
1 file changed
README.md
@@ -20,7 +20,7 @@ The generator script is located in tools/icbuilder.py
20
FP32, FP64
21
22
### NEXT Multi-threading
23
-NEXT Uses OpenMP with "#pragma omp parallel for" for parallelization.
+NEXT Uses OpenMP and MPI to achieve multi-threaded workloads across cores (openmp) and computers (mpi)
24
25
### NEXT uses a 3D Newtonian gravity formulation with:
26
- reduced division count (3-6x faster on avg.)
0 commit comments