From 7fa88e40f97ca40d864528434aaf65e462356b8a Mon Sep 17 00:00:00 2001 From: Adam Caprez <acaprez2@unl.edu> Date: Thu, 6 Oct 2022 14:44:50 -0500 Subject: [PATCH] Update Allinea page. --- .../using_allinea_forge_via_reverse_connect.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/content/applications/app_specific/allinea_profiling_and_debugging/using_allinea_forge_via_reverse_connect.md b/content/applications/app_specific/allinea_profiling_and_debugging/using_allinea_forge_via_reverse_connect.md index cac80a90..c0c266c1 100644 --- a/content/applications/app_specific/allinea_profiling_and_debugging/using_allinea_forge_via_reverse_connect.md +++ b/content/applications/app_specific/allinea_profiling_and_debugging/using_allinea_forge_via_reverse_connect.md @@ -16,10 +16,10 @@ these instructions to setup the Allinea client on your laptop. First, download and install the remote client software for either Windows or OS X from -[this page](https://developer.arm.com/products/software-development-tools/hpc/downloads/download-arm-forge#remote-client). +[this page](https://developer.arm.com/downloads/-/arm-forge). Alternatively, download the software directly for your OS: -[[OS X direct link]](http://content.allinea.com/downloads/arm-forge-client-latest-MacOSX-10.7.5-x86_64.dmg) -[[Windows 64-bit direct link]](http://content.allinea.com/downloads/arm-forge-client-latest-Windows-10.0-x64.exe) +[[OS X direct link]](https://content.allinea.com/downloads/arm-forge-client-22.1-macos-x86_64.dmg) +[[Windows 64-bit direct link]](https://content.allinea.com/downloads/arm-forge-client-22.1-windows-x86_64.exe) Start the Allinea software, and choose *Configure...* from the *Remote Launch* dropdown menu. @@ -31,15 +31,17 @@ Click the *Add* button on the new window. {{< figure src="/images/16516459.png" width="400" >}} To setup a connection to Crane, fill in the fields as follows: -*Connection Name:* Crane -*Host Name:* \<username\>@crane.unl.edu -*Remote Installation Directory:* /util/opt/allinea/18.2 +``` +Connection Name: Crane +Host Name: <username>@crane.unl.edu +Remote Installation Directory: /util/opt/allinea/22.0 +``` It should appear similar to this: {{< figure src="/images/16519633.png" width="500" >}} -Be sure to replace *demo02* with your HCC username. +Be sure to replace `<username>` with your HCC username. Click *OK* to close this dialog, and then *Close* on *Configure Remote Connections* to return back to the main Allinea window. -- GitLab