-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #20 from ax3l/release-1.0.2crp
Release 1.0.2crp
- Loading branch information
Showing
7 changed files
with
89 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
language: cpp | ||
|
||
compiler: | ||
- gcc | ||
|
||
script: | ||
- mkdir build_tmp && cd build_tmp | ||
- cmake $TRAVIS_BUILD_DIR | ||
- make | ||
|
||
before_script: | ||
- sudo apt-get update -qq | ||
- sudo apt-get install -qq build-essential | ||
- sudo apt-get install -qq gcc-4.4 g++-4.4 | ||
- sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.4 60 --slave /usr/bin/g++ g++ /usr/bin/g++-4.4 | ||
- gcc --version && g++ --version | ||
- sudo apt-get install -qq nvidia-common | ||
- sudo apt-get install -qq nvidia-current | ||
- sudo apt-get install -qq nvidia-cuda-toolkit nvidia-cuda-dev | ||
- sudo find /usr/ -name libcuda*.so |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
Change Log / Release Log for ScatterAlloc | ||
================================================================ | ||
|
||
1.0.2crp | ||
------------- | ||
**Date:** 2014-01-07 | ||
|
||
This is our first bug fix release. | ||
We closed all issues documented in | ||
[Milestone *Bug fixes*](https://github.com/ComputationalRadiationPhysics/scatteralloc/issues?milestone=1&state=closed) | ||
|
||
### Changes to 1.0.1 | ||
|
||
**Features:** | ||
- added travis-ci.org support for compile tests #7 | ||
|
||
**Bug fixes:** | ||
- broken cmake/compile #1 | ||
- g++ warnings #10 | ||
- only N-1 access blocks used instead of N #2 | ||
- 32bit bug: allocate more than 4GB #12 | ||
|
||
**Misc:** | ||
See the full changes at | ||
https://github.com/ComputationalRadiationPhysics/scatteralloc/compare/1.0.1...1.0.2crp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters