diff --git a/scripts/MockHPCSystem/MockSoftware/lamec.json b/scripts/MockHPCSystem/MockSoftware/lamec.json deleted file mode 100644 index e82ad0e6397cb35eafcaeb5bc6af3557b822686c..0000000000000000000000000000000000000000 --- 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 1e26e128706a05c7a3c7c88c5bf72d543b66fde2..0000000000000000000000000000000000000000 --- 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 84f3f5f4c6fbae2a54b0b4a200103cbfe0d18573..0000000000000000000000000000000000000000 --- a/scripts/MockHPCSystem/sysinfo.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "partition": { - "base": { - "nodes": 10 - } - } -}