Skip to content

Commit 0cd95cf

Browse files
author
Robert McLay
committed
PR 755: merged in spelling corrections to docs
1 parent e509823 commit 0cd95cf

17 files changed

+24
-22
lines changed

README.new

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,3 +214,5 @@ Lmod 8.7+
214214
(8.7.58) * PR #754: move set_display_mode up in cmdfuncs.lua in function UnUse
215215
* Support for Irreversible functions added. Documentation needs to be expanded.
216216
(8.7.59) * PR #738: Add new hook: decorate_module
217+
W.I.P:
218+
(8.7.60) * PR #755: Merged in spelling corrections to docs'

docs/source/030_installing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Using Your Package Manager for Ubuntu or Debian systems
117117
For modern debian and debian derivatives, you can get the necessary
118118
dependencies by executing the following commands. Note that for this
119119
to work you may need to repair your /etc/apt/sources.list. Check to
120-
see if your sources.list file as uncommmented "deb-src" lines. Once
120+
see if your sources.list file as uncommented "deb-src" lines. Once
121121
this is correct, please execute the following lines::
122122

123123
$ sudo apt update

docs/source/040_FAQ.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ scripts such as job submission scripts?
277277
Why do modules sometimes get loaded when I execute ``module use <path>``?
278278

279279
A main principal is that when $MODULEPATH changes, Lmod checks all
280-
the currently loaded modules. If any of thoses modules would not
280+
the currently loaded modules. If any of those modules would not
281281
have been chosen then each is swapped for the new choice.
282282

283283
How to use module commands inside a Makefile?
@@ -322,7 +322,7 @@ What to do if new modules are missing when doing ``module avail``?
322322
How to edit a modulefile?
323323

324324
Lmod does not provide a way to directly edit modulefiles.
325-
Typically modulefiles are owned by the system so cannot be editted
325+
Typically modulefiles are owned by the system so cannot be edited
326326
by users. However, Lmod does provide a convenient way to locate
327327
modules which could be used for a bash/zsh shell function::
328328

docs/source/050_lua_modulefiles.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ The entries below describe several useful commands that come with Lmod that can
250250
**mode** ():
251251
Returns the string "load" when a modulefile is being loaded,
252252
"unload" when unloading, and "spider" when a modulefile is
253-
processed builting the spider cache which is used by *module
253+
processed building the spider cache which is used by *module
254254
avail* and *module spider*.
255255

256256
**isloaded** ("NAME"):

docs/source/052_Environment_Variables.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Environment variables defined by Lmod startup files
88
**LMOD_CMD** : The path to the installed lmod command.
99

1010
**LMOD_DIR** : The directory that contains the installed lmod
11-
command. This environment variable is usefull for running the
11+
command. This environment variable is useful for running the
1212
**spider** command: i.e. $LMOD_DIR/spider. This is the libexec directory
1313

1414
**LMOD_PKG** : This the path the directory that contains the libexec,

docs/source/055_module_names.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ fullName == sn/version
4545

4646
The fullName of a modulefile is complete name which is made of two
4747
parts: sn and version. The sn is the shortname and represents the
48-
minumum name that can be used to specify a module. So for the
48+
minimum name that can be used to specify a module. So for the
4949
``gcc/7.1`` modulefile. The fullName is ``gcc/7.1`` and the sn is
5050
``gcc`` and the version is ``7.1``. This naming convention is known
5151
as NAME/VERSION and is abbreviated N/V. There are two more complicated
@@ -83,7 +83,7 @@ packages be named: ``bio/bowtie/3.4`` or ``bio/tophat/2.7``. When the
8383
fullName is ``bio/bowtie/3.4`` then the sn for is ``bio/bowtie`` and the
8484
version is ``3.4``.
8585

86-
Sites should think carefully about chosing to using C/N/V. This can
86+
Sites should think carefully about choosing to using C/N/V. This can
8787
make it easier for users to know which modules provide say physics,
8888
chemistry or biology applications but it does lead to great deal more
8989
typing of which tab completion provided by the bash or zsh shells can
@@ -117,7 +117,7 @@ Sites can mix N/V and C/N/V layouts, Lmod will be able to decide the
117117
sn and versions by walking directory tree. In general, the fullName,
118118
will be divided into directories names to become the sn and the
119119
version will be the file. So for the fullName ``bio/tophat/7.2`` the
120-
directores bio and tophat become the sn, ``bio/tophat`` and the
120+
directories bio and tophat become the sn, ``bio/tophat`` and the
121121
version is ``7.2``.
122122

123123
Lmod supports as many directory levels as site likes. For example, a

docs/source/110_lmod_mpi_parallel_filesystem.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ this timeout problem for mpi programs that execute more than 1000
1313
nodes, but when this problem occurs will depend on relative speeds of
1414
the network and the parallel filesystem.
1515

16-
It is helpful to outline the proceedure that we use at TACC to start a
16+
It is helpful to outline the procedure that we use at TACC to start a
1717
job on a compute node for a user
1818

1919
#. The bash user submits a job to the scheduler.
@@ -86,7 +86,7 @@ submission script::
8686
#SBATCH ...
8787

8888
module load intel mvapich2
89-
ibrun ./my_mpi_program # start parallel executation.
89+
ibrun ./my_mpi_program # start parallel execution.
9090

9191
Note that the total environment is passed by our parallel job starter
9292
ibrun. So there is no need for a user's ~/bashrc or similar file to

docs/source/120_shared_home_directories.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ across their cluster. If a site has more than one cluster, they may
99
chose to have a separate home directory for each cluster. Some sites
1010
may wish to have multiple clusters share a single home directory.
1111
While this strategy has some advantages, it complicates things for
12-
your users and adminstrators. If your site has a single home
12+
your users and administrators. If your site has a single home
1313
directory sharing between two or more clusters, you have a shared
1414
home file system.
1515

docs/source/135_module_spider.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ hdf5 module and not the phdf5 module. It does report that other
104104
matches are possible (such as phdf5). The reason for this is some
105105
sites name the R stat package as R. This rule is to prevent getting
106106
every module that has an 'r' in it. Note that the searching for
107-
modules is case insensitve. So *module spider openmpi* would match a
107+
modules is case insensitive. So *module spider openmpi* would match a
108108
module named *OpenMPI*.
109109

110110
If you search a name that only partially matches a module name then

docs/source/145_properties.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ then Lmod searches for the property information in the following order:
3636
#. $LMOD_RC
3737

3838
Where $LMOD_RC is an environment variable that can be set to point to
39-
any file locaiton. If there are more than one of these files exist
39+
any file location. If there are more than one of these files exist
4040
then they are merged and not a replacement. So a site can (and
4141
should) leave the first file as is and create another one to specify
4242
site properties and Lmod will merge the information into one.

0 commit comments

Comments
 (0)