Skip to content

Commit 75c0542

Browse files
rozmanmgmtfishman
andauthored
Fix broken links to Julia on HPC Clusters website (#59)
Updated broken links to the Julia on HPC Clusters website # Description Replacing the (broken) links in two places in the documentation: https://juliahpc.github.io/JuliaOnHPCClusters/ is replaced with https://juliahpc.github.io/ --------- Co-authored-by: Matthew Fishman <mtfishman@users.noreply.github.com>
1 parent 6f3f009 commit 75c0542

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "ITensorDocs"
22
uuid = "421c5ee2-4dae-4799-bb38-a6a9d9332403"
3-
version = "0.1.15"
3+
version = "0.1.16"
44
authors = ["ITensor developers <support@itensor.org> and contributors"]
55

66
[workspace]

docs/src/faq/HPC.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ and loops of your code (highest levels of your code).
6969
Yes. The Julia ecosystem offers multiple approaches to parallel computing across multiple
7070
machines including on large HPC clusters and including GPU resources.
7171

72-
For an overall view of some of these options, the [Julia on HPC Clusters](https://juliahpc.github.io/JuliaOnHPCClusters/) website is a good resource.
72+
For an overall view of some of these options, the [Julia on HPC Clusters](https://juliahpc.github.io/) website is a good resource.
7373

7474
Some of the leading approaches to parallelism in Julia are:
7575
* MPI, through the [MPI.jl](https://juliaparallel.org/MPI.jl/latest/) package. Has the advantage of optionally using an MPI backend that is optimized for a particular cluster and possibly using fast interconnects like Infiniband.
@@ -81,7 +81,7 @@ Some of the leading approaches to parallelism in Julia are:
8181

8282
The most common approach to installing and using Julia on clusters is for users to install their own Julia binary and dependencies, which is quite easy to do. However, for certain libraries like MPI.jl, there may be MPI backends that are preferred by the cluster administrator. Fortunately, it is possible for admins to set global defaults for such backends and other library preferences.
8383

84-
For more information on best practices for installing Julia on clusters, see the [Julia on HPC Clusters](https://juliahpc.github.io/JuliaOnHPCClusters/) website.
84+
For more information on best practices for installing Julia on clusters, see the [Julia on HPC Clusters](https://juliahpc.github.io/) website.
8585

8686

8787

0 commit comments

Comments
 (0)