From 8b6029ed390cf40c072b8d21f3a58fb0beb76b87 Mon Sep 17 00:00:00 2001 From: Natalie Breidenbach <natalie.breidenbach@tu-dresden.de> Date: Tue, 28 Nov 2023 16:56:43 +0100 Subject: [PATCH] Update data_analytics_with_python.md --- .../docs/software/data_analytics_with_python.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc.zih.tu-dresden.de/docs/software/data_analytics_with_python.md b/doc.zih.tu-dresden.de/docs/software/data_analytics_with_python.md index 4c17864f7..55cb11d26 100644 --- a/doc.zih.tu-dresden.de/docs/software/data_analytics_with_python.md +++ b/doc.zih.tu-dresden.de/docs/software/data_analytics_with_python.md @@ -433,6 +433,7 @@ from mpi4py import MPI comm = MPI.COMM_WORLD print("%d of %d" % (comm.Get_rank(), comm.Get_size())) ``` +_The module environments /hiera, /scs5, /classic and /ml originated from the taurus system are momentarily under construction. The script will be updated after completion of the redesign accordingly_ For the multi-node case, use a script similar to this: -- GitLab