From 959fd7f89bc1a3c876c8e69137840da777fb5406 Mon Sep 17 00:00:00 2001 From: spaette <111918424+spaette@users.noreply.github.com> Date: Wed, 7 Aug 2024 16:24:35 -0500 Subject: [PATCH] reword --- docs/examples/05-job_schedule.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/examples/05-job_schedule.jl b/docs/examples/05-job_schedule.jl index 909eb5ed9..0b308716a 100644 --- a/docs/examples/05-job_schedule.jl +++ b/docs/examples/05-job_schedule.jl @@ -5,8 +5,8 @@ # until each element is added 100 # Inspired by https://www.hpc.ntnu.no/vilje/software/mpi-and-mpi-io-training-tutorial/ # https://www.hpc.ntnu.no/vilje/software/mpi-and-mpi-io-training-tutorial/basic-mpi/job-queue/ -# the updated job_queue.c file is available in the extracted .tar.gz 04_job_queue subdirectory -# wget https://www.hpc.ntnu.no/wp-content/uploads/2019/09/mpiexamples.tar.gz +# an updated job_queue.c is available in the basic_mpi/04_job_queue/src subdirectory of +# the extracted https://www.hpc.ntnu.no/wp-content/uploads/2019/09/mpiexamples.tar.gz using MPI