improvement

This commit is contained in:
Éder F. Zulian
2018-11-08 19:00:52 +01:00
parent 91c00562cb
commit e345cc391c

View File

@@ -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