[GRASS-SVN] r51050 - grass-addons/grass6/imagery/gipe/i.vi.mpi
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Mar 12 12:16:48 EDT 2012
Author: neteler
Date: 2012-03-12 09:16:48 -0700 (Mon, 12 Mar 2012)
New Revision: 51050
Modified:
grass-addons/grass6/imagery/gipe/i.vi.mpi/run.sh
Log:
cosmetics
Modified: grass-addons/grass6/imagery/gipe/i.vi.mpi/run.sh
===================================================================
--- grass-addons/grass6/imagery/gipe/i.vi.mpi/run.sh 2012-03-12 14:50:43 UTC (rev 51049)
+++ grass-addons/grass6/imagery/gipe/i.vi.mpi/run.sh 2012-03-12 16:16:48 UTC (rev 51050)
@@ -1,7 +1,9 @@
#!/bin/sh
-#foo will be the number of processors available in teh Cluster
+# foo will be the number of processors available in the Cluster
foo=3
- filename=ndvi1-new-$foo
- time mpirun -np $foo /home/shamim/grass-6.0.2/dist.i686-pc-linux-gnu/bin/r.vi.mpi viname=ndvi red=p126r050_7t20001231_z48_nn30.tif nir=p126r050_7t20001231_z48_nn40.tif vi=$filename tmp=1
+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
+
exit 0
More information about the grass-commit
mailing list