0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 02, 2024 — Sep 02, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Spruced up Makefiles a bit for the python modules. Now sym-linking the C extensions into the module directory -- so imports will work fine in-place after a build More... over 9 years ago
Adding a kernel way of computing wp. Updated the tests such that same cell double-counting is avoided More... over 9 years ago
Fixed #50 for xi. Also simplified the loop structure such that the remainder loop was the same in both AVX and non-AVX cases. More... over 9 years ago
First fix for the wp/xi double-counting bug. Will fix xi and then push for travis test [ci skip] More... over 9 years ago
This commit solves a long-standing issue with installation and run-time. Fixes #48 More... over 9 years ago
Added a pre-requisite for make >=3.80. I check for make version inside common.mk now and print an error message if version of make is less than 3.80 More... over 9 years ago
The official method does not work -- falling back to the travis recipe that did More... over 9 years ago
This looks like the more offical solution to compiling with clang-omp More... over 9 years ago
Trying to fix compilation error with clang-omp on travis More... over 9 years ago
Merge branch 'master' of https://github.com/manodeep/Corrfunc More... over 9 years ago
Added SHELL for the Makefile. Hopefully, that will resolve the order-only attributes issue. Changed the default compiler on Darwin to first check for clan-omp since that is guaranteed to support OpenMP. If clang-omp is not found then the code uses clang. Lot more info messages on how to install OpenMP clang More... over 9 years ago
Update call_correlation_functions.py More... over 9 years ago
Fixed a bug that caused a crash under python3 with from Corrfunc import * More... over 9 years ago
Update utils.py More... over 9 years ago
Update README.md More... over 9 years ago
Only outputting the message for replacing rpath on Macs with clang-3.8 More... over 9 years ago
Updated Readme [ci skip] More... over 9 years ago
Changed default compiler on Mac to be clang. The only way to compile with other compilers on a Mac is by specifying make CC=gcc/icc. Lots of informational messages now being output on what to do in case of compilation error More... over 9 years ago
Update README.md More... over 9 years ago
Merge pull request #44 from manodeep/master More... over 9 years ago
Fixed Makefiles -- there were still references to progressbar More... over 9 years ago
Merge pull request #43 from manodeep/develop More... over 9 years ago
Exposed the internal SILENT option that suppresses most informational output. Suppresses all progressbar status updates -- even the tests will not show the progressbar any more. Fixes #42 More... over 9 years ago
Fixed bug in read_fastfood code when filename is supplied More... over 9 years ago
Initializing start such that if I incorrectly access the memory location, it should crash the code (hopefully, and not cause undefined behaviour from LONG overflow). Added to check to only call the sort if number of elements in the cell is non-zero More... over 9 years ago
Phew! Was an uninitialized element error -- fixed #40 More... over 9 years ago
Added a check for Apple gcc/clang with OpenMP. Also checking that CC is a valid compiler More... over 9 years ago
resolved conflict More... over 9 years ago
Fixes #13. OpenMP compilation with clang. Added whitespace to make the file actually human-readable More... over 9 years ago
This should fix the travis build failure by simply reordering the sequence the tests are run in. Also, added -fno-strict-aliasing just to avoid any potential undefined behaviour More... over 9 years ago