Skip to content
Snippets Groups Projects
Commit 522b6833 authored by Peter Cai's avatar Peter Cai
Browse files

Add kernel version to experiment names

parent b8030cff
No related branches found
No related tags found
No related merge requests found
......@@ -46,9 +46,9 @@ source "./experiments/$EXPERIMENT.sh"
pre_start
EXPERIMENT_NAME="$EXPERIMENT"
EXPERIMENT_NAME="$EXPERIMENT.$(uname -r)"
if [ ! -z "$EXPERIMENT_NAME_EXT" ]; then
EXPERIMENT_NAME="$EXPERIMENT.$EXPERIMENT_NAME_EXT"
EXPERIMENT_NAME="$EXPERIMENT_NAME.$EXPERIMENT_NAME_EXT"
fi
DATA_OUT="$EXP_ROOT/data/$EXPERIMENT_NAME"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment