From a57173f50430b8ff0de5196dea72db013a18aa43 Mon Sep 17 00:00:00 2001 From: Karl W Schulz Date: Mon, 18 Dec 2023 16:36:09 -0600 Subject: [PATCH] add GPU resource allocation file for parallel testing via ctest Signed-off-by: Karl W Schulz --- tests/4gpus.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 tests/4gpus.json diff --git a/tests/4gpus.json b/tests/4gpus.json new file mode 100644 index 0000000000..e2cac33e27 --- /dev/null +++ b/tests/4gpus.json @@ -0,0 +1,24 @@ +{ + "version": { + "major": 1, + "minor": 0 + }, + "local": [ + { + "gpus": [ + { + "id": "0", + }, + { + "id": "1" + }, + { + "id": "2" + }, + { + "id": "3" + } + ] + } + ] +}