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
Fixed the travis error. Swapped the ordering of the examples so that wp does not run after DDrppi (quicksort scaling strikes again) More... about 9 years ago
Made most of the wp compile options into runtime parameters. API has now changed More... about 9 years ago
Added an explanatory message for reading fast-food files More... about 9 years ago
Added multiple-comparison to sglib through a comparator macro. Now, gridlink_index sorts particles into their cells and their z-dimension. Had an interesting side-effect that quick-sort was degrading to O(N^2) when tests were running since DDrppi would produce the exact same sorted particle list as needed by wp. Solved by swapping the test order in the periodic case (DDrppi now comes before DD). However, since more work is now being done in sequential mode, the thread scaling is going to be worse More... about 9 years ago
Removed un-necessary header inclusion [ci skip] More... about 9 years ago
Fixed the warnings from python2.6 about macro redefinition by changing the include flag to show that Python.h is a system file More... about 9 years ago
Fixed the warnings from python2.6 about macro redefinition by changing the include flag to show that Python.h is a system file More... about 9 years ago
Compiler can now be passed into the python setup as well (via the CC=/path/to/CC). common.mk will be updated to use this new CC value. More... about 9 years ago
Compiler can now be passed into the python setup as well (via the CC=/path/to/CC). common.mk will be updated to use this new CC value. More... about 9 years ago
Now printing MAKE as a compile-time settings as well [ci skip] More... about 9 years ago
Now printing MAKE as a compile-time settings as well [ci skip] More... about 9 years ago
Removed TODO. Upcoming features are tracked via issues [ci skip] More... about 9 years ago
Removed TODO. Upcoming features are tracked via issues [ci skip] More... about 9 years ago
Fixed the empty list initialized for python2.6 (possibly list comprehension issues) More... about 9 years ago
Fixed the empty list initialized for python2.6 (possibly list comprehension issues) More... about 9 years ago
Allowed arbitrary python to be used while compiling. setup.py now checks if the python specified in the common.mk file is the identical to currently running python and changes the common.mk file if necessary. Fixes #52. Also outputs the compile time options once each for the theory and mocks directories More... about 9 years ago
Allowed arbitrary python to be used while compiling. setup.py now checks if the python specified in the common.mk file is the identical to currently running python and changes the common.mk file if necessary. Fixes #52. Also outputs the compile time options once each for the theory and mocks directories More... about 9 years ago
Fixing the Travis OSX test-case environment More... about 9 years ago
Well, more fixes were required for the tests in the mocks directory More... about 9 years ago
Well, more fixes were required for the tests in the mocks directory More... about 9 years ago
Forgot to fix the return type for DDtheta_mocks.c More... about 9 years ago
Forgot to fix the return type for DDtheta_mocks.c More... about 9 years ago
Made the return type from the C API functions to be a stack-allocated struct. The fields within the struct (npairs, rupp, rpavg etc) are still heap variables and do need to be freed. Partly fixes #57 More... about 9 years ago
Made the return type from the C API functions to be a stack-allocated struct. The fields within the struct (npairs, rupp, rpavg etc) are still heap variables and do need to be freed. Partly fixes #57 More... about 9 years ago
Added error-checking in python extension. If the input array is not the exact floating point type handled by the extension, then a new array will be created such that the underlying functions can be used. Fixes #10 More... about 9 years ago
Added error-checking in python extension. If the input array is not the exact floating point type handled by the extension, then a new array will be created such that the underlying functions can be used. Fixes #10 More... about 9 years ago
Giving up on getting osx travis checks. Settling with non-openmp Apple clang More... about 9 years ago
Switching the order of gsl link and other link flags. Fixed test in vpf More... about 9 years ago
Travis claims that gcc-49 is pre-installed. Lets try that with the latest osx_image. Otherwise, falling back to clang on osx (without openmp) More... about 9 years ago
May be the osx_image needs to be updated More... about 9 years ago