Skip to content

Commit

Permalink
Merge pull request #81 from ShiraFeldman/Modifying-pages
Browse files Browse the repository at this point in the history
Modifying pages
  • Loading branch information
mtrahan41 authored Dec 7, 2023
2 parents 7fb5405 + 26d0e43 commit 80a9f34
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Compiling code on Dereco
# Compiling code on Derecho


## Compilers available on Derecho
Expand Down
2 changes: 1 addition & 1 deletion docs/compute-systems/derecho/derecho-use-policies.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ interactive jobs on the Casper cluster.
CISL manages scheduling priorities to ensure fair access to the system
by all of these stakeholder groups: the university community, the NCAR
community, the Community Earth System Model (CESM) community,
the Antarctic Mesoscale Prediction System (AMPS), and the Wyoming
the Antarctic Mesoscale Prediction System (AMPS) community, and the Wyoming
community.

The **fair-share policy** takes the community-wide usage balance into
Expand Down
3 changes: 2 additions & 1 deletion docs/compute-systems/derecho/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ Many Derecho data analysis and AI/ML workflows benefit instead from [using Conda

### Running jobs on Derecho
Users can run a variety of types of jobs on Derecho, including both traditional
[batch jobs submitted through PBS](../../pbs/index.md) and also interactive and/or graphics-intensive analysis, often through [remote desktops on Derecho](./remote-desktop.md).
[batch jobs submitted through PBS](../../pbs/index.md) and also interactive and/or graphics-intensive analysis, often through remote desktops on Derecho.
<!--[remote desktops on Derecho](./remote-desktop.md).-->

#### Job scripts
Job scripts are discussed broadly [here](../../pbs/job-scripts/index.md).
Expand Down
5 changes: 3 additions & 2 deletions docs/environment-and-software/user-environment/modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@ Some modules are loaded by default. To see which modules those are, run `module
Following are descriptions of commonly used module commands.

- `module av` – Show which modules are available for use with the currently loaded compiler. Typical output:
![](modules/media/modules1.png)
![](modules/media/modules1.png)

In the example above, (`L`) indicates which modules are currently
loaded. The modules deployed at NCAR are *hierarchical*, with a base
of common Compilers and Core Software. The remainder of the output is dependent
of common compilers and core software. The remainder of the output is dependent
on what core software (namely, compilers) are chosen.

- `module help` – List options and subcommands for the module utility; or specify a modulefile by name for help with an individual module.
Expand Down

0 comments on commit 80a9f34

Please sign in to comment.