diff --git a/profile/plot.sh b/profile/plot.sh index 5aa706b..49b43c5 100755 --- a/profile/plot.sh +++ b/profile/plot.sh @@ -9,6 +9,11 @@ then exit 1 fi +if [[ -z "$plot_script" ]] +then + plot_script="profile/gnuplot/memory_time.gpi" +fi + if [[ ! -f "$plot_script" ]] then echo "The gnuplot script ${plot_script} does not exist"