Changeset 87


Ignore:
Timestamp:
Dec 12, 2018, 3:25:32 PM (7 years ago)
Author:
htune
Message:

./ missing before bash scripts in bench_LMDZ.sh
FH

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bench_LMDZ.sh

    r85 r87  
    3838  if [ $? -eq 0 ]; then
    3939    if [ $bench = 1 ] ; then
    40        compute_metrics_csv.sh
    41        Rscript htune_csv2Rdata.R
     40       ./compute_metrics_csv.sh
     41       Rscrypt htune_csv2Rdata.R
    4242       Rscript htune_EmulatingMultiMetric.R
    4343    elif [ $bench = 3 ] ; then
    4444       # csv bench.
    4545       echo 'Compute_multicas_onemetric+csv'
    46        compute_multicas_onemetric.sh
     46       ./compute_multicas_onemetric.sh
    4747       Rscript htune_csv2Rdata_many-met.R
    4848       Rscript htune_EmulatingMultiMetric.R
Note: See TracChangeset for help on using the changeset viewer.