Minor typos and corections (#5789)
- The shell script uses arrays and hence only works on sophisticated shells and not the default `sh`. For clarity the shebang `#!/bin/bash` has been used instead.
This commit is contained in:
parent
f0da8251b3
commit
1952a92820
@ -170,7 +170,7 @@ of usage:
|
|||||||
|
|
||||||
.. code-block:: sh
|
.. code-block:: sh
|
||||||
|
|
||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
|
|
||||||
compilers=(
|
compilers=(
|
||||||
%gcc
|
%gcc
|
||||||
@ -355,7 +355,7 @@ Transitive Dependencies
|
|||||||
|
|
||||||
In the script above, each ``spack module loads`` command generates a
|
In the script above, each ``spack module loads`` command generates a
|
||||||
*single* ``module load`` line. Transitive dependencies do not usually
|
*single* ``module load`` line. Transitive dependencies do not usually
|
||||||
need to be loaded, only modules the user needs in in ``$PATH``. This is
|
need to be loaded, only modules the user needs in ``$PATH``. This is
|
||||||
because Spack builds binaries with RPATH. Spack's RPATH policy has
|
because Spack builds binaries with RPATH. Spack's RPATH policy has
|
||||||
some nice features:
|
some nice features:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user