浏览代码

rst: parallel version authors

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@70353 15284696-431f-4ddb-bdfa-cd5b030d7da7
Vaclav Petras 8 年之前
父节点
当前提交
965417b2ad
共有 3 个文件被更改,包括 9 次插入5 次删除
  1. 4 2
      lib/rst/interp_float/segmen2d_parallel.c
  2. 2 1
      vector/v.surf.rst/main.c
  3. 3 2
      vector/v.surf.rst/v.surf.rst.html

+ 4 - 2
lib/rst/interp_float/segmen2d_parallel.c

@@ -1,10 +1,12 @@
 /*!
  * \file segmen2d.c
  *
- * \author H. Mitasova, I. Kosinovsky, D. Gerdes
+ * \author H. Mitasova, I. Kosinovsky, D. Gerdes (single core)
+ * \author Stanislav Zubal, Michal Lacko (OpenMP version)
+ * \author Anna Petrasova (OpenMP version GRASS integration)
  *
  * \copyright
- * (C) 1993 by Helena Mitasova and the GRASS Development Team
+ * (C) 1993-2017 by Helena Mitasova and the GRASS Development Team
  *
  * \copyright
  * This program is free software under the

+ 2 - 1
vector/v.surf.rst/main.c

@@ -11,7 +11,8 @@
  *               modified by Mitasova in November 1999 (dmax, timestamp update)
  *               dnorm independent tension - -t flag
  *               cross-validation -v flag by Jaro Hofierka 2004
- *               Parallel version: S. Zubal 2015
+ *               Stanislav Zubal, Michal Lacko 2015 (OpenMP version)
+ *               Anna Petrasova (OpenMP version GRASS integration)
  *
  * PURPOSE:      Surface interpolation from vector point data by splines
  * COPYRIGHT:    (C) 2003-2009, 2013 by the GRASS Development Team

+ 3 - 2
vector/v.surf.rst/v.surf.rst.html

@@ -398,8 +398,9 @@ procedure):</em>
 <br>Jaroslav Hofierka, University of Presov; Radim Blazek, ITC-irst
 
 <p>
-<em>New parallel implementation:</em>
-<br>S. Zubal and J. Hofierka, University of Presov
+<em>Parallelization using OpenMP:</em>
+<br>Stanislav Zubal, Czech Technical University in Prague
+<br>Michal Lacko, Pavol Jozef Safarik University in Kosice
 
 <p>
 <i>Last changed: $Date$</i>