Skip to content

Commit

Permalink
Merge pull request #58 from kjetil-lye/master
Browse files Browse the repository at this point in the history
Bugfixes
  • Loading branch information
Kjetil Olsen Lye committed Jun 29, 2019
2 parents f17c52a + f8f944e commit 95ecbca
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ELSE()
ENDMACRO()
ENDIF()

project (alsvinn VERSION 0.5.1 LANGUAGES C CXX )
project (alsvinn VERSION 0.5.2 LANGUAGES C CXX )
SET(ALSVINN_USE_FLOAT OFF CACHE BOOL "Do all computations with 32 bits
floating point numbers, instead of 64 bit double precision")
SET(ALSVINN_USE_CUDA ON CACHE BOOL "Build with CUDA")
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ It also supports cluster configurations consisting of either CPUs or GPUs. It ex

Alsvinn is maintained by [Kjetil Olsen Lye](https://github.com/kjetil-lye/) at ETH Zurich. We want Alsvinn to be easy to use, so if you have issues compiling or running it, please don't hesitate to leave an issue.

Alsvinn is also [available as a Docker container.](https://hub.docker.com/r/alsvinn/). See below for [how to run with Docker or Singularity without any installation needed.](#running-in-docker-or-singularity)
Alsvinn is also [available as a Docker container](https://hub.docker.com/r/alsvinn/). See below for [how to run with Docker or Singularity without any installation needed.](#running-in-docker-or-singularity)

## Supported equations

Expand Down
2 changes: 1 addition & 1 deletion documentation/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "Alsvinn"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 0.5.1
PROJECT_NUMBER = 0.5.2

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
2 changes: 1 addition & 1 deletion documentation/Doxyfile_readthedocs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "Alsvinn"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 0.5.0
PROJECT_NUMBER = 0.5.2

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down

0 comments on commit 95ecbca

Please sign in to comment.