From 906a3390db60ab3dc93e61d332b1fcaf73569003 Mon Sep 17 00:00:00 2001 From: Kenneth Hoste Date: Fri, 24 Jan 2025 11:39:51 +0100 Subject: [PATCH] don't mention old worker module anymore --- .../HPC/examples/Multi-job-submission/par_sweep/weather.pbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs/docs/HPC/examples/Multi-job-submission/par_sweep/weather.pbs b/mkdocs/docs/HPC/examples/Multi-job-submission/par_sweep/weather.pbs index ccc56d106ec..1e3fc159e9a 100644 --- a/mkdocs/docs/HPC/examples/Multi-job-submission/par_sweep/weather.pbs +++ b/mkdocs/docs/HPC/examples/Multi-job-submission/par_sweep/weather.pbs @@ -7,5 +7,5 @@ cd $PBS_O_WORKDIR ./weather -t $temperature -p $pressure -v $volume # # This script is submitted to the cluster with the following 2 commands: -# module load worker/1.6.12-foss-2021b +# module load worker/1.6.13-iimpi-2023a # wsub -data data.csv -batch weather.pbs