From 649802990320799bd417d5515bad3bc2a9400095 Mon Sep 17 00:00:00 2001 From: Pedro Fontana Date: Wed, 27 Mar 2024 19:20:37 -0300 Subject: [PATCH] remove pwd --- examples/hyper_threading/hyper-threading-workflow.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/examples/hyper_threading/hyper-threading-workflow.sh b/examples/hyper_threading/hyper-threading-workflow.sh index 3c499bb1c2..62c6432fd8 100644 --- a/examples/hyper_threading/hyper-threading-workflow.sh +++ b/examples/hyper_threading/hyper-threading-workflow.sh @@ -1,8 +1,5 @@ #!/bin/bash -## see directory -pwd - # Define una lista con los valores deseados para RAYON_NUM_THREADS thread_counts=(1 2 4 6 8 16 32)