Updated docstring

This commit is contained in:
David Poliakoff 2016-05-02 15:53:43 -07:00
parent afef04bb54
commit e74cc0df27

View File

@ -1,7 +1,7 @@
from spack import *
class Cnmem(Package):
"""RAJA Parallel Framework."""
"""CNMem mempool for CUDA devices"""
homepage = "https://github.com/NVIDIA/cnmem"
version('git', git='https://github.com/NVIDIA/cnmem.git', branch="master")