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