Skip to content
Snippets Groups Projects
Commit cdee1d16 authored by Arno Schoenmakers's avatar Arno Schoenmakers
Browse files

Bug 1136: Added rpsctl --rcumode=0 when going to swlevel 1

parent f56a0c48
No related branches found
No related tags found
No related merge requests found
......@@ -243,6 +243,12 @@ goto_level()
program=`echo $line | cut -d":" -f6`
stop_prog $program x$asroot x$withmpi
done
# set rcumode to 0 (power save) when entering level 1
if [ ${l} == 1 ]; then
rspctl --rcumode=0
fi
done
# then power up to new level
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment