0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 2 hours ago.
Sep 06, 2024 — Sep 06, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed a bug in gridlink_index where the code would crash if the first cell did not have any particles More... over 9 years ago
Protected the OpenMP constructs. More... over 9 years ago
Need to add the implementation files More... over 9 years ago
Macro definitions are hard. More... over 9 years ago
First run make and then make install for TRAVIS. Updated default values so code compiles More... over 9 years ago
Added SSE capabilities for wp. Only wp will get this SSE fallback, every other observable will have to wait till v2.0 More... over 9 years ago
Fixed typo and redirected output of diff to /dev/null. In case of failure, tests will print out the filename where the incorrect output is saved More... over 9 years ago
Changed return status to show failures More... over 9 years ago
The modified files as well More... over 9 years ago
Restructured countpairs_wp.c -- going for a more modular kernel approach More... over 9 years ago
Updated common.mk to fix travis build error More... over 9 years ago
Needed for install_name_tool to work More... over 9 years ago
Merge branch 'master' of https://github.com/manodeep/Corrfunc More... over 9 years ago
Pulled in all changes manually from v2.0 branch. Fixes #50 More... over 9 years ago
FIxed typo in README [ci skip] More... over 9 years ago
Changed xi to fix the double-counting bug. Updated the correct output for xi. With this change, xi is now roughly 20% faster More... over 9 years ago
Changed the variable name in wp to reflect that the bins are in rp. Free'ing the lattice structs are now handled in helper functions More... over 9 years ago
Change variable name to be more explicit [ci skip] More... over 9 years ago
Typedef'ed cellarray_index so I do not have to type struct all the time. [ci skip] More... over 9 years ago
Merge branch 'v2.0' of https://github.com/manodeep/Corrfunc into v2.0 More... over 9 years ago
Have to run compiler checks so that make install directly (without invoking make first) works. That's what I do on Travis -- and the builds were breaking More... over 9 years ago
Need -std=c99 for the compiler flag (if make install is directly run) for compiling logbins. More... over 9 years ago
More Makefile fixes: make install does not trigger compiler checks any more More... over 9 years ago
Somehow borked the default options [ci skip] More... over 9 years ago
No more double-counting in wp. Also, is faster now -- and paves the way for kernel approaches and offloading to coprocessors More... over 9 years ago
Added functions to gridlink for freeing the cellarray structs. Some updates to Makefiles to ensure files do not unnecessarily get copied during make install More... over 9 years ago
Massive changes - not ready for travis or actual use yet. Attempting to fix the double-counting bug but no results agree so far [ci skip] More... over 9 years ago
Added an example wp call [ci skip] More... over 9 years ago
Update setup.py More... over 9 years ago
Update setup.py More... over 9 years ago