Skip to content

Commit 88d952b

Browse files
authored
Merge pull request #674 from eleanor-broadway/forge-25.0.1
small updates for new forge version
2 parents 0bcdf24 + 3f611dc commit 88d952b

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

docs/data-tools/forge.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33

44
[Linaro Forge](https://www.linaroforge.com/) provides debugging and profiling tools
55
for MPI parallel applications, and OpenMP or pthreads multi-threaded applications
6-
(and also hydrid MPI/OpenMP). Forge DDT is the debugger and MAP is the profiler. Forge may also be used on the GPU development platform.
6+
(and also hydrid MPI/OpenMP). Forge DDT is the debugger and MAP is the profiler. Forge may also
7+
be used on the GPU development platform.
78

89

910
### User interface
@@ -14,7 +15,8 @@ Alternatively, one can download a copy of the Forge remote client to your laptop
1415
and run it locally. The remote client should be used if at all possible.
1516

1617
To download the remote client, see the [Forge download pages](https://www.linaroforge.com/downloadForge/).
17-
Version 24.0 is known to work at the time of writing. A section further down this page explains how to use the remote client,
18+
Version 24.0 is known to work with the `forge/24.0` module and version 25.0 is known to work with the `forge/25.0.1`
19+
module at the time of writing. A section further down this page explains how to use the remote client,
1820
see [Connecting with the remote client](#connecting-with-the-remote-client).
1921

2022
### Licensing
@@ -263,9 +265,11 @@ commands on connection. A default script is provided in the location
263265
shown.
264266

265267
```output
266-
/work/y07/shared/utils/core/forge/latest/remote-init
268+
/work/y07/shared/utils/core/forge/share/remote-init
267269
```
268270

271+
This script will need to be updated to reflect the version of forge you are using.
272+
269273
Other settings can be as shown. Remember to click ***OK*** when done.
270274

271275
![Remote Launch Settings](./forge-remote-launch.png)

0 commit comments

Comments
 (0)