From 8987d8a9bde3390d88a422985ac07b195a4d3690 Mon Sep 17 00:00:00 2001 From: rozmanmg <164565284+rozmanmg@users.noreply.github.com> Date: Sat, 23 May 2026 09:04:23 -0400 Subject: [PATCH 1/2] Fix links to Julia on HPC Clusters website Updated links to the Julia on HPC Clusters website --- docs/src/faq/HPC.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/faq/HPC.md b/docs/src/faq/HPC.md index 97f0eaa5..8aaa573b 100644 --- a/docs/src/faq/HPC.md +++ b/docs/src/faq/HPC.md @@ -69,7 +69,7 @@ and loops of your code (highest levels of your code). Yes. The Julia ecosystem offers multiple approaches to parallel computing across multiple machines including on large HPC clusters and including GPU resources. -For an overall view of some of these options, the [Julia on HPC Clusters](https://juliahpc.github.io/JuliaOnHPCClusters/) website is a good resource. +For an overall view of some of these options, the [Julia on HPC Clusters](https://juliahpc.github.io/) website is a good resource. Some of the leading approaches to parallelism in Julia are: * 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: 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. -For more information on best practices for installing Julia on clusters, see the [Julia on HPC Clusters](https://juliahpc.github.io/JuliaOnHPCClusters/) website. +For more information on best practices for installing Julia on clusters, see the [Julia on HPC Clusters](https://juliahpc.github.io/) website. From 981c6692f41cbfea85b3ec14e5dbd43be8bafc0e Mon Sep 17 00:00:00 2001 From: Matthew Fishman Date: Sat, 23 May 2026 20:31:50 -0400 Subject: [PATCH 2/2] Bump version from 0.1.15 to 0.1.16 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 6747cf3f..6f0ad4c8 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "ITensorDocs" uuid = "421c5ee2-4dae-4799-bb38-a6a9d9332403" -version = "0.1.15" +version = "0.1.16" authors = ["ITensor developers and contributors"] [workspace]