From 47e3495d4d5cb1113d228bae7ea38deeeea74da5 Mon Sep 17 00:00:00 2001 From: Alexandre Strube <a.strube@fz-juelich.de> Date: Mon, 18 Mar 2024 18:13:49 +0100 Subject: [PATCH] Update create_kernel.sh --- create_kernel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create_kernel.sh b/create_kernel.sh index c9a014f..61be489 100755 --- a/create_kernel.sh +++ b/create_kernel.sh @@ -11,7 +11,7 @@ KERNELFILE="${ENV_DIR}"/kernel.sh echo the name is "$ENV_NAME" echo "Setting up the kernel script in the following dir: " "${KERNELFILE}" - +echo "If you use multiprocessing, edit this file to remove the srun call from the kernel and run it again." echo '#!/bin/bash source "'"${ABSOLUTE_PATH}"'"/activate.sh -- GitLab