[GRASS-SVN] r51051 - grass-addons/grass6/imagery/gipe/i.vi.mpi
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Mar 12 12:18:12 EDT 2012
Author: neteler
Date: 2012-03-12 09:18:12 -0700 (Mon, 12 Mar 2012)
New Revision: 51051
Modified:
grass-addons/grass6/imagery/gipe/i.vi.mpi/Makefile
grass-addons/grass6/imagery/gipe/i.vi.mpi/run.sh
Log:
cosmetics
Modified: grass-addons/grass6/imagery/gipe/i.vi.mpi/Makefile
===================================================================
--- grass-addons/grass6/imagery/gipe/i.vi.mpi/Makefile 2012-03-12 16:16:48 UTC (rev 51050)
+++ grass-addons/grass6/imagery/gipe/i.vi.mpi/Makefile 2012-03-12 16:18:12 UTC (rev 51051)
@@ -12,4 +12,3 @@
endif
default: cmd
-CC=mpicc
Modified: grass-addons/grass6/imagery/gipe/i.vi.mpi/run.sh
===================================================================
--- grass-addons/grass6/imagery/gipe/i.vi.mpi/run.sh 2012-03-12 16:16:48 UTC (rev 51050)
+++ grass-addons/grass6/imagery/gipe/i.vi.mpi/run.sh 2012-03-12 16:18:12 UTC (rev 51051)
@@ -4,6 +4,6 @@
foo=3
filename=ndvi1-new-$foo
-time mpirun -np $foo r.vi.mpi viname=ndvi red=p126r050_7t20001231_z48_nn30.tif nir=p126r050_7t20001231_z48_nn40.tif vi=$filename tmp=1
+time mpirun -np $foo i.vi.mpi viname=ndvi red=p126r050_7t20001231_z48_nn30.tif nir=p126r050_7t20001231_z48_nn40.tif vi=$filename tmp=1
exit 0
More information about the grass-commit
mailing list