From e13380642435872d106b0f76372575919ca30451 Mon Sep 17 00:00:00 2001 From: tefirman Date: Mon, 1 Jul 2024 14:28:44 -0700 Subject: [PATCH] Fixing parameter-meta in GPU test script --- gpuMatrixMult/gpuMatrixMult.wdl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gpuMatrixMult/gpuMatrixMult.wdl b/gpuMatrixMult/gpuMatrixMult.wdl index cc1e36f..5d96f4d 100644 --- a/gpuMatrixMult/gpuMatrixMult.wdl +++ b/gpuMatrixMult/gpuMatrixMult.wdl @@ -49,9 +49,9 @@ task Hello { # modules: "TensorFlow/2.11.0-foss-2022a-CUDA-11.7.0" gpus: '1' } - + parameter_meta { - stdout: "printed results of the gpu script in question" + response: "printed results of the gpu script in question" } }