Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
James Willenbring
Trilinos
Commits
839fa8ba
Commit
839fa8ba
authored
Dec 21, 2016
by
Siva Rajamanickam
Browse files
kokkoskernels (tpetra/kernels):
Lawyer stuff. Making copyright headers consistent etc.
parent
6235da44
Changes
166
Hide whitespace changes
Inline
Side-by-side
packages/tpetra/kernels/Copyright.txt
0 → 100644
View file @
839fa8ba
//@HEADER
// ************************************************************************
//
// KokkosKernels: Linear Algebra and Graph Kernels
// Copyright 2016 Sandia Corporation
//
// Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation,
// the U.S. Government retains certain rights in this software.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
// 1. Redistributions of source code must retain the above copyright
// notice, this list of conditions and the following disclaimer.
//
// 2. Redistributions in binary form must reproduce the above copyright
// notice, this list of conditions and the following disclaimer in the
// documentation and/or other materials provided with the distribution.
//
// 3. Neither the name of the Corporation nor the names of the
// contributors may be used to endorse or promote products derived from
// this software without specific prior written permission.
//
// THIS SOFTWARE IS PROVIDED BY SANDIA CORPORATION "AS IS" AND ANY
// EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
// IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
// PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL SANDIA CORPORATION OR THE
// CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
// PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
// PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
// LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
// NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
// SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
//
// Questions? Contact Siva Rajamanickam (srajama@sandia.gov)
//
// ************************************************************************
//@HEADER
packages/tpetra/kernels/README
View file @
839fa8ba
The Kernels subpackage of Tpetra ("TpetraKernels") contains local
computational kernels. "Local" means no MPI or other
distributed-memory communication. "Computational kernels" are
coarse-grained operations; they take a lot of work and make sense to
parallelize inside using Kokkos. Computational kernels in this
subpackage include the following:
The Kernels subpackage of Tpetra ("TpetraKernels"/"KokkosKernels")
contains local computational kernels. "Local" means no MPI or other
distributed-memory communication. "Computational kernels" are coarse-grained
operations; they take a lot of work and make sense to parallelize inside using
Kokkos. Computational kernels in this subpackage include the following:
- (Multi)vector dot products, norms, and updates (AXPY-like
operations that add vectors together entry-wise)
...
...
packages/tpetra/kernels/example/fenl/BoxElemFixture.hpp
View file @
839fa8ba
/*
//@HEADER
// ************************************************************************
//
//
Kokkos: Manycore Performance-Portable Multidimensional Array
s
// Copyright
(
201
2)
Sandia Corporation
//
//
//
KokkosKernels: Linear Algebra and Graph Kernel
s
//
Copyright 201
6
Sandia Corporation
//
// Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation,
// the U.S. Government retains certain rights in this software.
//
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
...
...
@@ -35,8 +35,8 @@
// NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
// SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
//
// Questions? Contact
H. Carter Edwards (hcedwar
@sandia.gov)
//
// Questions? Contact
Siva Rajamanickam (srajama
@sandia.gov)
//
// ************************************************************************
//@HEADER
*/
...
...
packages/tpetra/kernels/example/fenl/BoxElemPart.cpp
View file @
839fa8ba
/*
//@HEADER
// ************************************************************************
//
//
Kokkos: Manycore Performance-Portable Multidimensional Array
s
// Copyright
(
201
2)
Sandia Corporation
//
//
//
KokkosKernels: Linear Algebra and Graph Kernel
s
//
Copyright 201
6
Sandia Corporation
//
// Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation,
// the U.S. Government retains certain rights in this software.
//
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
...
...
@@ -35,8 +35,8 @@
// NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
// SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
//
// Questions? Contact
H. Carter Edwards (hcedwar
@sandia.gov)
//
// Questions? Contact
Siva Rajamanickam (srajama
@sandia.gov)
//
// ************************************************************************
//@HEADER
*/
...
...
packages/tpetra/kernels/example/fenl/BoxElemPart.hpp
View file @
839fa8ba
/*
//@HEADER
// ************************************************************************
//
//
Kokkos: Manycore Performance-Portable Multidimensional Array
s
// Copyright
(
201
2)
Sandia Corporation
//
//
//
KokkosKernels: Linear Algebra and Graph Kernel
s
//
Copyright 201
6
Sandia Corporation
//
// Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation,
// the U.S. Government retains certain rights in this software.
//
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
...
...
@@ -35,8 +35,8 @@
// NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
// SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
//
// Questions? Contact
H. Carter Edwards (hcedwar
@sandia.gov)
//
// Questions? Contact
Siva Rajamanickam (srajama
@sandia.gov)
//
// ************************************************************************
//@HEADER
*/
...
...
packages/tpetra/kernels/example/fenl/CGSolve.hpp
View file @
839fa8ba
/*
//@HEADER
// ************************************************************************
//
//
Kokkos: Manycore Performance-Portable Multidimensional Array
s
// Copyright
(
201
2)
Sandia Corporation
//
//
//
KokkosKernels: Linear Algebra and Graph Kernel
s
//
Copyright 201
6
Sandia Corporation
//
// Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation,
// the U.S. Government retains certain rights in this software.
//
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
...
...
@@ -35,8 +35,8 @@
// NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
// SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
//
// Questions? Contact
H. Carter Edwards (hcedwar
@sandia.gov)
//
// Questions? Contact
Siva Rajamanickam (srajama
@sandia.gov)
//
// ************************************************************************
//@HEADER
*/
...
...
packages/tpetra/kernels/example/fenl/HexElement.hpp
View file @
839fa8ba
...
...
@@ -2,8 +2,8 @@
//@HEADER
// ************************************************************************
//
//
Kokkos: Manycore Performance-Portable Multidimensional Array
s
// Copyright
(
201
2)
Sandia Corporation
//
KokkosKernels: Linear Algebra and Graph Kernel
s
//
Copyright 201
6
Sandia Corporation
//
// Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation,
// the U.S. Government retains certain rights in this software.
...
...
@@ -35,7 +35,7 @@
// NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
// SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
//
// Questions? Contact
H. Carter Edwards (hcedwar
@sandia.gov)
// Questions? Contact
Siva Rajamanickam (srajama
@sandia.gov)
//
// ************************************************************************
//@HEADER
...
...
packages/tpetra/kernels/example/fenl/TestFixture.cpp
View file @
839fa8ba
/*
//@HEADER
// ************************************************************************
//
//
Kokkos: Manycore Performance-Portable Multidimensional Array
s
// Copyright
(
201
2)
Sandia Corporation
//
//
//
KokkosKernels: Linear Algebra and Graph Kernel
s
//
Copyright 201
6
Sandia Corporation
//
// Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation,
// the U.S. Government retains certain rights in this software.
//
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
...
...
@@ -35,8 +35,8 @@
// NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
// SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
//
// Questions? Contact
H. Carter Edwards (hcedwar
@sandia.gov)
//
// Questions? Contact
Siva Rajamanickam (srajama
@sandia.gov)
//
// ************************************************************************
//@HEADER
*/
...
...
packages/tpetra/kernels/example/fenl/TestFixture.hpp
View file @
839fa8ba
/*
//@HEADER
// ************************************************************************
//
//
Kokkos: Manycore Performance-Portable Multidimensional Array
s
// Copyright
(
201
2)
Sandia Corporation
//
//
//
KokkosKernels: Linear Algebra and Graph Kernel
s
//
Copyright 201
6
Sandia Corporation
//
// Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation,
// the U.S. Government retains certain rights in this software.
//
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
...
...
@@ -35,8 +35,8 @@
// NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
// SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
//
// Questions? Contact
H. Carter Edwards (hcedwar
@sandia.gov)
//
// Questions? Contact
Siva Rajamanickam (srajama
@sandia.gov)
//
// ************************************************************************
//@HEADER
*/
...
...
packages/tpetra/kernels/example/fenl/VectorImport.hpp
View file @
839fa8ba
...
...
@@ -2,8 +2,8 @@
//@HEADER
// ************************************************************************
//
//
Kokkos: Manycore Performance-Portable Multidimensional Array
s
// Copyright
(
201
2)
Sandia Corporation
//
KokkosKernels: Linear Algebra and Graph Kernel
s
//
Copyright 201
6
Sandia Corporation
//
// Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation,
// the U.S. Government retains certain rights in this software.
...
...
@@ -35,7 +35,7 @@
// NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
// SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
//
// Questions? Contact
H. Carter Edwards (hcedwar
@sandia.gov)
// Questions? Contact
Siva Rajamanickam (srajama
@sandia.gov)
//
// ************************************************************************
//@HEADER
...
...
packages/tpetra/kernels/example/fenl/WrapMPI.hpp
View file @
839fa8ba
...
...
@@ -2,8 +2,8 @@
//@HEADER
// ************************************************************************
//
//
Kokkos: Manycore Performance-Portable Multidimensional Array
s
// Copyright
(
201
2)
Sandia Corporation
//
KokkosKernels: Linear Algebra and Graph Kernel
s
//
Copyright 201
6
Sandia Corporation
//
// Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation,
// the U.S. Government retains certain rights in this software.
...
...
@@ -35,7 +35,7 @@
// NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
// SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
//
// Questions? Contact
H. Carter Edwards (hcedwar
@sandia.gov)
// Questions? Contact
Siva Rajamanickam (srajama
@sandia.gov)
//
// ************************************************************************
//@HEADER
...
...
packages/tpetra/kernels/example/fenl/fenl.cpp
View file @
839fa8ba
/*
//@HEADER
// ************************************************************************
//
//
Kokkos: Manycore Performance-Portable Multidimensional Array
s
// Copyright
(
201
2)
Sandia Corporation
//
KokkosKernels: Linear Algebra and Graph Kernel
s
//
Copyright 201
6
Sandia Corporation
//
// Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation,
// the U.S. Government retains certain rights in this software.
...
...
@@ -34,11 +35,11 @@
// NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
// SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
//
// Questions? Contact
H. Carter Edwards (hcedwar
@sandia.gov)
// Questions? Contact
Siva Rajamanickam (srajama
@sandia.gov)
//
// ************************************************************************
//@HEADER
*/
#include <HexElement.hpp>
#include <fenl_impl.hpp>
...
...
packages/tpetra/kernels/example/fenl/fenl.hpp
View file @
839fa8ba
...
...
@@ -2,8 +2,8 @@
//@HEADER
// ************************************************************************
//
//
Kokkos: Manycore Performance-Portable Multidimensional Array
s
// Copyright
(
201
2)
Sandia Corporation
//
KokkosKernels: Linear Algebra and Graph Kernel
s
//
Copyright 201
6
Sandia Corporation
//
// Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation,
// the U.S. Government retains certain rights in this software.
...
...
@@ -35,7 +35,7 @@
// NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
// SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
//
// Questions? Contact
H. Carter Edwards (hcedwar
@sandia.gov)
// Questions? Contact
Siva Rajamanickam (srajama
@sandia.gov)
//
// ************************************************************************
//@HEADER
...
...
packages/tpetra/kernels/example/fenl/fenl_functors.hpp
View file @
839fa8ba
...
...
@@ -2,8 +2,8 @@
//@HEADER
// ************************************************************************
//
//
Kokkos: Manycore Performance-Portable Multidimensional Array
s
// Copyright
(
201
2)
Sandia Corporation
//
KokkosKernels: Linear Algebra and Graph Kernel
s
//
Copyright 201
6
Sandia Corporation
//
// Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation,
// the U.S. Government retains certain rights in this software.
...
...
@@ -35,7 +35,7 @@
// NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
// SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
//
// Questions? Contact
H. Carter Edwards (hcedwar
@sandia.gov)
// Questions? Contact
Siva Rajamanickam (srajama
@sandia.gov)
//
// ************************************************************************
//@HEADER
...
...
packages/tpetra/kernels/example/fenl/fenl_impl.hpp
View file @
839fa8ba
...
...
@@ -2,8 +2,8 @@
//@HEADER
// ************************************************************************
//
//
Kokkos: Manycore Performance-Portable Multidimensional Array
s
// Copyright
(
201
2)
Sandia Corporation
//
KokkosKernels: Linear Algebra and Graph Kernel
s
//
Copyright 201
6
Sandia Corporation
//
// Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation,
// the U.S. Government retains certain rights in this software.
...
...
@@ -35,7 +35,7 @@
// NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
// SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
//
// Questions? Contact
H. Carter Edwards (hcedwar
@sandia.gov)
// Questions? Contact
Siva Rajamanickam (srajama
@sandia.gov)
//
// ************************************************************************
//@HEADER
...
...
packages/tpetra/kernels/example/fenl/main.cpp
View file @
839fa8ba
/*
//@HEADER
// ************************************************************************
//
// KokkosKernels: Linear Algebra and Graph Kernels
// Copyright 2016 Sandia Corporation
//
// Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation,
// the U.S. Government retains certain rights in this software.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
// 1. Redistributions of source code must retain the above copyright
// notice, this list of conditions and the following disclaimer.
//
// 2. Redistributions in binary form must reproduce the above copyright
// notice, this list of conditions and the following disclaimer in the
// documentation and/or other materials provided with the distribution.
//
// 3. Neither the name of the Corporation nor the names of the
// contributors may be used to endorse or promote products derived from
// this software without specific prior written permission.
//
// THIS SOFTWARE IS PROVIDED BY SANDIA CORPORATION "AS IS" AND ANY
// EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
// IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
// PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL SANDIA CORPORATION OR THE
// CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
// PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
// PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
// LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
// NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
// SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
//
// Questions? Contact Siva Rajamanickam (srajama@sandia.gov)
//
// ************************************************************************
//@HEADER
*/
#include <math.h>
#include <stdio.h>
...
...
packages/tpetra/kernels/perf_test/blas1.cpp
View file @
839fa8ba
// @HEADER
// ***********************************************************************
/*
//@HEADER
// ************************************************************************
//
//
Tpetra: Templated Linear Algebra Services Package
// Copyright
(
20
08)
Sandia Corporation
//
KokkosKernels: Linear Algebra and Graph Kernels
// Copyright 20
16
Sandia Corporation
//
// Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation,
// the U.S. Government retains certain rights in this software.
...
...
@@ -34,11 +35,11 @@
// NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
// SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
//
// Questions? Contact
Michael A. Heroux (maherou
@sandia.gov)
// Questions? Contact
Siva Rajamanickam (srajama
@sandia.gov)
//
// ************************************************************************
//
@HEADER
//@HEADER
*/
#include <Kokkos_Blas1.hpp>
#include <Teuchos_CommandLineProcessor.hpp>
#include <Teuchos_TimeMonitor.hpp>
...
...
packages/tpetra/kernels/perf_test/blas1_MV.cpp
View file @
839fa8ba
// @HEADER
// ***********************************************************************
/*
//@HEADER
// ************************************************************************
//
//
Tpetra: Templated Linear Algebra Services Package
// Copyright
(
20
08)
Sandia Corporation
//
KokkosKernels: Linear Algebra and Graph Kernels
// Copyright 20
16
Sandia Corporation
//
// Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation,
// the U.S. Government retains certain rights in this software.
...
...
@@ -34,11 +35,11 @@
// NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
// SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
//
// Questions? Contact
Michael A. Heroux (maherou
@sandia.gov)
// Questions? Contact
Siva Rajamanickam (srajama
@sandia.gov)
//
// ************************************************************************
//
@HEADER
//@HEADER
*/
#include <Kokkos_Blas1_MV.hpp>
#include <Teuchos_CommandLineProcessor.hpp>
#include <Teuchos_TimeMonitor.hpp>
...
...
packages/tpetra/kernels/perf_test/graph/KokkosKernels_GraphColoringTest.cpp
View file @
839fa8ba
...
...
@@ -2,8 +2,8 @@
//@HEADER
// ************************************************************************
//
// KokkosKernels:
Node API and Parallel Node
Kernels
// Copyright
(
20
08)
Sandia Corporation
//
KokkosKernels:
Linear Algebra and Graph
Kernels
//
Copyright 20
16
Sandia Corporation
//
// Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation,
// the U.S. Government retains certain rights in this software.
...
...
@@ -35,7 +35,7 @@
// NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
// SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
//
// Questions? Contact
Michael A. Heroux (maherou
@sandia.gov)
// Questions? Contact
Siva Rajamanickam (srajama
@sandia.gov)
//
// ************************************************************************
//@HEADER
...
...
packages/tpetra/kernels/perf_test/graph/KokkosKernels_PCG.hpp
View file @
839fa8ba
...
...
@@ -2,8 +2,8 @@
//@HEADER
// ************************************************************************
//
// KokkosKernels:
Node API and Parallel Node
Kernels
// Copyright
(
20
08)
Sandia Corporation
//
KokkosKernels:
Linear Algebra and Graph
Kernels
//
Copyright 20
16
Sandia Corporation
//
// Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation,
// the U.S. Government retains certain rights in this software.
...
...
@@ -35,7 +35,7 @@
// NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
// SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
//
// Questions? Contact
Michael A. Heroux (maherou
@sandia.gov)
// Questions? Contact
Siva Rajamanickam (srajama
@sandia.gov)
//
// ************************************************************************
//@HEADER
...
...
Prev
1
2
3
4
5
…
9
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment