Skip to content
Snippets Groups Projects
Commit e709bbd9 authored by Jingchao Zhang's avatar Jingchao Zhang
Browse files

moved things under Applications

parent ca57c3f0
No related branches found
No related tags found
1 merge request!167Rework
+++
title = "Guides"
weight = "20"
+++
In-depth guides to using HCC resources
--------------------------------------
{{% children description="true" %}}
+++
title = "Running Applications"
description = "How to run various applications on HCC resources."
weight = "20"
+++
{{% children %}}
+++
title = "Compiling Source Code"
description = "How to compile source code of various types on HCC resources."
+++
Compiling source code on HCC machines is done with compiler environments
configured by the `module` utility. The utility adds directives to the
environment and adds executables to the `PATH` so that users and jobs
can directly call the compilers.
### Finding available compiler Modules
{{< highlight bash >}}
$ module spider compiler
{{< /highlight >}}
This command will list available compiler modules to load.
### Loading Modules
{{< highlight bash >}}
$ module load <module>
{{< /highlight >}}
This command will load an available module. The modules are usually in
the form of `compiler/<name>/<version>`.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment