Skip to content

Commit

Permalink
Merge pull request #2307 from MeherRushi/develop
Browse files Browse the repository at this point in the history
Doc : Fixing spelling errors in documentation
  • Loading branch information
mesmith75 authored Mar 4, 2024
2 parents 6674b9e + b57c843 commit 14b5bdb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/UserGuide/Virtualization.rst
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ the image from the docker hub.
j=Job()
j.virtualization = Docker("image:tag")
Ganga will try to run the container using Docker if Docker is availabe in the worker node and if the user has the
Ganga will try to run the container using Docker if Docker is available in the worker node and if the user has the
permission to run docker containers. If not ganga will download `UDocker <https://github.com/indigo-dc/udocker>`_ which provides the ability to run docker containers in userspace. The runmode in Udocker can be changed as seen in the documentation. Using Singualarity as the run mode is not recommended; use the ``Singularity`` class above instead.

Issues to keep in mind
Expand Down
4 changes: 2 additions & 2 deletions doc/UserGuide/WhatIsGanga.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ Getting your work done like this often means that it gets broken into multiple p
The idea in Ganga is to take all these problems, provide a Python API for them that allows them to be solved in a clean and programmatic way. In addition, Ganga will provide a service that takes care of monitoring the progress of all tasks that have been submitted. This means that a workflow using Ganga is more like.

* Create your task inside Ganga and test it locally on your desktop;
* Specify to Ganga how you want you task broken up and the results merged;
* Specify to Ganga how you want your task broken up and the results merged;
* Tell Ganga where your task should be executed (Batch, Grid, ...) and submit it;
* Let Ganga monitor the progress, resubmit failed pieces and merge the results in the end.

Ganga provides a plugin system that allows groups such as HEP collaborations to expand the API with specific applications that will make it easier to run tasks on remote systems (build shared libraries, find configuration files, interact with data bookkeeping). There is also support for running taks inside docker and singularity containers.
Ganga provides a plugin system that allows groups such as HEP collaborations to expand the API with specific applications that will make it easier to run tasks on remote systems (build shared libraries, find configuration files, interact with data bookkeeping). There is also support for running tasks inside docker and singularity containers.

0 comments on commit 14b5bdb

Please sign in to comment.