From 594682c2aa0d6674d4d335f955e843bbdcb07f28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrei-C=C4=83t=C4=83lin=20OUATU=20=28101483=29?= <andrei.ouatu@upb.ro> Date: Wed, 26 Mar 2025 09:37:43 +0000 Subject: [PATCH] Replacing nehalem queue with haswell as download partition --- labs/cuda/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/labs/cuda/Makefile b/labs/cuda/Makefile index cc8a0f3..45d8982 100644 --- a/labs/cuda/Makefile +++ b/labs/cuda/Makefile @@ -11,9 +11,9 @@ ifndef LOCAL # Partitions # Note: xl does not support the ncu profiling tool -BUILD_PARTITION ?= xl +BUILD_PARTITION ?= ucsx RUN_PARTITION ?= ucsx -DOWNLOAD_PARTITION ?= nehalem +DOWNLOAD_PARTITION ?= haswell # Times RUN_TIME ?= 00:05:00 -- GitLab