mdspan - basic infrastructure
commit7156e73a850d9d7bb9d5ce76fc766ca9a1154215
authorChristian Blau <cblau@gwdg.de>
Thu, 22 Nov 2018 10:19:05 +0000 (22 11:19 +0100)
committerErik Lindahl <erik.lindahl@gmail.com>
Thu, 22 Nov 2018 11:29:18 +0000 (22 12:29 +0100)
treec1f1a79d7c5a3419b77b00feaa3ffa3e4421e757
parentdc34ec34ec38d99caaebf1a7d761b01503e26d9b
mdspan - basic infrastructure

Setting up directory to contain a stripped-down and modified-for-GROMACS
version of a reference implementation of the LEWG P0009 proposal,
revision 8:
"mdspan: A Non-Owning Multidimensional Array Reference"

Original code is available at
https://github.com/ORNL/cpp-proposals-pub/tree/master/P0009/reference-implementation/include/experimental

Refers to #2281

Change-Id: I4b8dee54e923d269d38e1f71c4e89526768ef42e
src/gromacs/CMakeLists.txt
src/gromacs/mdspan/CMakeLists.txt [new file with mode: 0644]
src/gromacs/mdspan/README [new file with mode: 0644]
src/gromacs/mdspan/tests/CMakeLists.txt [new file with mode: 0644]