Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding mpibind usage to Forge page #260

Merged
merged 2 commits into from
Oct 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/compute-systems/casper/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Casper is composed of over 100 nodes featuring a mixture of Intel and AMD proces
<!-- - 2 HTC nodes have 1.5 TB of available memory. -->
<!-- - 4 nodes are reserved for Research Data Archive workflows. -->

Please refer to the [hardware summary table](#hardware) below for detailed specifications.
Please refer to the [hardware summary table](#casper-hardware) below for detailed specifications.


---
Expand Down Expand Up @@ -74,7 +74,7 @@ several compiler and MPI library choices.
#### Shells
The default login shell for new Casper users is `bash`. You can
change the default after logging in to the Systems Accounting Manager
[(SAM)](../../getting-started/managing-your-allocation.md#using-the-systems-accounting-manager).
[(SAM)](../../getting-started/managing-your-allocation.md#using-sam).
It may take several hours for a change you make to take effect. You
can confirm which shell is set as your default by entering `echo $SHELL`
on your Casper command line.
Expand Down
2 changes: 1 addition & 1 deletion docs/compute-systems/derecho/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ several compiler and MPI library choices.
#### Shells
The default login shell for new Derecho users is `bash`. You can
change the default after logging in to the Systems Accounting Manager
[(SAM)](../../getting-started/managing-your-allocation.md#using-the-systems-accounting-manager).
[(SAM)](../../getting-started/managing-your-allocation.md#using-sam).
It may take several hours for a change you make to take effect. You
can confirm which shell is set as your default by entering `echo $SHELL`
on your Derecho command line.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,14 @@ On the last line of your script, use `ddt --connect` (or `map --connect`) instea
ddt --connect ./my_executable
```

Submit your job when indicated below.
When using Forge versions >= 24.0, you can also launch either DDT and MAP using our
`mpibind` process pinning launch helper. For example, if you wish to use DDT
with `mpibind`, execute your application as follows:
```pre
mpibind --ddt-connect ./my_executable
```

In either case, submit your job as indicated below.

#### Procedure

Expand Down
2 changes: 1 addition & 1 deletion docs/storage-systems/glade/campaign.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ institution or to another appropriate repository.
## Reports

The Systems Accounting Manager
([SAM](../../getting-started/managing-your-allocation.md#using-the-systems-accounting-manager)) provides overall
([SAM](../../getting-started/managing-your-allocation.md#using-sam)) provides overall
summary information about the use of Campaign Storage allocations and
other allocations.

Expand Down
Loading