Skip to content

Commit f483a00

Browse files
committed
add references to apptainer and singularity user doc
1 parent c1ba232 commit f483a00

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

lang/en/docs/cli/actions/add-software.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
The user can compile new software on the [Command Line Interface](
44
../overview.md) (CLI). This is helpful, for example, after introducing some
55
changes or patches to the source code. Currently, majority of our applications
6-
are packaged as Apptainer (Singularity) containers along with their
6+
are packaged as Apptainer[^1] (Singularity[^2]) containers along with their
77
dependencies. In that way each application is independent of each other, and
88
there is no conflict among dependencies. If you wish to run an application that
99
is installed in our cluster, you are encouraged to build your application and
@@ -122,7 +122,7 @@ package different from the ones offered [through environment modules](
122122
modules-actions.md#list-available-modules). This new versions might also include
123123
modifications to the source code by the user.
124124

125-
We refer to the official documentation [^1] for the instructions on how to
125+
We refer to the official documentation[^3] for the instructions on how to
126126
compile Quantum ESPRESSO via CLI. Sample routines that allow for the compilation
127127
are demonstrated below:
128128

@@ -149,4 +149,6 @@ make pw
149149

150150
## Links
151151

152-
[^1]: [User’s Guide for Quantum ESPRESSO, Document](https://www.quantum-espresso.org/Doc/user_guide.pdf)
152+
[^1]: [Apptainer User Guide](https://apptainer.org/docs/user/latest/)
153+
[^2]: [Singularity User Guide](https://docs.sylabs.io/guides/latest/user-guide/)
154+
[^3]: [User’s Guide for Quantum ESPRESSO, Document](https://www.quantum-espresso.org/Doc/user_guide.pdf)

0 commit comments

Comments
 (0)