From 1606966fd780cd6ea715cd1a04d535217b76bdc4 Mon Sep 17 00:00:00 2001 From: Jan Siwiec <jan.siwiec@vsb.cz> Date: Fri, 10 Mar 2023 09:23:48 +0100 Subject: [PATCH] OJ proofreading --- docs.it4i/environment-and-modules.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs.it4i/environment-and-modules.md b/docs.it4i/environment-and-modules.md index 6e7574877..dfb2f13e5 100644 --- a/docs.it4i/environment-and-modules.md +++ b/docs.it4i/environment-and-modules.md @@ -41,9 +41,9 @@ fi ### Application Modules -In order to configure your shell for running particular application on clusters, we use a Module package interface. +In order to configure your shell for running a particular application on clusters, we use a module package interface. -Application modules on clusters are built using [EasyBuild][1]. The modules are divided into the following structure: +Application modules on clusters are built using [EasyBuild][1]. The modules are divided into the following groups: ``` base: Default module class @@ -72,7 +72,7 @@ Application modules on clusters are built using [EasyBuild][1]. The modules are ``` !!! note - The modules set up the application paths, library paths and environment variables for running particular application. + The modules set up the application paths, library paths and environment variables for running a particular application. The modules may be loaded, unloaded, and switched according to momentary needs. For details, see [lmod][2]. -- GitLab