From 6c699daa8085d0ae2c81ee8c7b9e3170d179963b Mon Sep 17 00:00:00 2001
From: johannesnordal <johannesnordal88@gmail.com>
Date: Mon, 31 Mar 2025 17:04:10 +0000
Subject: [PATCH] cleanup: remove mock system

---
 scripts/MockHPCSystem/MockSoftware/lamec.json  | 3 ---
 scripts/MockHPCSystem/MockSoftware/template.sh | 5 -----
 scripts/MockHPCSystem/sysinfo.json             | 7 -------
 3 files changed, 15 deletions(-)
 delete mode 100644 scripts/MockHPCSystem/MockSoftware/lamec.json
 delete mode 100644 scripts/MockHPCSystem/MockSoftware/template.sh
 delete mode 100644 scripts/MockHPCSystem/sysinfo.json

diff --git a/scripts/MockHPCSystem/MockSoftware/lamec.json b/scripts/MockHPCSystem/MockSoftware/lamec.json
deleted file mode 100644
index e82ad0e..0000000
--- a/scripts/MockHPCSystem/MockSoftware/lamec.json
+++ /dev/null
@@ -1,3 +0,0 @@
-{
-    "template": "template.sh"
-}
diff --git a/scripts/MockHPCSystem/MockSoftware/template.sh b/scripts/MockHPCSystem/MockSoftware/template.sh
deleted file mode 100644
index 1e26e12..0000000
--- a/scripts/MockHPCSystem/MockSoftware/template.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-#SBATCH --account=%account%
-#SBATCH --partition=%partition%
-#SBATCH --nodes=%nodes%
-
-srun %executable%
diff --git a/scripts/MockHPCSystem/sysinfo.json b/scripts/MockHPCSystem/sysinfo.json
deleted file mode 100644
index 84f3f5f..0000000
--- a/scripts/MockHPCSystem/sysinfo.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
-    "partition": {
-        "base": {
-            "nodes": 10
-        }
-    }
-}
-- 
GitLab