-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WIP: enable larger Rmax (up to half the box size) (#277)
* Attempt to enable Rmax comparable to half boxsize by removing (unnecessary?) duplicate cell checks * Comment out unused var * Add test implementing Manodeep's example * Restore duplicate cell pair check, but only count a pair as a duplicate if the wrap value is identical. * Add pragmas for CI (will revisit) * Update GNU assembler bug detection (#278) * Update GNU assembler bug detection * Cosmetic enhancement to suppress spurious warnings during GAS bug test * Fix test error code * Add another test of large Rmax, comparing against brute-force * Add const qualifiers * Apply @manodeep's fix for large Rmax test against brute-force, and require nmesh>=2 to avoid duplicate cell pairs * Make boxsize non-trivial in test. Remove extra print statement. * Add comments on array broadcasting to test * Changed variable name for clarity Co-authored-by: Manodeep Sinha <manodeep@gmail.com>
- Loading branch information
Showing
7 changed files
with
133 additions
and
12 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