You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: triton/ref/modules.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,8 @@
3
3
:header-rows: 1
4
4
5
5
Command / concept | Description
6
-
"module" | A software that can be made available.
7
-
"software stack" | Includes the compliers (etc) needed for other modules. Must be loaded before other modules.
6
+
'module' | A software that can be made available.
7
+
'software stack' | Includes the compliers (etc) needed for other modules. Must be loaded before other modules.
8
8
``module load`` *NAME* | Load module, can combine multiple names.
9
9
``module load`` triton/*NAME* | Load software stack module. Makes other compiled software available. Generally, run ``module spider`` to first to see what you need.
10
10
``module avail`` | List all modules available with current software stack.
0 commit comments