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 04, 2024 — Sep 04, 2025
Showing page 24 of 34
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Changed the logic such that remainder loop is identical for both AVX and non-AVX cases. Removed loop-blocking since that was not helping performance (plus, it was incorrectly implemented in the first place). Updated Makefile such that only the wp tests run rather than every test!
Manodeep Sinha
More...
over 9 years ago
Changed the lattice structure to avoid duplicating memory. Changes to the code flow so that the remainder loop is the same for both AVX and non-AVX cases. Have not run valgrind yet -- but tests pass for both AVX and non AVX code options.
Manodeep Sinha
More...
over 9 years ago
Changed recommended order for installing/testing
Manodeep Sinha
More...
over 9 years ago
Merge pull request #36 from manodeep/develop
Manodeep Sinha
More...
over 9 years ago
Hopefully fixed OpenMP not compiling issues for gcc/clang. Still not hope for supporting openmp with clang
Manodeep Sinha
More...
over 9 years ago
Hopefully fixed the gcc is clang issue -- this time for OpenMP. However, supporting OpenMP for openmp-capable clang still remains unsolved
Manodeep Sinha
More...
over 9 years ago
Merge pull request #35 from manodeep/develop
Manodeep Sinha
More...
over 9 years ago
Updating common.mk to take care of the clang masquerading as gcc issue
Manodeep Sinha
More...
over 9 years ago
Update README.md
Manodeep Sinha
More...
over 9 years ago
Fixed relative import
Manodeep Sinha
More...
over 9 years ago
Merge pull request #34 from manodeep/develop
Manodeep Sinha
More...
over 9 years ago
Need to remove USE_AVX before adding in compiler options
Manodeep Sinha
More...
over 9 years ago
Hopefully fixed the syntax for the osx check on travis
Manodeep Sinha
More...
over 9 years ago
Checking what the value actually is (as seen by the Makefile)
Manodeep Sinha
More...
over 9 years ago
Removing USE_AVX on TravisCI + osx. Hopefully, this will compile and run tests for osx on Travis
Manodeep Sinha
More...
over 9 years ago
Merge branch 'develop' of https://github.com/manodeep/Corrfunc into develop
Manodeep Sinha
More...
over 9 years ago
Current stage before leaving for conference
Manodeep Sinha
More...
over 9 years ago
Added colored text output to common.mk. Warnings are now in magenta, and errors in red
Manodeep Sinha
More...
over 9 years ago
conda claims gcc-4.9 is installed by default on osx if osx_image key is not present (https://github.com/travis-ci/travis-ci/issues/4587)
Manodeep Sinha
More...
over 9 years ago
brew takes too long to install gcc and travis times-out the build. only checking with conda gcc on osx
Manodeep Sinha
More...
over 9 years ago
Still trying to fix OSX builds on travis
Manodeep Sinha
More...
over 9 years ago
Just run gsl-config directly
Manodeep Sinha
More...
over 9 years ago
Fixed typo. Makefile now aborts early when gsl is absent
Manodeep Sinha
More...
over 9 years ago
How hard can this be! Apparently, very
Manodeep Sinha
More...
over 9 years ago
Attempting to use trusty linux distro. Removing clang from linux test env
Manodeep Sinha
More...
over 9 years ago
enable openmp if clang-omp is the compiler.
Manodeep Sinha
More...
over 9 years ago
Installing openmp-clang on osx via brew. Conda does not have python 3.2 - so bumping to python 3.3
Manodeep Sinha
More...
over 9 years ago
Trying to include OSX tests. Also, adding in python 2.6 test and python 3.2 tests on linux to ensure that the package does indeed work with those python versions.
Manodeep Sinha
More...
over 9 years ago
Trying to fix C formatting [ci skip]
Manodeep Sinha
More...
over 9 years ago
PEP8 changes to python code. Bumped version number, indicating a patch release.
Manodeep Sinha
More...
over 9 years ago
←
1
2
…
20
21
22
23
24
25
26
27
28
…
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