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 23 of 34
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Spruced up Makefiles a bit for the python modules. Now sym-linking the C extensions into the module directory -- so imports will work fine in-place after a build
Manodeep Sinha
More...
over 9 years ago
Adding a kernel way of computing wp. Updated the tests such that same cell double-counting is avoided
Manodeep Sinha
More...
over 9 years ago
Fixed #50 for xi. Also simplified the loop structure such that the remainder loop was the same in both AVX and non-AVX cases.
Manodeep Sinha
More...
over 9 years ago
First fix for the wp/xi double-counting bug. Will fix xi and then push for travis test [ci skip]
Manodeep Sinha
More...
over 9 years ago
This commit solves a long-standing issue with installation and run-time. Fixes #48
Manodeep Sinha
More...
over 9 years ago
Added a pre-requisite for make >=3.80. I check for make version inside common.mk now and print an error message if version of make is less than 3.80
Manodeep Sinha
More...
over 9 years ago
The official method does not work -- falling back to the travis recipe that did
Manodeep Sinha
More...
over 9 years ago
This looks like the more offical solution to compiling with clang-omp
Manodeep Sinha
More...
over 9 years ago
Trying to fix compilation error with clang-omp on travis
Manodeep Sinha
More...
over 9 years ago
Merge branch 'master' of https://github.com/manodeep/Corrfunc
Manodeep Sinha
More...
over 9 years ago
Added SHELL for the Makefile. Hopefully, that will resolve the order-only attributes issue. Changed the default compiler on Darwin to first check for clan-omp since that is guaranteed to support OpenMP. If clang-omp is not found then the code uses clang. Lot more info messages on how to install OpenMP clang
Manodeep Sinha
More...
over 9 years ago
Update call_correlation_functions.py
Manodeep Sinha
More...
over 9 years ago
Fixed a bug that caused a crash under python3 with from Corrfunc import *
Manodeep Sinha
More...
over 9 years ago
Update utils.py
Manodeep Sinha
More...
over 9 years ago
Update README.md
Manodeep Sinha
More...
over 9 years ago
Only outputting the message for replacing rpath on Macs with clang-3.8
Manodeep Sinha
More...
over 9 years ago
Updated Readme [ci skip]
Manodeep Sinha
More...
over 9 years ago
Changed default compiler on Mac to be clang. The only way to compile with other compilers on a Mac is by specifying make CC=gcc/icc. Lots of informational messages now being output on what to do in case of compilation error
Manodeep Sinha
More...
over 9 years ago
Update README.md
Manodeep Sinha
More...
over 9 years ago
Merge pull request #44 from manodeep/master
Manodeep Sinha
More...
over 9 years ago
Fixed Makefiles -- there were still references to progressbar
Manodeep Sinha
More...
over 9 years ago
Merge pull request #43 from manodeep/develop
Manodeep Sinha
More...
over 9 years ago
Exposed the internal SILENT option that suppresses most informational output. Suppresses all progressbar status updates -- even the tests will not show the progressbar any more. Fixes #42
Manodeep Sinha
More...
over 9 years ago
Fixed bug in read_fastfood code when filename is supplied
Manodeep Sinha
More...
over 9 years ago
Initializing start such that if I incorrectly access the memory location, it should crash the code (hopefully, and not cause undefined behaviour from LONG overflow). Added to check to only call the sort if number of elements in the cell is non-zero
Manodeep Sinha
More...
over 9 years ago
Phew! Was an uninitialized element error -- fixed #40
Manodeep Sinha
More...
over 9 years ago
Added a check for Apple gcc/clang with OpenMP. Also checking that CC is a valid compiler
Manodeep Sinha
More...
over 9 years ago
resolved conflict
Manodeep Sinha
More...
over 9 years ago
Fixes #13. OpenMP compilation with clang. Added whitespace to make the file actually human-readable
Manodeep Sinha
More...
over 9 years ago
This should fix the travis build failure by simply reordering the sequence the tests are run in. Also, added -fno-strict-aliasing just to avoid any potential undefined behaviour
Manodeep Sinha
More...
over 9 years ago
←
1
2
…
19
20
21
22
23
24
25
26
27
…
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