[GRASS-SVN] r70353 - in grass/trunk: lib/rst/interp_float vector/v.surf.rst
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Jan 12 07:37:18 PST 2017
Author: wenzeslaus
Date: 2017-01-12 07:37:18 -0800 (Thu, 12 Jan 2017)
New Revision: 70353
Modified:
grass/trunk/lib/rst/interp_float/segmen2d_parallel.c
grass/trunk/vector/v.surf.rst/main.c
grass/trunk/vector/v.surf.rst/v.surf.rst.html
Log:
rst: parallel version authors
Modified: grass/trunk/lib/rst/interp_float/segmen2d_parallel.c
===================================================================
--- grass/trunk/lib/rst/interp_float/segmen2d_parallel.c 2017-01-12 15:34:40 UTC (rev 70352)
+++ grass/trunk/lib/rst/interp_float/segmen2d_parallel.c 2017-01-12 15:37:18 UTC (rev 70353)
@@ -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
Modified: grass/trunk/vector/v.surf.rst/main.c
===================================================================
--- grass/trunk/vector/v.surf.rst/main.c 2017-01-12 15:34:40 UTC (rev 70352)
+++ grass/trunk/vector/v.surf.rst/main.c 2017-01-12 15:37:18 UTC (rev 70353)
@@ -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
Modified: grass/trunk/vector/v.surf.rst/v.surf.rst.html
===================================================================
--- grass/trunk/vector/v.surf.rst/v.surf.rst.html 2017-01-12 15:34:40 UTC (rev 70352)
+++ grass/trunk/vector/v.surf.rst/v.surf.rst.html 2017-01-12 15:37:18 UTC (rev 70353)
@@ -398,8 +398,9 @@
<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>
More information about the grass-commit
mailing list