0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 04, 2024 — Sep 04, 2025
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! 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. More... over 9 years ago
Changed recommended order for installing/testing More... over 9 years ago
Merge pull request #36 from manodeep/develop More... over 9 years ago
Hopefully fixed OpenMP not compiling issues for gcc/clang. Still not hope for supporting openmp with clang 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 More... over 9 years ago
Merge pull request #35 from manodeep/develop More... over 9 years ago
Updating common.mk to take care of the clang masquerading as gcc issue More... over 9 years ago
Update README.md More... over 9 years ago
Fixed relative import More... over 9 years ago
Merge pull request #34 from manodeep/develop More... over 9 years ago
Need to remove USE_AVX before adding in compiler options More... over 9 years ago
Hopefully fixed the syntax for the osx check on travis More... over 9 years ago
Checking what the value actually is (as seen by the Makefile) More... over 9 years ago
Removing USE_AVX on TravisCI + osx. Hopefully, this will compile and run tests for osx on Travis More... over 9 years ago
Merge branch 'develop' of https://github.com/manodeep/Corrfunc into develop More... over 9 years ago
Current stage before leaving for conference More... over 9 years ago
Added colored text output to common.mk. Warnings are now in magenta, and errors in red 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) 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 More... over 9 years ago
Still trying to fix OSX builds on travis More... over 9 years ago
Just run gsl-config directly More... over 9 years ago
Fixed typo. Makefile now aborts early when gsl is absent More... over 9 years ago
How hard can this be! Apparently, very More... over 9 years ago
Attempting to use trusty linux distro. Removing clang from linux test env More... over 9 years ago
enable openmp if clang-omp is the compiler. 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 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. More... over 9 years ago
Trying to fix C formatting [ci skip] More... over 9 years ago
PEP8 changes to python code. Bumped version number, indicating a patch release. More... over 9 years ago