diff options
Diffstat (limited to 'sourcecodes/runtime_check.php')
| -rw-r--r-- | sourcecodes/runtime_check.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sourcecodes/runtime_check.php b/sourcecodes/runtime_check.php index 439a0b14..d8c30bb7 100644 --- a/sourcecodes/runtime_check.php +++ b/sourcecodes/runtime_check.php @@ -3,7 +3,9 @@ function exe_time($keyval,$parent_number,$k_number) { -$dir="./data/"; + //$dir="./data/"; + //$dir="/tmp/bnw/"; + $dir="/var/lib/genenet/bnw/"; $nrf = $dir.$keyval."nrows.txt"; $nrows=trim(file_get_contents("$nrf")); @@ -60,4 +62,4 @@ $totaltime=$local*($nrows/100)+$k_time+12; //return $max_parent_row[$node]; return $totaltime; -} \ No newline at end of file +} |
