openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
C
Corrfunc
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Sep 02, 2024 — Sep 02, 2025
Showing page 19 of 34
Search / Filter on:
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)
Manodeep Sinha
More...
about 9 years ago
Made most of the wp compile options into runtime parameters. API has now changed
Manodeep Sinha
More...
about 9 years ago
Added an explanatory message for reading fast-food files
Manodeep Sinha
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
Manodeep Sinha
More...
about 9 years ago
Removed un-necessary header inclusion [ci skip]
Manodeep Sinha
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
Manodeep Sinha
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
Manodeep Sinha
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.
Manodeep Sinha
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.
Manodeep Sinha
More...
about 9 years ago
Now printing MAKE as a compile-time settings as well [ci skip]
Manodeep Sinha
More...
about 9 years ago
Now printing MAKE as a compile-time settings as well [ci skip]
Manodeep Sinha
More...
about 9 years ago
Removed TODO. Upcoming features are tracked via issues [ci skip]
Manodeep Sinha
More...
about 9 years ago
Removed TODO. Upcoming features are tracked via issues [ci skip]
Manodeep Sinha
More...
about 9 years ago
Fixed the empty list initialized for python2.6 (possibly list comprehension issues)
Manodeep Sinha
More...
about 9 years ago
Fixed the empty list initialized for python2.6 (possibly list comprehension issues)
Manodeep Sinha
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
Manodeep Sinha
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
Manodeep Sinha
More...
about 9 years ago
Fixing the Travis OSX test-case environment
Manodeep Sinha
More...
about 9 years ago
Well, more fixes were required for the tests in the mocks directory
Manodeep Sinha
More...
about 9 years ago
Well, more fixes were required for the tests in the mocks directory
Manodeep Sinha
More...
about 9 years ago
Forgot to fix the return type for DDtheta_mocks.c
Manodeep Sinha
More...
about 9 years ago
Forgot to fix the return type for DDtheta_mocks.c
Manodeep Sinha
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
Manodeep Sinha
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
Manodeep Sinha
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
Manodeep Sinha
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
Manodeep Sinha
More...
about 9 years ago
Giving up on getting osx travis checks. Settling with non-openmp Apple clang
Manodeep Sinha
More...
about 9 years ago
Switching the order of gsl link and other link flags. Fixed test in vpf
Manodeep Sinha
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)
Manodeep Sinha
More...
about 9 years ago
May be the osx_image needs to be updated
Manodeep Sinha
More...
about 9 years ago
←
1
2
…
15
16
17
18
19
20
21
22
23
…
33
34
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree