From e345cc391c760415af0bdbeea97695a04b9bb9bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89der=20F=2E=20Zulian?= Date: Thu, 8 Nov 2018 19:00:52 +0100 Subject: [PATCH] improvement --- DRAMSys/gem5/gem5_se/run.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/DRAMSys/gem5/gem5_se/run.sh b/DRAMSys/gem5/gem5_se/run.sh index 0491fa07..c2908fab 100755 --- a/DRAMSys/gem5/gem5_se/run.sh +++ b/DRAMSys/gem5/gem5_se/run.sh @@ -70,6 +70,11 @@ if [[ -z "${GEM5}" ]]; then fi proj_build() { + if [[ $(hostname -s) =~ ^head[0-9]+$ ]] || [[ $(hostname -s) =~ ^node[0-9]+$ ]]; then + # Elwetritsch cluster - heads or nodes + module load qt/latest + #module load anaconda3/latest + fi cd $basedir mkdir -p build cd build