From 5d86ca8376cbeac651a984eca96c37d99ac89bf9 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Thu, 24 Oct 2024 17:34:52 +0100 Subject: [PATCH] Add loadleveller template --- templates | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/templates b/templates index 47607ca..665d98d 100644 --- a/templates +++ b/templates @@ -98,6 +98,15 @@ text-mode (rot13 (p "plain text" text) n "----" n (rot13 text)) (calc (p "taylor(sin(x),x=0,3)" formula) n "----" n (format "%s" (calc-eval formula))) +(loadleveller "# @ executable = " (p "python3") n + "# @ arguments = " (p "./run.py") n + "# @ initialdir = " (p "/home/elitherl/") n + "# @ output = run.out" n + "# @ output = run.err" n + "# @ notify_user = elitherl" n + "# @ notification = complete" n + "# @ queue") + org-mode (title "#+title: " p n "#+author: " p n "#+email: ")