[GRASS-SVN] r65629 - grass-addons/grass7/general/g.cloud
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Jul 19 08:28:07 PDT 2015
Author: neteler
Date: 2015-07-19 08:28:07 -0700 (Sun, 19 Jul 2015)
New Revision: 65629
Modified:
grass-addons/grass7/general/g.cloud/g.cloud.html
Log:
g.cloud manual: some grammar fixes
Modified: grass-addons/grass7/general/g.cloud/g.cloud.html
===================================================================
--- grass-addons/grass7/general/g.cloud/g.cloud.html 2015-07-19 15:07:29 UTC (rev 65628)
+++ grass-addons/grass7/general/g.cloud/g.cloud.html 2015-07-19 15:28:07 UTC (rev 65629)
@@ -2,7 +2,7 @@
<em>g.cloud</em> is a module to connect a personal GRASS GIS session
to a remote GRASS GIS installation on a much faster cluster facility
-(high performance computing system). Actually it supports only the
+(high performance computing system). It currently only supports the
<a href="http://en.wikipedia.org/wiki/Oracle_Grid_Engine">Grid Engine</a>
system. The general aim is to offer the possibility to a user to perform
high speed calculations, which are hard to compute on a personal computer
@@ -11,7 +11,7 @@
<p>
The <em>g.cloud</em> environment consists of a Python module. It checks if all
program requirements are fullfilled on both the client and the server side.
-If all it is ok, it connects the current session to the cloud server; it transfers
+If everything is ok, it connects the current session to the cloud server; it transfers
the user and other required scripts as well as the GRASS data to the server and
eventually executes the remote GRASS GIS job. Subsequently, it transfers back
the resulting maps and data and cleans up the server session.
More information about the grass-commit
mailing list