Skip to content

Commit 5a7291c

Browse files
authored
Merge pull request #127 from psychocoderHPC/topic-updateDocu
add required alpaka verison
2 parents 42a3f19 + 21daaf4 commit 5a7291c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

INSTALL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,10 @@ be built yourself nevertheless or the distribution versions are outdated.
9494
The ISAACConfig.cmake searches for these requirements. See
9595
`example/CMakeLists.txt` for an easy to adopt example.
9696

97-
* __Alpaka__ for the abstraction of the acceleration device. If only CUDA
97+
* __alpaka__ (version 0.6.0) for the abstraction of the acceleration device. If only CUDA
9898
is used, this library is __not needed__:
9999
* _From Source_:
100-
* `git clone https://github.com/ComputationalRadiationPhysics/alpaka.git`
100+
* `git clone https://github.com/alpaka-group/alpaka.git`
101101
* It is a header only library and doesn't need to be installed. However
102102
the root directory of the libary has to be added to the CMake variable
103103
`CMAKE_MODULE_PATH`, e.g. with

0 commit comments

Comments
 (0)