[GRASS-dev] [GRASS GIS] #2854: results in winGRASS7 32bit vs 64bit: should they be identical?

GRASS GIS trac at osgeo.org
Thu Jan 7 04:58:35 PST 2016


#2854: results in winGRASS7 32bit vs 64bit: should they be identical?
---------------------+---------------------------------
  Reporter:  hellik  |      Owner:  grass-dev@…
      Type:  defect  |     Status:  new
  Priority:  normal  |  Milestone:  7.0.3
 Component:  Raster  |    Version:  svn-releasebranch70
Resolution:          |   Keywords:
       CPU:  x86-64  |   Platform:  MSWindows 7
---------------------+---------------------------------

Comment (by hellik):

 Replying to [comment:2 hellik]:
 > {{{
 > r.mapcalc expression=difftestepsilon_values = if(abs(
 accum_wg32bit at watershedtest - accum_wg64bit at watershedtest  ) <= 1.0e-15, 1
 , accum_wg32bit at watershedtest - accum_wg64bit at watershedtest )
 > }}}

 {{{
 r.mapcalc expression=difftestepsilon_values2 = if(abs(
 accum_wg32bit at watershedtest - accum_wg64bit at watershedtest  ) <= 1.0e-15,
 null()  , accum_wg32bit at watershedtest - accum_wg64bit at watershedtest )
 }}}

 {{{
 r.univar -e
 map=difftestepsilon_values at watershedtest,difftestepsilon_values2 at watershedtest
 total null and non-null cells: 4050000
 total null cells: 1380680
 Of the non-null cells:
 ----------------------
 n: 2669320
 minimum: -8.14907e-010
 maximum: 1
 range: 1
 mean: 0.51724
 mean of absolute values: 0.51724
 standard deviation: 0.499703
 variance: 0.249703
 variation coefficient: 96.6094 %
 sum: 1380679.99999868
 1st quartile: -1.77636e-015
 median (even number of cells): 1
 3rd quartile: 1
 90th percentile: 1
 }}}

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/2854#comment:3>
GRASS GIS <https://grass.osgeo.org>



More information about the grass-dev mailing list