From 99dbdbae10f506bdb3d8840e50f1c5fe2ecc5c00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=93=E3=81=AE=E4=B8=AD=E4=BA=8C=E7=97=85=E3=81=AB?= =?UTF-8?q?=E7=88=86=E7=84=94=E3=82=92=EF=BC=81?= Date: Tue, 13 Apr 2021 14:22:36 +0800 Subject: [PATCH] add cli script --- Distribute_computing/HPC_cluster/Taskhost.vb | 0 Distribute_computing/cli.cmd | 5 +++++ 2 files changed, 5 insertions(+) create mode 100644 Distribute_computing/HPC_cluster/Taskhost.vb create mode 100644 Distribute_computing/cli.cmd diff --git a/Distribute_computing/HPC_cluster/Taskhost.vb b/Distribute_computing/HPC_cluster/Taskhost.vb new file mode 100644 index 0000000..e69de29 diff --git a/Distribute_computing/cli.cmd b/Distribute_computing/cli.cmd new file mode 100644 index 0000000..e24eac3 --- /dev/null +++ b/Distribute_computing/cli.cmd @@ -0,0 +1,5 @@ +@echo off + +SET build=../build/Taskhost.d.exe + +%build% /CLI.dev ---echo > ./HPC_cluster/Taskhost.vb \ No newline at end of file