improvement
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user