33The user can compile new software on the [ Command Line Interface] (
44../overview.md) (CLI). This is helpful, for example, after introducing some
55changes 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
77dependencies. In that way each application is independent of each other, and
88there is no conflict among dependencies. If you wish to run an application that
99is 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](
122122modules-actions.md#list-available-modules). This new versions might also include
123123modifications 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
126126compile Quantum ESPRESSO via CLI. Sample routines that allow for the compilation
127127are 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