0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 22 hours ago. based on code collected about 22 hours ago.
Sep 02, 2024 — Sep 02, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Hopefully last fix before the tests pass More... about 9 years ago
Attempting to fix echo issues More... about 9 years ago
Merge branch 'develop' of https://github.com/manodeep/Corrfunc into develop More... about 9 years ago
Now forcing double/float into the header and C files. More... about 9 years ago
Fixed the bug in case of no OpenMP. Trying to fix TRAVIS failure More... about 9 years ago
Merge branch 'develop' of https://github.com/manodeep/Corrfunc into develop More... about 9 years ago
Forgot to add the files for the theory vpf implementations [ci skip] More... about 9 years ago
Silencing compiler warning for mis-matched printf format [ci skip] More... about 9 years ago
Everything compiles and all tests pass on my laptop. Time for TRAVIS More... about 9 years ago
Fixed typos for the file [ci skip] More... about 9 years ago
The runtime dispatch is ready for all functions. Tests pass for the theory routines - still not ready for TRAVIS (waiting to finish the mocks) [ci skip] More... about 9 years ago
Typofix in wp. Updated Makefiles to only copy the header for the API [ci skip] More... about 9 years ago
Fixed reference to DOUBLE_FORMAT [ci skip] More... about 9 years ago
Fixed the defaults in config_options to 0. Accounting for Makefile flag for rpavg in the main routines [ci skip] More... about 9 years ago
DDrppi can now handle runtime dispatch for float/doubles as well as different kernels More... about 9 years ago
Changed the function parameters for the DD kernels to be more consistent with the actual exposed API call [ci skip] More... about 9 years ago
Makefile updates for DD [ci skip] More... about 9 years ago
Makefile fixes for wp and trivial checks into source [ci skip] More... about 9 years ago
xi can now handle runtime dispatch for floats/doubles [ci skip] More... about 9 years ago
Now copying all associated header files into the include directory to make sure the static library can be used in an external code [ci skip] More... about 9 years ago
Fixed typo [ci skip] More... about 9 years ago
Adding the rest of the edits [ci skip] More... about 9 years ago
DD is now capable of runtime dispatch for doubles/floats at runtime. Only DD and wp compile currently - everything else is broken [ci skip] More... about 9 years ago
Figured out why I need special treatment for wp_kernels_*.c in the Makefile. Fixed now [ci skip] More... about 9 years ago
Massive changes to allow flexible runtime behaviour. Most Makefile options can now be accessed at runtime via the libraries; only wp is compiling now - everything else is horribly broken. Skipping Travis for this commit [ci skip] More... about 9 years ago
Added the python script to generate the nthreads scaling text [ci skip] More... about 9 years ago
Current paper More... about 9 years ago
Forgot to fix the tests for non-OpenMP case More... about 9 years ago
Forgot to add the header and the fact that cpu features is directly taken from Agner Fog [ci skip] More... about 9 years ago
Added cpu feature detection - now AVX will only be dispatched assuming both the cpu, compiler and OS support AVX. Similarly for SSE. Only wp has this capability but I intend to incorporate this enhancement into the other codes. Amazingly, calling the python routines takes a lot longer than calling the command-line or the through the run_correlations in the examples directory More... about 9 years ago