-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove approximation when circles overlapping* When a particle's circle is overlapping with a group's circle. Term: - Group: A bunch of particles can be summarized as a "group" of particles which is a giant circle that contains the smaller particles. Control of level of detail for long-distance force computations. Context: - The net force onto a particle due to a group (of particles) is being computed. - The particle's circle is both large and close enough to the group's circle: Overlapping. - Retract the approximation and resolve more detail. * (Fix up distance comparison) * Attempt adding pragma omp * Fix MSVC Warnings * Make basic parallelism work The problem is that it's burning all my CPU (probably starting a team of threads every frame). * MSVC: Use performant llvm OpenMP * Document how to build and run on MSVC with OpenMP * Enable OpenMP for macOS * Attempt to enable OpenMP for all platforms and compilers * Try to put OpenMP in the CI file * (fix CI) * (Fix CI 2) * (Fix CI 3) * Fix compilation issue on certain platforms and compilers * (Fix CI 5) * (CI Fix 6) * (CI Fix 7)
- Loading branch information
1 parent
24dee58
commit 812eb67
Showing
8 changed files
with
75 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters